Home
last modified time | relevance | path

Searched refs:vec_cmplt (Results 1 – 9 of 9) 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.c179 res_vbll = vec_cmplt(vd, vd); in test1()
183 res_vbi = vec_cmplt(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c198 res_vbll = vec_cmplt(vsll, vsll); in test1()
203 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.c1088 res_vbc = vec_cmplt(vsc, vsc); in test6()
1092 res_vbc = vec_cmplt(vuc, vuc); in test6()
1096 res_vbs = vec_cmplt(vs, vs); in test6()
1100 res_vbs = vec_cmplt(vus, vus); in test6()
1104 res_vbi = vec_cmplt(vi, vi); in test6()
1108 res_vbi = vec_cmplt(vui, vui); in test6()
1112 res_vbi = vec_cmplt(vf, vf); in test6()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h122 Packet4f mask = reinterpret_cast<Packet4f>(vec_cmplt(x, p4f_cephes_SQRTHF));
/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.h1833 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function
1838 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function
1842 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function
1848 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function
1852 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function
1858 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function
1862 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function
1869 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
1876 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function
1881 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function