Searched refs:res_vbll (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 21 vector bool long long res_vbll; variable 103 res_vbll = vec_cmpeq(vd, vd); in test1() 111 res_vbll = vec_cmpge(vd, vd); in test1() 119 res_vbll = vec_cmpgt(vd, vd); in test1() 127 res_vbll = vec_cmple(vd, vd); in test1() 135 res_vbll = vec_cmplt(vd, vd); in test1() 212 res_vbll = vec_perm(vbll, vbll, vuc); in test1() 242 res_vbll = vec_splat(vbll, 1); in test1() 370 res_vbll = vec_and(vbll, vbll); in test1() 399 res_vbll = vec_vand(vbll, vbll); in test1() [all …]
|
D | builtins-ppc-p8vector.c | 58 vector bool long long res_vbll; variable 153 res_vbll = vec_cmpeq(vsll, vsll); in test1() 158 res_vbll = vec_cmpeq(vull, vull); in test1() 164 res_vbll = vec_cmpge(vsll, vsll); in test1() 169 res_vbll = vec_cmpge(vull, vull); in test1() 175 res_vbll = vec_cmple(vsll, vsll); in test1() 180 res_vbll = vec_cmple(vull, vull); in test1() 186 res_vbll = vec_cmpgt(vsll, vsll); in test1() 191 res_vbll = vec_cmpgt(vull, vull); in test1() 197 res_vbll = vec_cmplt(vsll, vsll); in test1() [all …]
|