Home
last modified time | relevance | path

Searched refs:vec_all_lt (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c718 res_i = vec_all_lt(vsll, vsll); in test1()
723 res_i = vec_all_lt(vsll, vbll); in test1()
728 res_i = vec_all_lt(vull, vull); in test1()
733 res_i = vec_all_lt(vull, vbll); in test1()
738 res_i = vec_all_lt(vbll, vsll); in test1()
743 res_i = vec_all_lt(vbll, vull); in test1()
748 res_i = vec_all_lt(vbll, vbll); in test1()
753 res_i = vec_all_lt(vda, vda); in test1()
Dbuiltins-systemz-zvector.c1101 idx = vec_all_lt(vsc, vsc); in test_compare()
1103 idx = vec_all_lt(vsc, vbc); in test_compare()
1105 idx = vec_all_lt(vbc, vsc); in test_compare()
1107 idx = vec_all_lt(vuc, vuc); in test_compare()
1109 idx = vec_all_lt(vuc, vbc); in test_compare()
1111 idx = vec_all_lt(vbc, vuc); in test_compare()
1113 idx = vec_all_lt(vbc, vbc); in test_compare()
1115 idx = vec_all_lt(vss, vss); in test_compare()
1117 idx = vec_all_lt(vss, vbs); in test_compare()
1119 idx = vec_all_lt(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c8025 res_i = vec_all_lt(vsc, vsc); in test6()
8029 res_i = vec_all_lt(vsc, vbc); in test6()
8033 res_i = vec_all_lt(vuc, vuc); in test6()
8037 res_i = vec_all_lt(vuc, vbc); in test6()
8041 res_i = vec_all_lt(vbc, vsc); in test6()
8045 res_i = vec_all_lt(vbc, vuc); in test6()
8049 res_i = vec_all_lt(vbc, vbc); in test6()
8053 res_i = vec_all_lt(vs, vs); in test6()
8057 res_i = vec_all_lt(vs, vbs); in test6()
8061 res_i = vec_all_lt(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp446 Function vec_all_lt [type unsigned char] ===> OK
447 Function vec_all_lt [type char] ===> OK
448 Function vec_all_lt [type unsigned short] ===> OK
449 Function vec_all_lt [type short] ===> OK
450 Function vec_all_lt [type unsigned int] ===> OK
451 Function vec_all_lt [type int] ===> OK
DtestVMX.c7337 I1 = vec_all_lt( UCaux1.v, UCaux2.v ); in part5()
7347 I1 = vec_all_lt( UCaux1.v, UCaux2.v ); in part5()
7367 I1 = vec_all_lt( Caux1.v, Caux2.v ); in part5()
7377 I1 = vec_all_lt( Caux1.v, Caux2.v ); in part5()
7397 I1 = vec_all_lt( USaux1.v, USaux2.v ); in part5()
7407 I1 = vec_all_lt( USaux1.v, USaux2.v ); in part5()
7427 I1 = vec_all_lt( Saux1.v, Saux2.v ); in part5()
7437 I1 = vec_all_lt( Saux1.v, Saux2.v ); in part5()
7457 I1 = vec_all_lt( UIaux1.v, UIaux2.v ); in part5()
7467 I1 = vec_all_lt( UIaux1.v, UIaux2.v ); in part5()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h3134 vec_all_lt(vector signed char __a, vector signed char __b) { in vec_all_lt() function
3141 vec_all_lt(vector signed char __a, vector bool char __b) { in vec_all_lt() function
3148 vec_all_lt(vector bool char __a, vector signed char __b) { in vec_all_lt() function
3155 vec_all_lt(vector unsigned char __a, vector unsigned char __b) { in vec_all_lt() function
3162 vec_all_lt(vector unsigned char __a, vector bool char __b) { in vec_all_lt() function
3169 vec_all_lt(vector bool char __a, vector unsigned char __b) { in vec_all_lt() function
3176 vec_all_lt(vector bool char __a, vector bool char __b) { in vec_all_lt() function
3184 vec_all_lt(vector signed short __a, vector signed short __b) { in vec_all_lt() function
3191 vec_all_lt(vector signed short __a, vector bool short __b) { in vec_all_lt() function
3198 vec_all_lt(vector bool short __a, vector signed short __b) { in vec_all_lt() function
[all …]
Daltivec.h12741 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function
12746 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function
12751 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function
12756 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function
12761 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
12767 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
12772 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
12778 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function
12783 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function
12788 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt() function
[all …]