Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips-msa.c32 v4u32 v4u32_r; in test() local
68 v4u32_r = __msa_adds_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.adds.u.w( in test()
78 v4u32_r = __msa_addv_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.addv.w( in test()
88 v4u32_r = __msa_addvi_w(v4u32_a, 25); // CHECK: call <4 x i32> @llvm.mips.addvi.w( in test()
103 v4u32_r = __msa_andi_b(v4u32_a, 25); // CHECK: call <16 x i8> @llvm.mips.andi.b( in test()
113 v4u32_r = __msa_asub_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.asub.u.w( in test()
123 v4u32_r = __msa_ave_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.ave.u.w( in test()
133 v4u32_r = __msa_aver_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.aver.u.w( in test()
240 v4u32_r = __msa_cle_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.cle.u.w( in test()
250 v4u32_r = __msa_clei_u_w(v4u32_a, 25); // CHECK: call <4 x i32> @llvm.mips.clei.u.w( in test()
[all …]
Dbuiltins-mips-msa-error.c27 v4u32 v4u32_r; in test() local
36v4u32_r = __msa_addvi_w(v4u32_a, 32); // expected-error {{argument value 32 is outsid… in test()
89v4u32_r = __msa_clei_u_w(v4u32_a, 32); // expected-error {{argument value 32 is outsid… in test()
99v4u32_r = __msa_clti_u_w(v4u32_a, 32); // expected-error {{argument value 32 is outsid… in test()
140v4u32_r = __msa_maxi_u_w(v4u32_a, 32); // expected-error {{argument value 32 is outsid… in test()
150v4u32_r = __msa_mini_u_w(v4u32_a, 32); // expected-error {{argument value 32 is outsid… in test()
227v4u32_r = __msa_xori_b(v4u32_a, 256); // expected-error {{argument value 256 is outsi… in test()
234v4u32_r = __msa_addvi_w(v4u32_a, -1); // expected-error {{argument value 4294967295 i… in test()
285v4u32_r = __msa_clei_u_w(v4u32_a, -1); // expected-error {{argument value 4294967295 i… in test()
295v4u32_r = __msa_clti_u_w(v4u32_a, -1); // expected-error {{argument value 4294967295 i… in test()
[all …]
/external/clang/test/CodeGen/
Dbuiltins-mips-msa.c39 v4u32 v4u32_r; in test() local
75 v4u32_r = __builtin_msa_adds_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.adds.u.w( in test()
85 v4u32_r = __builtin_msa_addv_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.addv.w( in test()
95 v4u32_r = __builtin_msa_addvi_w(v4u32_a, 25); // CHECK: call <4 x i32> @llvm.mips.addvi.w( in test()
110 v4u32_r = __builtin_msa_andi_b(v4u32_a, 25); // CHECK: call <16 x i8> @llvm.mips.andi.b( in test()
120 v4u32_r = __builtin_msa_asub_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.asub.u.w( in test()
130 v4u32_r = __builtin_msa_ave_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.ave.u.w( in test()
140 v4u32_r = __builtin_msa_aver_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.aver.u.w( in test()
247 v4u32_r = __builtin_msa_cle_u_w(v4u32_a, v4u32_b); // CHECK: call <4 x i32> @llvm.mips.cle.u.w( in test()
257 v4u32_r = __builtin_msa_clei_u_w(v4u32_a, 25); // CHECK: call <4 x i32> @llvm.mips.clei.u.w( in test()
[all …]