Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c155 res_vbll = vec_cmpge(vd, vd); in test1()
159 res_vbi = vec_cmpge(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c165 res_vbll = vec_cmpge(vsll, vsll); in test1()
170 res_vbll = vec_cmpge(vull, vull); in test1()
Dbuiltins-systemz-zvector.c730 vbc = vec_cmpge(vsc, vsc); in test_compare()
732 vbc = vec_cmpge(vuc, vuc); in test_compare()
734 vbs = vec_cmpge(vss, vss); in test_compare()
736 vbs = vec_cmpge(vus, vus); in test_compare()
738 vbi = vec_cmpge(vsi, vsi); in test_compare()
740 vbi = vec_cmpge(vui, vui); in test_compare()
742 vbl = vec_cmpge(vsl, vsl); in test_compare()
744 vbl = vec_cmpge(vul, vul); in test_compare()
746 vbl = vec_cmpge(vd, vd); in test_compare()
Dbuiltins-ppc-altivec.c962 res_vbc = vec_cmpge(vsc, vsc); in test2()
966 res_vbc = vec_cmpge(vuc, vuc); in test2()
970 res_vbs = vec_cmpge(vs, vs); in test2()
974 res_vbs = vec_cmpge(vus, vus); in test2()
978 res_vbi = vec_cmpge(vi, vi); in test2()
982 res_vbi = vec_cmpge(vui, vui); in test2()
986 res_vbi = vec_cmpge(vf, vf); in test2()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h102 Packet4ui isvalid_mask = reinterpret_cast<Packet4ui>(vec_cmpge(x, p4f_ZERO));
/external/clang/lib/Headers/
Daltivec.h1661 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function
1666 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function
1671 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function
1676 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function
1681 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function
1686 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function
1690 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, in vec_cmpge() function
1701 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function
1708 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function
1713 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function
[all …]
Dvecintrin.h1877 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function
1882 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function
1887 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function
1892 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function
1897 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function
1902 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function
1907 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function
1912 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function
1917 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function
/external/valgrind/none/tests/ppc32/
DtestVMX.c1286 BIaux1.v = vec_cmpge( Fcons1, Fcons2 ); in main()