Searched refs:vscb (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p9vector.c | 20 vector signed char vsca, vscb; variable 69 return vec_first_match_index (vsca, vscb); in test1() 179 return vec_first_match_or_eos_index (vsca, vscb); in test7() 321 return vec_first_mismatch_index (vsca, vscb); in test13() 423 return vec_first_mismatch_or_eos_index (vsca, vscb); in test19() 522 return vec_cmpne (vsca, vscb); in test26()
|
D | builtins-ppc-p10vector.c | 12 vector signed char vsca, vscb; variable 782 return vec_sldb(vsca, vscb, 0); in test_vec_sldb_sc() 836 return vec_srdb(vsca, vscb, 8); in test_vec_srdb_sc() 890 return vec_permx(vsca, vscb, vucc, 0); in test_vec_permx_sc() 958 return vec_blendv(vsca, vscb, vucc); in test_vec_blend_sc()
|