Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-p9vector.c26 vector signed int vsia, vsib; variable
103 return vec_first_match_index (vsia, vsib); in test3()
229 return vec_first_match_or_eos_index (vsia, vsib); in test9()
355 return vec_first_mismatch_index (vsia, vsib); in test15()
457 return vec_first_mismatch_or_eos_index (vsia, vsib); in test21()
543 return vec_cmpne (vsia, vsib); in test29()
635 return vec_cnttz (vsia); in test41()
691 return vec_popcnt (vsia); in test49()
796 return vec_parity_lsbb (vsia); in test64()
1124 return vec_xst_len(vsia,si,0); in test105()
[all …]
Dbuiltins-ppc-vec-ins-error.c10 vector signed int vsia; variable
24 …return vec_replace_elt(vsia, sia, 13); // expected-error {{argument value 13 is outside the valid … in test_vec_replace_elt_si()
48 …return vec_replace_elt(vulla, vulla, vsia); // expected-error {{argument to '__builtin_altivec_vec… in test_vec_replace_elt_ull_2()
56 …return vec_replace_unaligned(vsia, da, 6); // expected-error {{arguments are of different types ('… in test_vec_replace_unaligned_si()
Dbuiltins-ppc-p10vector.c16 vector signed int vsia, vsib; variable
55 return vec_div(vsia, vsib); in test_vec_div_si()
91 return vec_dive(vsia, vsib); in test_vec_dive_si()
127 return vec_mulh(vsia, vsib); in test_vec_mulh_si()
151 return vec_mod(vsia, vsib); in test_vec_mod_si()
809 return vec_sldb(vsia, vsib, 4); in test_vec_sldb_si()
863 return vec_srdb(vsia, vsib, 4); in test_vec_srdb_si()
917 return vec_permx(vsia, vsib, vucc, 4); in test_vec_permx_si()
982 return vec_blendv(vsia, vsib, vuic); in test_vec_blend_si()
1022 return vec_replace_elt(vsia, sia, 0); in test_vec_replace_elt_si()
[all …]