Searched refs:vssa (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p9vector.c | 23 vector signed short vssa, vssb; variable 137 return vec_first_match_index (vssa, vssb); in test5() 279 return vec_first_match_or_eos_index (vssa, vssb); in test11() 389 return vec_first_mismatch_index (vssa, vssb); in test17() 491 return vec_first_mismatch_or_eos_index (vssa, vssb); in test23() 591 return vec_cmpne (vssa, vssb); in test35() 663 return vec_cnttz (vssa); in test45() 719 return vec_popcnt (vssa); in test53() 1112 return vec_xst_len(vssa,ss,0); in test103() 1239 return vec_signexti(vssa); in test_vec_signexti_si_ss() [all …]
|
D | builtins-ppc-p10vector.c | 14 vector signed short vssa, vssb; variable 225 return vec_stril(vssa); in test_vec_stril_ss() 257 return vec_stril_p(vssa); in test_vec_stril_p_ss() 381 return vec_strir(vssa); in test_vec_strir_ss() 413 return vec_strir_p(vssa); in test_vec_strir_p_ss() 795 return vec_sldb(vssa, vssb, 2); in test_vec_sldb_ss() 849 return vec_srdb(vssa, vssb, 10); in test_vec_srdb_ss() 903 return vec_permx(vssa, vssb, vucc, 2); in test_vec_permx_ss() 970 return vec_blendv(vssa, vssb, vusc); in test_vec_blend_ss()
|