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

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2528 vec_cmpgt(__vector signed char __a, __vector signed char __b) { function
2533 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { function
2538 vec_cmpgt(__vector signed short __a, __vector signed short __b) { function
2543 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { function
2548 vec_cmpgt(__vector signed int __a, __vector signed int __b) { function
2553 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { function
2558 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { function
2563 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { function
2569 vec_cmpgt(__vecto function
2575 vec_cmpgt(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h2131 vec_cmpgt(vector signed char __a, vector signed char __b) { function
2136 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { function
2140 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, function
2146 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { function
2150 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, function
2156 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { function
2162 vec_cmpgt(vector signed long long __a, vector signed long long __b) { function
2167 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { function
2172 vec_cmpgt(vecto function
2193 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { function
2212 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, function
2223 vec_cmpgt(vector double __a, vector double __b) { function
2230 vec_cmpgt(vector signed __int128 __a, vector signed __int128 __b) { function
2235 vec_cmpgt(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
[all...]

Completed in 113 milliseconds