Searched refs:vec_cmple (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-vsx.c127 res_vbll = vec_cmple(vd, vd);
131 res_vbi = vec_cmple(vf, vf);
H A Dbuiltins-ppc-p8vector.c7 // (vec_cmpge, vec_cmple). Without this option, there is only one overload so
174 /* vec_cmple */
175 res_vbll = vec_cmple(vsll, vsll);
178 // CHECK-PPC: error: call to 'vec_cmple' is ambiguous
180 res_vbll = vec_cmple(vull, vull);
183 // CHECK-PPC: error: call to 'vec_cmple' is ambiguous
H A Dbuiltins-systemz-zvector.c768 vbc = vec_cmple(vsc, vsc);
770 vbc = vec_cmple(vuc, vuc);
772 vbs = vec_cmple(vss, vss);
774 vbs = vec_cmple(vus, vus);
776 vbi = vec_cmple(vsi, vsi);
778 vbi = vec_cmple(vui, vui);
780 vbl = vec_cmple(vsl, vsl);
782 vbl = vec_cmple(vul, vul);
784 vbl = vec_cmple(vd, vd);
H A Dbuiltins-ppc-altivec.c1036 /* vec_cmple */
1037 res_vbc = vec_cmple(vsc, vsc);
1041 res_vbc = vec_cmple(vuc, vuc);
1045 res_vbs = vec_cmple(vs, vs);
1049 res_vbs = vec_cmple(vus, vus);
1053 res_vbi = vec_cmple(vi, vi);
1057 res_vbi = vec_cmple(vui, vui);
1061 res_vbi = vec_cmple(vf, vf);
/external/clang/lib/Headers/
H A Dvecintrin.h1968 /*-- vec_cmple --------------------------------------------------------------*/
1971 vec_cmple(vector signed char __a, vector signed char __b) { function
1976 vec_cmple(vector unsigned char __a, vector unsigned char __b) { function
1981 vec_cmple(vector signed short __a, vector signed short __b) { function
1986 vec_cmple(vector unsigned short __a, vector unsigned short __b) { function
1991 vec_cmple(vector signed int __a, vector signed int __b) { function
1996 vec_cmple(vector unsigned int __a, vector unsigned int __b) { function
2001 vec_cmple(vector signed long long __a, vector signed long long __b) { function
2006 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { function
2011 vec_cmple(vecto function
[all...]
H A Daltivec.h1731 /* vec_cmple */
1734 vec_cmple (vector signed char __a, vector signed char __b) { function
1739 vec_cmple (vector unsigned char __a, vector unsigned char __b) { function
1744 vec_cmple (vector signed short __a, vector signed short __b) { function
1749 vec_cmple (vector unsigned short __a, vector unsigned short __b) { function
1754 vec_cmple (vector signed int __a, vector signed int __b) { function
1759 vec_cmple (vector unsigned int __a, vector unsigned int __b) { function
1764 vec_cmple(vector float __a, vector float __b) { function
1770 vec_cmple(vector double __a, vector double __b) { function
1777 vec_cmple(vecto function
1782 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h1968 /*-- vec_cmple --------------------------------------------------------------*/
1971 vec_cmple(vector signed char __a, vector signed char __b) { function
1976 vec_cmple(vector unsigned char __a, vector unsigned char __b) { function
1981 vec_cmple(vector signed short __a, vector signed short __b) { function
1986 vec_cmple(vector unsigned short __a, vector unsigned short __b) { function
1991 vec_cmple(vector signed int __a, vector signed int __b) { function
1996 vec_cmple(vector unsigned int __a, vector unsigned int __b) { function
2001 vec_cmple(vector signed long long __a, vector signed long long __b) { function
2006 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { function
2011 vec_cmple(vecto function
[all...]
H A Daltivec.h1774 /* vec_cmple */
1777 vec_cmple(vector signed char __a, vector signed char __b) { function
1782 vec_cmple(vector unsigned char __a, vector unsigned char __b) { function
1787 vec_cmple(vector signed short __a, vector signed short __b) { function
1792 vec_cmple(vector unsigned short __a, vector unsigned short __b) { function
1797 vec_cmple(vector signed int __a, vector signed int __b) { function
1802 vec_cmple(vector unsigned int __a, vector unsigned int __b) { function
1806 static __inline__ vector bool int __ATTRS_o_ai vec_cmple(vector float __a, function
1813 vec_cmple(vector double __a, vector double __b) { function
1820 vec_cmple(vecto function
1825 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { function
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.c1435 /* Function vec_cmple */
1438 BIaux1.v = vec_cmple( Fcons1, Fcons2 );
1451 printf("Function vec_cmple [type float] ===> Error\n");
1453 printf("Function vec_cmple [type float] ===> OK\n");

Completed in 347 milliseconds