Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c127 res_vbll = vec_cmple(vd, vd); in test1()
131 res_vbi = vec_cmple(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c175 res_vbll = vec_cmple(vsll, vsll); in test1()
180 res_vbll = vec_cmple(vull, vull); in test1()
Dbuiltins-systemz-zvector.c768 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()
Dbuiltins-ppc-altivec.c1037 res_vbc = vec_cmple(vsc, vsc); in test5()
1041 res_vbc = vec_cmple(vuc, vuc); in test5()
1045 res_vbs = vec_cmple(vs, vs); in test5()
1049 res_vbs = vec_cmple(vus, vus); in test5()
1053 res_vbi = vec_cmple(vi, vi); in test5()
1057 res_vbi = vec_cmple(vui, vui); in test5()
1061 res_vbi = vec_cmple(vf, vf); in test5()
/external/clang/lib/Headers/
Dvecintrin.h1971 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
Daltivec.h1734 vec_cmple (vector signed char __a, vector signed char __b) { in vec_cmple() function
1739 vec_cmple (vector unsigned char __a, vector unsigned char __b) { in vec_cmple() function
1744 vec_cmple (vector signed short __a, vector signed short __b) { in vec_cmple() function
1749 vec_cmple (vector unsigned short __a, vector unsigned short __b) { in vec_cmple() function
1754 vec_cmple (vector signed int __a, vector signed int __b) { in vec_cmple() function
1759 vec_cmple (vector unsigned int __a, vector unsigned int __b) { in vec_cmple() function
1764 vec_cmple(vector float __a, vector float __b) { in vec_cmple() function
1770 vec_cmple(vector double __a, vector double __b) { in vec_cmple() function
1777 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple() function
1782 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple() function
/external/valgrind/none/tests/ppc32/
DtestVMX.c1438 BIaux1.v = vec_cmple( Fcons1, Fcons2 ); in main()