/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 597 res_i = vec_all_ge(vsll, vsll); in test1() 602 res_i = vec_all_ge(vsll, vbll); in test1() 607 res_i = vec_all_ge(vull, vull); in test1() 612 res_i = vec_all_ge(vull, vbll); in test1() 617 res_i = vec_all_ge(vbll, vsll); in test1() 622 res_i = vec_all_ge(vbll, vull); in test1() 627 res_i = vec_all_ge(vbll, vbll); in test1() 632 res_i = vec_all_ge(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 924 idx = vec_all_ge(vsc, vsc); in test_compare() 926 idx = vec_all_ge(vsc, vbc); in test_compare() 928 idx = vec_all_ge(vbc, vsc); in test_compare() 930 idx = vec_all_ge(vuc, vuc); in test_compare() 932 idx = vec_all_ge(vuc, vbc); in test_compare() 934 idx = vec_all_ge(vbc, vuc); in test_compare() 936 idx = vec_all_ge(vbc, vbc); in test_compare() 938 idx = vec_all_ge(vss, vss); in test_compare() 940 idx = vec_all_ge(vss, vbs); in test_compare() 942 idx = vec_all_ge(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 7734 res_i = vec_all_ge(vsc, vsc); in test6() 7738 res_i = vec_all_ge(vsc, vbc); in test6() 7742 res_i = vec_all_ge(vuc, vuc); in test6() 7746 res_i = vec_all_ge(vuc, vbc); in test6() 7750 res_i = vec_all_ge(vbc, vsc); in test6() 7754 res_i = vec_all_ge(vbc, vuc); in test6() 7758 res_i = vec_all_ge(vbc, vbc); in test6() 7762 res_i = vec_all_ge(vs, vs); in test6() 7766 res_i = vec_all_ge(vs, vbs); in test6() 7770 res_i = vec_all_ge(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 422 Function vec_all_ge [type unsigned char] ===> OK 423 Function vec_all_ge [type char] ===> OK 424 Function vec_all_ge [type unsigned short] ===> OK 425 Function vec_all_ge [type short] ===> OK 426 Function vec_all_ge [type unsigned int] ===> OK 427 Function vec_all_ge [type int] ===> OK
|
D | testVMX.c | 6713 I1 = vec_all_ge( UCaux1.v, UCaux2.v ); in part5() 6723 I1 = vec_all_ge( UCaux1.v, UCaux2.v ); in part5() 6739 I1 = vec_all_ge( Caux1.v, Caux2.v ); in part5() 6749 I1 = vec_all_ge( Caux1.v, Caux2.v ); in part5() 6765 I1 = vec_all_ge( USaux1.v, USaux2.v ); in part5() 6775 I1 = vec_all_ge( USaux1.v, USaux2.v ); in part5() 6791 I1 = vec_all_ge( Saux1.v, Saux2.v ); in part5() 6801 I1 = vec_all_ge( Saux1.v, Saux2.v ); in part5() 6817 I1 = vec_all_ge( UIaux1.v, UIaux2.v ); in part5() 6827 I1 = vec_all_ge( UIaux1.v, UIaux2.v ); in part5() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 2507 vec_all_ge(vector signed char __a, vector signed char __b) { in vec_all_ge() function 2514 vec_all_ge(vector signed char __a, vector bool char __b) { in vec_all_ge() function 2521 vec_all_ge(vector bool char __a, vector signed char __b) { in vec_all_ge() function 2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { in vec_all_ge() function 2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { in vec_all_ge() function 2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { in vec_all_ge() function 2549 vec_all_ge(vector bool char __a, vector bool char __b) { in vec_all_ge() function 2557 vec_all_ge(vector signed short __a, vector signed short __b) { in vec_all_ge() function 2564 vec_all_ge(vector signed short __a, vector bool short __b) { in vec_all_ge() function 2571 vec_all_ge(vector bool short __a, vector signed short __b) { in vec_all_ge() function [all …]
|
D | altivec.h | 11783 static int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 11788 static int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 11793 static int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 11798 static int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 11803 static int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 11809 static int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 11814 static int __ATTRS_o_ai vec_all_ge(vector bool char __a, vector bool char __b) { in vec_all_ge() function 11819 static int __ATTRS_o_ai vec_all_ge(vector short __a, vector short __b) { in vec_all_ge() function 11823 static int __ATTRS_o_ai vec_all_ge(vector short __a, vector bool short __b) { in vec_all_ge() function 11827 static int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, in vec_all_ge() function [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 198 if (vec_all_ge(a, b))
|