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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2542 vec_cmplt(__vector signed char __a, __vector signed char __b) { function
2547 vec_cmplt(__vector unsigned char __a, __vector unsigned char __b) { function
2552 vec_cmplt(__vector signed short __a, __vector signed short __b) { function
2557 vec_cmplt(__vector unsigned short __a, __vector unsigned short __b) { function
2562 vec_cmplt(__vector signed int __a, __vector signed int __b) { function
2567 vec_cmplt(__vector unsigned int __a, __vector unsigned int __b) { function
2572 vec_cmplt(__vector signed long long __a, __vector signed long long __b) { function
2577 vec_cmplt(__vector unsigned long long __a, __vector unsigned long long __b) { function
2583 vec_cmplt(__vecto function
2589 vec_cmplt(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h2196 vec_cmplt(vector signed char __a, vector signed char __b) { function
2201 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { function
2205 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, function
2211 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { function
2215 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, function
2221 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { function
2225 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, function
2232 vec_cmplt(vector double __a, vector double __b) { function
2239 vec_cmplt(vecto function
2244 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { function
[all...]

Completed in 84 milliseconds