/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 518 res_i = vec_any_eq(vsll, vsll); in test1() 523 res_i = vec_any_eq(vsll, vbll); in test1() 528 res_i = vec_any_eq(vull, vull); in test1() 533 res_i = vec_any_eq(vull, vbll); in test1() 538 res_i = vec_any_eq(vbll, vsll); in test1() 543 res_i = vec_any_eq(vbll, vull); in test1() 548 res_i = vec_any_eq(vbll, vbll); in test1() 553 res_i = vec_any_eq(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1174 idx = vec_any_eq(vsc, vsc); in test_compare() 1176 idx = vec_any_eq(vsc, vbc); in test_compare() 1178 idx = vec_any_eq(vbc, vsc); in test_compare() 1180 idx = vec_any_eq(vuc, vuc); in test_compare() 1182 idx = vec_any_eq(vuc, vbc); in test_compare() 1184 idx = vec_any_eq(vbc, vuc); in test_compare() 1186 idx = vec_any_eq(vbc, vbc); in test_compare() 1188 idx = vec_any_eq(vss, vss); in test_compare() 1190 idx = vec_any_eq(vss, vbs); in test_compare() 1192 idx = vec_any_eq(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8237 res_i = vec_any_eq(vsc, vsc); in test6() 8241 res_i = vec_any_eq(vsc, vbc); in test6() 8245 res_i = vec_any_eq(vuc, vuc); in test6() 8249 res_i = vec_any_eq(vuc, vbc); in test6() 8253 res_i = vec_any_eq(vbc, vsc); in test6() 8257 res_i = vec_any_eq(vbc, vuc); in test6() 8261 res_i = vec_any_eq(vbc, vbc); in test6() 8265 res_i = vec_any_eq(vs, vs); in test6() 8269 res_i = vec_any_eq(vs, vbs); in test6() 8273 res_i = vec_any_eq(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 462 Function vec_any_eq [type char] ===> OK 463 Function vec_any_eq [type unsigned char] ===> OK 464 Function vec_any_eq [type short] ===> OK 465 Function vec_any_eq [type unsigned short] ===> OK 466 Function vec_any_eq [type int] ===> OK 467 Function vec_any_eq [type unsigned int] ===> OK
|
D | testVMX.c | 8224 b= vec_any_eq (Caux1.v, Caux2.v); in part5() 8232 b= vec_any_eq (Caux1.v, Caux2.v); in part5() 8247 b= vec_any_eq (UCaux1.v, UCaux2.v); in part5() 8255 b= vec_any_eq (UCaux1.v, UCaux2.v); in part5() 8270 b= vec_any_eq (Saux1.v, Saux2.v); in part5() 8278 b= vec_any_eq (Saux1.v, Saux2.v); in part5() 8293 b= vec_any_eq (USaux1.v, USaux2.v); in part5() 8301 b= vec_any_eq (USaux1.v, USaux2.v); in part5() 8316 b= vec_any_eq (Iaux1.v, Iaux2.v); in part5() 8324 b= vec_any_eq (Iaux1.v, Iaux2.v); in part5() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 92 if (!vec_any_eq(*A, *B)) 206 if (vec_any_eq(a, b))
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 3397 vec_any_eq(vector signed char __a, vector signed char __b) { in vec_any_eq() function 3404 vec_any_eq(vector signed char __a, vector bool char __b) { in vec_any_eq() function 3411 vec_any_eq(vector bool char __a, vector signed char __b) { in vec_any_eq() function 3418 vec_any_eq(vector unsigned char __a, vector unsigned char __b) { in vec_any_eq() function 3426 vec_any_eq(vector unsigned char __a, vector bool char __b) { in vec_any_eq() function 3434 vec_any_eq(vector bool char __a, vector unsigned char __b) { in vec_any_eq() function 3442 vec_any_eq(vector bool char __a, vector bool char __b) { in vec_any_eq() function 3450 vec_any_eq(vector signed short __a, vector signed short __b) { in vec_any_eq() function 3457 vec_any_eq(vector signed short __a, vector bool short __b) { in vec_any_eq() function 3464 vec_any_eq(vector bool short __a, vector signed short __b) { in vec_any_eq() function [all …]
|
D | altivec.h | 13174 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq() function 13180 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq() function 13186 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq() function 13192 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq() function 13198 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function 13204 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function 13210 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function 13216 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, in vec_any_eq() function 13221 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, in vec_any_eq() function 13226 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, in vec_any_eq() function [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 92 if (!vec_any_eq(*A, *B)) 206 if (vec_any_eq(a, b))
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 2351 !vec_any_eq(*(const vector unsigned char*)CurPtr, Slashes)) in SkipBlockComment()
|