Searched refs:vec_cmple (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 171 res_vbll = vec_cmple(vd, vd); in test1() 175 res_vbi = vec_cmple(vf, vf); in test1()
|
D | builtins-ppc-p8vector.c | 176 res_vbll = vec_cmple(vsll, vsll); in test1() 181 res_vbll = vec_cmple(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 768 vbc = vec_cmple(vsc, vsc); in test_compare() 770 vbc = vec_cmple(vuc, vuc); in test_compare() 772 vbs = vec_cmple(vss, vss); in test_compare() 774 vbs = vec_cmple(vus, vus); in test_compare() 776 vbi = vec_cmple(vsi, vsi); in test_compare() 778 vbi = vec_cmple(vui, vui); in test_compare() 780 vbl = vec_cmple(vsl, vsl); in test_compare() 782 vbl = vec_cmple(vul, vul); in test_compare() 784 vbl = vec_cmple(vd, vd); in test_compare()
|
D | builtins-ppc-altivec.c | 1056 res_vbc = vec_cmple(vsc, vsc); in test5() 1060 res_vbc = vec_cmple(vuc, vuc); in test5() 1064 res_vbs = vec_cmple(vs, vs); in test5() 1068 res_vbs = vec_cmple(vus, vus); in test5() 1072 res_vbi = vec_cmple(vi, vi); in test5() 1076 res_vbi = vec_cmple(vui, vui); in test5() 1080 res_vbi = vec_cmple(vf, vf); in test5()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1971 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple() function 1976 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple() function 1981 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple() function 1986 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple() function 1991 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple() function 1996 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple() function 2001 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple() function 2006 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple() function 2011 vec_cmple(vector double __a, vector double __b) { in vec_cmple() function
|
D | altivec.h | 1777 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple() function 1782 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple() function 1787 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple() function 1792 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple() function 1797 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple() function 1802 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple() function 1806 static __inline__ vector bool int __ATTRS_o_ai vec_cmple(vector float __a, in vec_cmple() function 1813 vec_cmple(vector double __a, vector double __b) { in vec_cmple() function 1820 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple() function 1825 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple() function
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.c | 1438 BIaux1.v = vec_cmple( Fcons1, Fcons2 ); in main()
|