Searched refs:vbll (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 32 vector bool long long vbll = { 1, 0 }; variable 310 res_vsll = vec_eqv(vbll, vbll); in test1() 363 res_ull = vec_extract(vbll, si); in test1() 376 res_vbll = vec_insert(ull, vbll, si); in test1() 429 res_i = vec_all_eq(vsll, vbll); in test1() 439 res_i = vec_all_eq(vull, vbll); in test1() 444 res_i = vec_all_eq(vbll, vsll); in test1() 449 res_i = vec_all_eq(vbll, vull); in test1() 454 res_i = vec_all_eq(vbll, vbll); in test1() 469 res_i = vec_all_ne(vsll, vbll); in test1() [all …]
|
D | builtins-ppc-vsx.c | 20 vector bool long long vbll = { 1, 0 }; variable 80 res_vd = vec_and(vbll, vd); in test1() 86 res_vd = vec_and(vd, vbll); in test1() 102 res_vd = vec_andc(vbll, vd); in test1() 116 res_vd = vec_andc(vd, vbll); in test1() 256 res_vbll = vec_perm(vbll, vbll, vuc); in test1() 286 res_vbll = vec_splat(vbll, 1); in test1() 321 res_vbi = vec_pack(vbll, vbll); in test1() 538 res_vsll = vec_and(vbll, vsll); in test1() 542 res_vsll = vec_and(vsll, vbll); in test1() [all …]
|