Searched refs:vbll (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 31 vector bool long long vbll = { 1, 0 }; variable 309 res_vsll = vec_eqv(vbll, vbll); in test1() 362 res_ull = vec_extract(vbll, si); in test1() 375 res_vbll = vec_insert(ull, vbll, si); in test1() 428 res_i = vec_all_eq(vsll, vbll); in test1() 438 res_i = vec_all_eq(vull, vbll); in test1() 443 res_i = vec_all_eq(vbll, vsll); in test1() 448 res_i = vec_all_eq(vbll, vull); in test1() 453 res_i = vec_all_eq(vbll, vbll); in test1() 468 res_i = vec_all_ne(vsll, vbll); in test1() [all …]
|
D | builtins-ppc-vsx.c | 11 vector bool long long vbll = { 1, 0 }; variable 36 res_vd = vec_and(vbll, vd); in test1() 42 res_vd = vec_and(vd, vbll); in test1() 58 res_vd = vec_andc(vbll, vd); in test1() 72 res_vd = vec_andc(vd, vbll); in test1() 212 res_vbll = vec_perm(vbll, vbll, vuc); in test1() 242 res_vbll = vec_splat(vbll, 1); in test1() 277 res_vbi = vec_pack(vbll, vbll); in test1() 350 res_vsll = vec_and(vbll, vsll); in test1() 354 res_vsll = vec_and(vsll, vbll); in test1() [all …]
|