Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2636 vec_cmplt(__vector signed char __a, __vector signed char __b) { in vec_cmplt() function
2641 vec_cmplt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmplt() function
2646 vec_cmplt(__vector signed short __a, __vector signed short __b) { in vec_cmplt() function
2651 vec_cmplt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmplt() function
2656 vec_cmplt(__vector signed int __a, __vector signed int __b) { in vec_cmplt() function
2661 vec_cmplt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmplt() function
2666 vec_cmplt(__vector signed long long __a, __vector signed long long __b) { in vec_cmplt() function
2671 vec_cmplt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmplt() function
2677 vec_cmplt(__vecto function
2683 vec_cmplt(__vector double __a, __vector double __b) { vec_cmplt() function
[all...]
H A Daltivec.h2435 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function
2440 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function
2444 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function
2450 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function
2454 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function
2460 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function
2464 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function
2471 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
2478 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt() function
2483 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt() function
[all …]