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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2474 vec_cmplt(vector signed char __a, vector signed char __b) { function
2479 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { function
2484 vec_cmplt(vector signed short __a, vector signed short __b) { function
2489 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { function
2494 vec_cmplt(vector signed int __a, vector signed int __b) { function
2499 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { function
2504 vec_cmplt(vector signed long long __a, vector signed long long __b) { function
2509 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { function
2515 vec_cmplt(vecto function
2521 vec_cmplt(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h2140 vec_cmplt(vector signed char __a, vector signed char __b) { function
2145 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { function
2149 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, function
2155 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { function
2159 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, function
2165 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { function
2169 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, function
2176 vec_cmplt(vector double __a, vector double __b) { function
2183 vec_cmplt(vecto function
2188 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { function
[all...]

Completed in 306 milliseconds