Searched refs:vsib (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-p9vector.c | 24 vector signed int vsia, vsib; variable 101 return vec_first_match_index (vsia, vsib); in test3() 227 return vec_first_match_or_eos_index (vsia, vsib); in test9() 353 return vec_first_mismatch_index (vsia, vsib); in test15() 455 return vec_first_mismatch_or_eos_index (vsia, vsib); in test21() 541 return vec_cmpne (vsia, vsib); in test29()
|
H A D | builtins-ppc-p10vector.c | 19 vector signed int vsia, vsib; variable 59 return vec_div(vsia, vsib); in test_vec_div_si() 95 return vec_dive(vsia, vsib); in test_vec_dive_si() 131 return vec_mulh(vsia, vsib); in test_vec_mulh_si() 155 return vec_mod(vsia, vsib); in test_vec_mod_si() 813 return vec_sldb(vsia, vsib, 4); in test_vec_sldb_si() 867 return vec_srdb(vsia, vsib, 4); in test_vec_srdb_si() 921 return vec_permx(vsia, vsib, vucc, 4); in test_vec_permx_si() 986 return vec_blendv(vsia, vsib, vuic); in test_vec_blend_si()
|