Home
last modified time | relevance | path

Searched refs:v8u16_r (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips-msa.c29 v8u16 v8u16_r; in test() local
67 v8u16_r = __msa_adds_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.adds.u.h( in test()
77 v8u16_r = __msa_addv_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.addv.h( in test()
87 v8u16_r = __msa_addvi_h(v8u16_a, 25); // CHECK: call <8 x i16> @llvm.mips.addvi.h( in test()
102 v8u16_r = __msa_andi_b(v8u16_a, 25); // CHECK: call <16 x i8> @llvm.mips.andi.b( in test()
112 v8u16_r = __msa_asub_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.asub.u.h( in test()
122 v8u16_r = __msa_ave_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.ave.u.h( in test()
132 v8u16_r = __msa_aver_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.aver.u.h( in test()
239 v8u16_r = __msa_cle_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.cle.u.h( in test()
249 v8u16_r = __msa_clei_u_h(v8u16_a, 25); // CHECK: call <8 x i16> @llvm.mips.clei.u.h( in test()
[all …]
Dbuiltins-mips-msa-error.c25 v8u16 v8u16_r; in test() local
35v8u16_r = __msa_addvi_h(v8u16_a, 32); // expected-error {{argument value 32 is outsid… in test()
88v8u16_r = __msa_clei_u_h(v8u16_a, 32); // expected-error {{argument value 32 is outsid… in test()
98v8u16_r = __msa_clti_u_h(v8u16_a, 32); // expected-error {{argument value 32 is outsid… in test()
139v8u16_r = __msa_maxi_u_h(v8u16_a, 32); // expected-error {{argument value 32 is outsid… in test()
149v8u16_r = __msa_mini_u_h(v8u16_a, 32); // expected-error {{argument value 32 is outsid… in test()
226v8u16_r = __msa_xori_b(v8u16_a, 256); // expected-error {{argument value 256 is outsi… in test()
233v8u16_r = __msa_addvi_h(v8u16_a, -1); // expected-error {{argument value 4294967295 i… in test()
284v8u16_r = __msa_clei_u_h(v8u16_a, -1); // expected-error {{argument value 4294967295 i… in test()
294v8u16_r = __msa_clti_u_h(v8u16_a, -1); // expected-error {{argument value 4294967295 i… in test()
[all …]
/external/clang/test/CodeGen/
Dbuiltins-mips-msa.c36 v8u16 v8u16_r; in test() local
74 v8u16_r = __builtin_msa_adds_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.adds.u.h( in test()
84 v8u16_r = __builtin_msa_addv_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.addv.h( in test()
94 v8u16_r = __builtin_msa_addvi_h(v8u16_a, 25); // CHECK: call <8 x i16> @llvm.mips.addvi.h( in test()
109 v8u16_r = __builtin_msa_andi_b(v8u16_a, 25); // CHECK: call <16 x i8> @llvm.mips.andi.b( in test()
119 v8u16_r = __builtin_msa_asub_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.asub.u.h( in test()
129 v8u16_r = __builtin_msa_ave_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.ave.u.h( in test()
139 v8u16_r = __builtin_msa_aver_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.aver.u.h( in test()
246 v8u16_r = __builtin_msa_cle_u_h(v8u16_a, v8u16_b); // CHECK: call <8 x i16> @llvm.mips.cle.u.h( in test()
256 v8u16_r = __builtin_msa_clei_u_h(v8u16_a, 25); // CHECK: call <8 x i16> @llvm.mips.clei.u.h( in test()
[all …]