Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h232 #define vec_cmplt __builtin_s390_vec_cmplt macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h238 #define vec_cmplt __builtin_s390_vec_cmplt macro
/netbsd-src/external/apache2/llvm/dist/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(__vector float __a, __vector float __b) { in vec_cmplt() function
2683 vec_cmplt(__vector double __a, __vector double __b) { in vec_cmplt() function
H A Daltivec.h2402 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function
2407 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function
2411 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function
2417 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function
2421 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function
2427 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function
2431 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function
2438 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
2445 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt() function
2450 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h522 #define vec_cmplt(_a, _b) spu_cmpgt(_b, _a) macro