/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 598 res_i = vec_all_ge(vsll, vsll); in test1() 603 res_i = vec_all_ge(vsll, vbll); in test1() 608 res_i = vec_all_ge(vull, vull); in test1() 613 res_i = vec_all_ge(vull, vbll); in test1() 618 res_i = vec_all_ge(vbll, vsll); in test1() 623 res_i = vec_all_ge(vbll, vull); in test1() 628 res_i = vec_all_ge(vbll, vbll); in test1() 633 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 | 7753 res_i = vec_all_ge(vsc, vsc); in test6() 7757 res_i = vec_all_ge(vsc, vbc); in test6() 7761 res_i = vec_all_ge(vuc, vuc); in test6() 7765 res_i = vec_all_ge(vuc, vbc); in test6() 7769 res_i = vec_all_ge(vbc, vsc); in test6() 7773 res_i = vec_all_ge(vbc, vuc); in test6() 7777 res_i = vec_all_ge(vbc, vbc); in test6() 7781 res_i = vec_all_ge(vs, vs); in test6() 7785 res_i = vec_all_ge(vs, vbs); in test6() 7789 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 | 12220 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 12225 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 12230 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 12235 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 12240 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 12246 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 12251 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 12257 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 12262 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 12267 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, in vec_all_ge() function [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 198 if (vec_all_ge(a, b))
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 198 if (vec_all_ge(a, b))
|