/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 517 res_i = vec_any_eq(vsll, vsll); in test1() 522 res_i = vec_any_eq(vsll, vbll); in test1() 527 res_i = vec_any_eq(vull, vull); in test1() 532 res_i = vec_any_eq(vull, vbll); in test1() 537 res_i = vec_any_eq(vbll, vsll); in test1() 542 res_i = vec_any_eq(vbll, vull); in test1() 547 res_i = vec_any_eq(vbll, vbll); in test1() 552 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 | 8218 res_i = vec_any_eq(vsc, vsc); in test6() 8222 res_i = vec_any_eq(vsc, vbc); in test6() 8226 res_i = vec_any_eq(vuc, vuc); in test6() 8230 res_i = vec_any_eq(vuc, vbc); in test6() 8234 res_i = vec_any_eq(vbc, vsc); in test6() 8238 res_i = vec_any_eq(vbc, vuc); in test6() 8242 res_i = vec_any_eq(vbc, vbc); in test6() 8246 res_i = vec_any_eq(vs, vs); in test6() 8250 res_i = vec_any_eq(vs, vbs); in test6() 8254 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/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 | 12691 static int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq() function 12697 static int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq() function 12703 static int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq() function 12709 static int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq() function 12715 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function 12721 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function 12727 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, vector bool char __b) { in vec_any_eq() function 12732 static int __ATTRS_o_ai vec_any_eq(vector short __a, vector short __b) { in vec_any_eq() function 12736 static int __ATTRS_o_ai vec_any_eq(vector short __a, vector bool short __b) { in vec_any_eq() function 12740 static 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 | 2323 !vec_any_eq(*(const vector unsigned char*)CurPtr, Slashes)) in SkipBlockComment()
|