Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h1103 vec_cmplt (vector unsigned char a1, vector unsigned char a2) in vec_cmplt() function
1109 vec_cmplt (vector signed char a1, vector signed char a2) in vec_cmplt() function
1115 vec_cmplt (vector unsigned short a1, vector unsigned short a2) in vec_cmplt() function
1121 vec_cmplt (vector signed short a1, vector signed short a2) in vec_cmplt() function
1127 vec_cmplt (vector unsigned int a1, vector unsigned int a2) in vec_cmplt() function
1133 vec_cmplt (vector signed int a1, vector signed int a2) in vec_cmplt() function
1139 vec_cmplt (vector float a1, vector float a2) in vec_cmplt() function
/openbsd-src/gnu/llvm/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.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 …]