Lines Matching defs:vec_cmpge
2066 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function
2071 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function
2076 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function
2081 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function
2086 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function
2091 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function
2095 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, in vec_cmpge() function
2106 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function
2113 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function
2118 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function
2125 vec_cmpge(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpge() function
2130 vec_cmpge(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpge() function