/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 761 res_i = vec_any_ge(vsll, vsll); in test1() 766 res_i = vec_any_ge(vsll, vbll); in test1() 771 res_i = vec_any_ge(vull, vull); in test1() 776 res_i = vec_any_ge(vull, vbll); in test1() 781 res_i = vec_any_ge(vbll, vsll); in test1() 786 res_i = vec_any_ge(vbll, vull); in test1() 791 res_i = vec_any_ge(vbll, vbll); in test1() 796 res_i = vec_any_ge(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1292 idx = vec_any_ge(vsc, vsc); in test_compare() 1294 idx = vec_any_ge(vsc, vbc); in test_compare() 1296 idx = vec_any_ge(vbc, vsc); in test_compare() 1298 idx = vec_any_ge(vuc, vuc); in test_compare() 1300 idx = vec_any_ge(vuc, vbc); in test_compare() 1302 idx = vec_any_ge(vbc, vuc); in test_compare() 1304 idx = vec_any_ge(vbc, vbc); in test_compare() 1306 idx = vec_any_ge(vss, vss); in test_compare() 1308 idx = vec_any_ge(vss, vbs); in test_compare() 1310 idx = vec_any_ge(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8311 res_i = vec_any_ge(vsc, vsc); in test6() 8315 res_i = vec_any_ge(vsc, vbc); in test6() 8319 res_i = vec_any_ge(vuc, vuc); in test6() 8323 res_i = vec_any_ge(vuc, vbc); in test6() 8327 res_i = vec_any_ge(vbc, vsc); in test6() 8331 res_i = vec_any_ge(vbc, vuc); in test6() 8335 res_i = vec_any_ge(vbc, vbc); in test6() 8339 res_i = vec_any_ge(vs, vs); in test6() 8343 res_i = vec_any_ge(vs, vbs); in test6() 8347 res_i = vec_any_ge(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 470 Function vec_any_ge [type char] ===> OK 471 Function vec_any_ge [type unsigned char] ===> OK 472 Function vec_any_ge [type short] ===> OK 473 Function vec_any_ge [type unsigned short] ===> OK 474 Function vec_any_ge [type int] ===> OK 475 Function vec_any_ge [type unsigned int] ===> OK
|
D | testVMX.c | 8403 b= vec_any_ge (Caux1.v, Caux2.v); in part5() 8416 b= vec_any_ge (Caux1.v, Caux2.v); in part5() 8429 b= vec_any_ge (Caux1.v, Caux2.v); in part5() 8449 b= vec_any_ge (UCaux1.v, UCaux2.v); in part5() 8462 b= vec_any_ge (UCaux1.v, UCaux2.v); in part5() 8475 b= vec_any_ge (UCaux1.v, UCaux2.v); in part5() 8495 b= vec_any_ge (Saux1.v, Saux2.v); in part5() 8508 b= vec_any_ge (Saux1.v, Saux2.v); in part5() 8521 b= vec_any_ge (Saux1.v, Saux2.v); in part5() 8541 b= vec_any_ge (USaux1.v, USaux2.v); in part5() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 3839 vec_any_ge(vector signed char __a, vector signed char __b) { in vec_any_ge() function 3846 vec_any_ge(vector signed char __a, vector bool char __b) { in vec_any_ge() function 3853 vec_any_ge(vector bool char __a, vector signed char __b) { in vec_any_ge() function 3860 vec_any_ge(vector unsigned char __a, vector unsigned char __b) { in vec_any_ge() function 3867 vec_any_ge(vector unsigned char __a, vector bool char __b) { in vec_any_ge() function 3874 vec_any_ge(vector bool char __a, vector unsigned char __b) { in vec_any_ge() function 3881 vec_any_ge(vector bool char __a, vector bool char __b) { in vec_any_ge() function 3889 vec_any_ge(vector signed short __a, vector signed short __b) { in vec_any_ge() function 3896 vec_any_ge(vector signed short __a, vector bool short __b) { in vec_any_ge() function 3903 vec_any_ge(vector bool short __a, vector signed short __b) { in vec_any_ge() function [all …]
|
D | altivec.h | 12869 static int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 12874 static int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 12880 static int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 12885 static int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 12891 static int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 12897 static int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 12903 static int __ATTRS_o_ai vec_any_ge(vector bool char __a, vector bool char __b) { in vec_any_ge() function 12908 static int __ATTRS_o_ai vec_any_ge(vector short __a, vector short __b) { in vec_any_ge() function 12912 static int __ATTRS_o_ai vec_any_ge(vector short __a, vector bool short __b) { in vec_any_ge() function 12916 static int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 200 if (vec_any_ge(a,b))
|