Searched defs:vec_cmple (Results 1 - 2 of 2) sorted by relevance

/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.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...]

Completed in 192 milliseconds