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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h213 #define vec_min __builtin_vec_min macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8024 vec_min(vector signed char __a, vector signed char __b) { function
8030 vec_min(vector signed char __a, vector bool char __b) { function
8037 vec_min(vector bool char __a, vector signed char __b) { function
8043 vec_min(vector unsigned char __a, vector unsigned char __b) { function
8049 vec_min(vector unsigned char __a, vector bool char __b) { function
8056 vec_min(vector bool char __a, vector unsigned char __b) { function
8062 vec_min(vector signed short __a, vector signed short __b) { function
8068 vec_min(vector signed short __a, vector bool short __b) { function
8075 vec_min(vecto function
8081 vec_min(vector unsigned short __a, vector unsigned short __b) { function
8087 vec_min(vector unsigned short __a, vector bool short __b) { function
8094 vec_min(vector bool short __a, vector unsigned short __b) { function
8100 vec_min(vector signed int __a, vector signed int __b) { function
8106 vec_min(vector signed int __a, vector bool int __b) { function
8113 vec_min(vector bool int __a, vector signed int __b) { function
8119 vec_min(vector unsigned int __a, vector unsigned int __b) { function
8125 vec_min(vector unsigned int __a, vector bool int __b) { function
8132 vec_min(vector bool int __a, vector unsigned int __b) { function
8138 vec_min(vector signed long long __a, vector signed long long __b) { function
8144 vec_min(vector signed long long __a, vector bool long long __b) { function
8151 vec_min(vector bool long long __a, vector signed long long __b) { function
8157 vec_min(vector unsigned long long __a, vector unsigned long long __b) { function
8163 vec_min(vector unsigned long long __a, vector bool long long __b) { function
8170 vec_min(vector bool long long __a, vector unsigned long long __b) { function
8177 vec_min(vector float __a, vector float __b) { function
8183 vec_min(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h5129 vec_min(vector signed char __a, vector signed char __b) { function
5134 vec_min(vector bool char __a, vector signed char __b) { function
5139 vec_min(vector signed char __a, vector bool char __b) { function
5144 vec_min(vector unsigned char __a, vector unsigned char __b) { function
5149 vec_min(vector bool char __a, vector unsigned char __b) { function
5154 vec_min(vector unsigned char __a, vector bool char __b) { function
5158 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, function
5163 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, function
5168 static __inline__ vector short __ATTRS_o_ai vec_min(vecto function
5174 vec_min(vector unsigned short __a, vector unsigned short __b) { function
5179 vec_min(vector bool short __a, vector unsigned short __b) { function
5184 vec_min(vector unsigned short __a, vector bool short __b) { function
5188 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5193 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, function
5198 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5204 vec_min(vector unsigned int __a, vector unsigned int __b) { function
5209 vec_min(vector bool int __a, vector unsigned int __b) { function
5214 vec_min(vector unsigned int __a, vector bool int __b) { function
5220 vec_min(vector signed long long __a, vector signed long long __b) { function
5225 vec_min(vector bool long long __a, vector signed long long __b) { function
5230 vec_min(vector signed long long __a, vector bool long long __b) { function
5235 vec_min(vector unsigned long long __a, vector unsigned long long __b) { function
5240 vec_min(vector bool long long __a, vector unsigned long long __b) { function
5245 vec_min(vector unsigned long long __a, vector bool long long __b) { function
5250 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, function
5260 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, function
[all...]

Completed in 373 milliseconds