Searched defs:vec_cmplt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 2636 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(__vector float __a, __vector float __b) { in vec_cmplt() function 2683 vec_cmplt(__vector double __a, __vector double __b) { in vec_cmplt() function
|