Lines Matching defs:vec_cmpgt
1992 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
1997 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
2001 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function
2007 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
2011 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function
2017 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
2023 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2028 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
2033 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function
2044 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
2051 vec_cmpgt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpgt() function
2057 vec_cmpgt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpgt() function