Lines Matching refs:vec_cmpgt

2093 /* vec_cmpgt */
2096 vec_cmpgt(vector signed char __a, vector signed char __b) {
2101 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) {
2105 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a,
2111 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) {
2115 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a,
2121 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) {
2127 vec_cmpgt(vector signed long long __a, vector signed long long __b) {
2132 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) {
2137 vec_cmpgt(vector signed long long __a, vector signed long long __b) {
2138 vector signed int __sgtw = (vector signed int)vec_cmpgt(
2140 vector unsigned int __ugtw = (vector unsigned int)vec_cmpgt(
2158 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) {
2159 vector unsigned int __ugtw = (vector unsigned int)vec_cmpgt(
2177 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a,
2188 vec_cmpgt(vector double __a, vector double __b) {
2195 vec_cmpgt(vector signed __int128 __a, vector signed __int128 __b) {
2201 vec_cmpgt(vector unsigned __int128 __a, vector unsigned __int128 __b) {
2211 return ~(vec_cmpgt(__b, __a));
2216 return ~(vec_cmpgt(__b, __a));
2221 return ~(vec_cmpgt(__b, __a));
2226 return ~(vec_cmpgt(__b, __a));
2231 return ~(vec_cmpgt(__b, __a));
2236 return ~(vec_cmpgt(__b, __a));
2256 return ~(vec_cmpgt(__b, __a));
2261 return ~(vec_cmpgt(__b, __a));
2268 return ~(vec_cmpgt(__b, __a));
2273 return ~(vec_cmpgt(__b, __a));
2403 return vec_cmpgt(__b, __a);
2408 return vec_cmpgt(__b, __a);
2413 return vec_cmpgt(__b, __a);
2418 return vec_cmpgt(__b, __a);
2423 return vec_cmpgt(__b, __a);
2428 return vec_cmpgt(__b, __a);
2433 return vec_cmpgt(__b, __a);
2439 return vec_cmpgt(__b, __a);
2446 return vec_cmpgt(__b, __a);
2451 return vec_cmpgt(__b, __a);
2458 return vec_cmpgt(__b, __a);
2463 return vec_cmpgt(__b, __a);