/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 637 res_i = vec_all_gt(vsll, vsll); in test1() 642 res_i = vec_all_gt(vsll, vbll); in test1() 647 res_i = vec_all_gt(vull, vull); in test1() 652 res_i = vec_all_gt(vull, vbll); in test1() 657 res_i = vec_all_gt(vbll, vsll); in test1() 662 res_i = vec_all_gt(vbll, vull); in test1() 667 res_i = vec_all_gt(vbll, vbll); in test1() 672 res_i = vec_all_gt(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 983 idx = vec_all_gt(vsc, vsc); in test_compare() 985 idx = vec_all_gt(vsc, vbc); in test_compare() 987 idx = vec_all_gt(vbc, vsc); in test_compare() 989 idx = vec_all_gt(vuc, vuc); in test_compare() 991 idx = vec_all_gt(vuc, vbc); in test_compare() 993 idx = vec_all_gt(vbc, vuc); in test_compare() 995 idx = vec_all_gt(vbc, vbc); in test_compare() 997 idx = vec_all_gt(vss, vss); in test_compare() 999 idx = vec_all_gt(vss, vbs); in test_compare() 1001 idx = vec_all_gt(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 7823 res_i = vec_all_gt(vsc, vsc); in test6() 7827 res_i = vec_all_gt(vsc, vbc); in test6() 7831 res_i = vec_all_gt(vuc, vuc); in test6() 7835 res_i = vec_all_gt(vuc, vbc); in test6() 7839 res_i = vec_all_gt(vbc, vsc); in test6() 7843 res_i = vec_all_gt(vbc, vuc); in test6() 7847 res_i = vec_all_gt(vbc, vbc); in test6() 7851 res_i = vec_all_gt(vs, vs); in test6() 7855 res_i = vec_all_gt(vs, vbs); in test6() 7859 res_i = vec_all_gt(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 430 Function vec_all_gt [type unsigned char] ===> OK 431 Function vec_all_gt [type char] ===> OK 432 Function vec_all_gt [type unsigned short] ===> OK 433 Function vec_all_gt [type short] ===> OK 434 Function vec_all_gt [type unsigned int] ===> OK 435 Function vec_all_gt [type int] ===> OK
|
D | testVMX.c | 6903 I1 = vec_all_gt( UCaux1.v, UCaux2.v ); in part5() 6913 I1 = vec_all_gt( UCaux1.v, UCaux2.v ); in part5() 6933 I1 = vec_all_gt( Caux1.v, Caux2.v ); in part5() 6943 I1 = vec_all_gt( Caux1.v, Caux2.v ); in part5() 6963 I1 = vec_all_gt( USaux1.v, USaux2.v ); in part5() 6973 I1 = vec_all_gt( USaux1.v, USaux2.v ); in part5() 6993 I1 = vec_all_gt( Saux1.v, Saux2.v ); in part5() 7003 I1 = vec_all_gt( Saux1.v, Saux2.v ); in part5() 7023 I1 = vec_all_gt( UIaux1.v, UIaux2.v ); in part5() 7033 I1 = vec_all_gt( UIaux1.v, UIaux2.v ); in part5() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 2716 vec_all_gt(vector signed char __a, vector signed char __b) { in vec_all_gt() function 2723 vec_all_gt(vector signed char __a, vector bool char __b) { in vec_all_gt() function 2730 vec_all_gt(vector bool char __a, vector signed char __b) { in vec_all_gt() function 2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { in vec_all_gt() function 2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { in vec_all_gt() function 2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { in vec_all_gt() function 2758 vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function 2766 vec_all_gt(vector signed short __a, vector signed short __b) { in vec_all_gt() function 2773 vec_all_gt(vector signed short __a, vector bool short __b) { in vec_all_gt() function 2780 vec_all_gt(vector bool short __a, vector signed short __b) { in vec_all_gt() function [all …]
|
D | altivec.h | 11945 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 11950 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 11955 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 11960 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 11965 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 11971 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 11976 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function 11981 static int __ATTRS_o_ai vec_all_gt(vector short __a, vector short __b) { in vec_all_gt() function 11985 static int __ATTRS_o_ai vec_all_gt(vector short __a, vector bool short __b) { in vec_all_gt() function 11989 static int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function [all …]
|