Searched defs:vec_min (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h213 #define vec_min __builtin_vec_min macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h8190 vec_min(__vector signed char __a, __vector signed char __b) { function
8196 vec_min(__vector signed char __a, __vector __bool char __b) { function
8203 vec_min(__vector __bool char __a, __vector signed char __b) { function
8209 vec_min(__vector unsigned char __a, __vector unsigned char __b) { function
8215 vec_min(__vector unsigned char __a, __vector __bool char __b) { function
8222 vec_min(__vector __bool char __a, __vector unsigned char __b) { function
8228 vec_min(__vector signed short __a, __vector signed short __b) { function
8234 vec_min(__vector signed short __a, __vector __bool short __b) { function
8241 vec_min(__vecto function
8247 vec_min(__vector unsigned short __a, __vector unsigned short __b) { function
8253 vec_min(__vector unsigned short __a, __vector __bool short __b) { function
8260 vec_min(__vector __bool short __a, __vector unsigned short __b) { function
8266 vec_min(__vector signed int __a, __vector signed int __b) { function
8272 vec_min(__vector signed int __a, __vector __bool int __b) { function
8279 vec_min(__vector __bool int __a, __vector signed int __b) { function
8285 vec_min(__vector unsigned int __a, __vector unsigned int __b) { function
8291 vec_min(__vector unsigned int __a, __vector __bool int __b) { function
8298 vec_min(__vector __bool int __a, __vector unsigned int __b) { function
8304 vec_min(__vector signed long long __a, __vector signed long long __b) { function
8310 vec_min(__vector signed long long __a, __vector __bool long long __b) { function
8317 vec_min(__vector __bool long long __a, __vector signed long long __b) { function
8323 vec_min(__vector unsigned long long __a, __vector unsigned long long __b) { function
8329 vec_min(__vector unsigned long long __a, __vector __bool long long __b) { function
8336 vec_min(__vector __bool long long __a, __vector unsigned long long __b) { function
8343 vec_min(__vector float __a, __vector float __b) { function
8349 vec_min(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h5730 vec_min(vector signed char __a, vector signed char __b) { function
5735 vec_min(vector bool char __a, vector signed char __b) { function
5740 vec_min(vector signed char __a, vector bool char __b) { function
5745 vec_min(vector unsigned char __a, vector unsigned char __b) { function
5750 vec_min(vector bool char __a, vector unsigned char __b) { function
5755 vec_min(vector unsigned char __a, vector bool char __b) { function
5759 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, function
5764 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, function
5769 static __inline__ vector short __ATTRS_o_ai vec_min(vecto function
5775 vec_min(vector unsigned short __a, vector unsigned short __b) { function
5780 vec_min(vector bool short __a, vector unsigned short __b) { function
5785 vec_min(vector unsigned short __a, vector bool short __b) { function
5789 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5794 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, function
5799 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5805 vec_min(vector unsigned int __a, vector unsigned int __b) { function
5810 vec_min(vector bool int __a, vector unsigned int __b) { function
5815 vec_min(vector unsigned int __a, vector bool int __b) { function
5821 vec_min(vector signed long long __a, vector signed long long __b) { function
5826 vec_min(vector bool long long __a, vector signed long long __b) { function
5831 vec_min(vector signed long long __a, vector bool long long __b) { function
5836 vec_min(vector unsigned long long __a, vector unsigned long long __b) { function
5841 vec_min(vector bool long long __a, vector unsigned long long __b) { function
5846 vec_min(vector unsigned long long __a, vector bool long long __b) { function
5851 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, function
5861 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h2430 vec_min (vector signed char a1, vector unsigned char a2) function
2436 vec_min (vector unsigned char a1, vector signed char a2) function
2442 vec_min (vector unsigned char a1, vector unsigned char a2) function
2448 vec_min (vector signed char a1, vector signed char a2) function
2454 vec_min (vector signed short a1, vector unsigned short a2) function
2460 vec_min (vector unsigned short a1, vector signed short a2) function
2466 vec_min (vector unsigned short a1, vector unsigned short a2) function
2472 vec_min (vector signed short a1, vector signed short a2) function
2478 vec_min (vecto function
2484 vec_min (vector unsigned int a1, vector signed int a2) function
2490 vec_min (vector unsigned int a1, vector unsigned int a2) function
2496 vec_min (vector signed int a1, vector signed int a2) function
2502 vec_min (vector float a1, vector float a2) function
7044 #define vec_min macro
[all...]

Completed in 328 milliseconds