Home
last modified time | relevance | path

Searched refs:vec_cmplt (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp72 Function vec_cmplt [type char] ===> OK
73 Function vec_cmplt [type unsigned char] ===> OK
74 Function vec_cmplt [type short] ===> OK
75 Function vec_cmplt [type unsigned short] ===> OK
76 Function vec_cmplt [type integer] ===> OK
77 Function vec_cmplt [type unsigned int] ===> OK
DtestVMX.c1459 BCaux1.v = vec_cmplt( Ccons1, Ccons2 ); in main()
1477 BCaux1.v = vec_cmplt( UCcons1, UCcons2 ); in main()
1495 BSaux1.v = vec_cmplt( Scons1, Scons2 ); in main()
1513 BSaux1.v = vec_cmplt( UScons1, UScons2 ); in main()
1531 BIaux1.v = vec_cmplt( Icons1, Icons2 ); in main()
1549 BIaux1.v = vec_cmplt( UIcons1, UIcons2 ); in main()
1568 BIaux1.v = vec_cmplt( Fcons1, Fcons2 ); in main()
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c135 res_vbll = vec_cmplt(vd, vd); in test1()
139 res_vbi = vec_cmplt(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c197 res_vbll = vec_cmplt(vsll, vsll); in test1()
202 res_vbll = vec_cmplt(vull, vull); in test1()
Dbuiltins-systemz-zvector.c787 vbc = vec_cmplt(vsc, vsc); in test_compare()
789 vbc = vec_cmplt(vuc, vuc); in test_compare()
791 vbs = vec_cmplt(vss, vss); in test_compare()
793 vbs = vec_cmplt(vus, vus); in test_compare()
795 vbi = vec_cmplt(vsi, vsi); in test_compare()
797 vbi = vec_cmplt(vui, vui); in test_compare()
799 vbl = vec_cmplt(vsl, vsl); in test_compare()
801 vbl = vec_cmplt(vul, vul); in test_compare()
803 vbl = vec_cmplt(vd, vd); in test_compare()
Dbuiltins-ppc-altivec.c1069 res_vbc = vec_cmplt(vsc, vsc); in test6()
1073 res_vbc = vec_cmplt(vuc, vuc); in test6()
1077 res_vbs = vec_cmplt(vs, vs); in test6()
1081 res_vbs = vec_cmplt(vus, vus); in test6()
1085 res_vbi = vec_cmplt(vi, vi); in test6()
1089 res_vbi = vec_cmplt(vui, vui); in test6()
1093 res_vbi = vec_cmplt(vf, vf); in test6()
/external/clang/lib/Headers/
Dvecintrin.h2018 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function
2023 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function
2028 vec_cmplt(vector signed short __a, vector signed short __b) { in vec_cmplt() function
2033 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function
2038 vec_cmplt(vector signed int __a, vector signed int __b) { in vec_cmplt() function
2043 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function
2048 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function
2053 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function
2058 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
6375 return vec_sel(__a, -__a, vec_cmplt(__a, (vector signed char)0)); in vec_abs()
[all …]
Daltivec.h1789 static vector bool char __ATTRS_o_ai vec_cmplt(vector signed char __a, in vec_cmplt() function
1794 static vector bool char __ATTRS_o_ai vec_cmplt(vector unsigned char __a, in vec_cmplt() function
1799 static vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function
1804 static vector bool short __ATTRS_o_ai vec_cmplt(vector unsigned short __a, in vec_cmplt() function
1809 static vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, vector int __b) { in vec_cmplt() function
1813 static vector bool int __ATTRS_o_ai vec_cmplt(vector unsigned int __a, in vec_cmplt() function
1818 static vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function
1825 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
1832 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function
1837 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function