Searched refs:vec_min (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsmmintrin.h470 return (__m128i) vec_min ((__v16qi)__X, (__v16qi)__Y);
477 return (__m128i) vec_min ((__v8hu)__X, (__v8hu)__Y);
484 return (__m128i) vec_min ((__v4si)__X, (__v4si)__Y);
491 return (__m128i) vec_min ((__v4su)__X, (__v4su)__Y);
H A Demmintrin.h340 return (vec_min (__A, __B));
349 __c = vec_min (__a, __b);
1804 __rshift = vec_min (__rshift, __rshmax);
1822 __rshift = vec_min (__rshift, __rshmax);
2019 return (__m128i) vec_min ((__v8hi) __A, (__v8hi)__B);
2025 return (__m128i) vec_min ((__v16qu) __A, (__v16qu)__B);
2208 __v16qu __vmin = vec_min (__a, __b);
H A Dxmmintrin.h434 __c = vec_min (__a, __b);
1761 __vmin = vec_min (__a, __b);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1016 /* vec_min (vector minimum)
1019 static inline vec_uchar16 vec_min(vec_uchar16 a, vec_uchar16 b) function
1024 static inline vec_char16 vec_min(vec_char16 a, vec_char16 b) function
1029 static inline vec_char16 vec_min(vec_bchar16 a, vec_char16 b) function
1034 static inline vec_char16 vec_min(vec_char16 a, vec_bchar16 b) function
1039 static inline vec_ushort8 vec_min(vec_ushort8 a, vec_ushort8 b) function
1044 static inline vec_short8 vec_min(vec_short8 a, vec_short8 b) function
1049 static inline vec_short8 vec_min(vec_bshort8 a, vec_short8 b) function
1054 static inline vec_short8 vec_min(vec_short8 a, vec_bshort8 b) function
1059 static inline vec_uint4 vec_min(vec_uint function
1064 static inline vec_int4 vec_min(vec_int4 a, vec_int4 b) function
1069 static inline vec_int4 vec_min(vec_bint4 a, vec_int4 b) function
1074 static inline vec_int4 vec_min(vec_int4 a, vec_bint4 b) function
1079 static inline vec_float4 vec_min(vec_float4 a, vec_float4 b) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h240 #define vec_min __builtin_s390_vec_min macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h246 #define vec_min __builtin_s390_vec_min macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h315 return (vec_min (__A, __B));
324 c = vec_min (a, b);
1770 rshift = vec_min (rshift, rshmax);
1788 rshift = vec_min (rshift, rshmax);
1985 return (__m128i) vec_min ((__v8hi) __A, (__v8hi)__B);
1991 return (__m128i) vec_min ((__v16qu) __A, (__v16qu)__B);
2168 vmin = vec_min (a, b);
H A Dxmmintrin.h411 c = vec_min (a, b);
1722 vmin = vec_min (a, b);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Demmintrin.h340 return (vec_min (__A, __B));
349 __c = vec_min (__a, __b);
1802 __rshift = vec_min (__rshift, __rshmax);
1820 __rshift = vec_min (__rshift, __rshmax);
2017 return (__m128i) vec_min ((__v8hi) __A, (__v8hi)__B);
2023 return (__m128i) vec_min ((__v16qu) __A, (__v16qu)__B);
2200 __vmin = vec_min (__a, __b);
H A Dxmmintrin.h434 __c = vec_min (__a, __b);
1757 __vmin = vec_min (__a, __b);
H A Daltivec.h256 #define vec_min __builtin_vec_min macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8187 /*-- vec_min ----------------------------------------------------------------*/
8190 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.h5673 /* vec_min */
5676 vec_min(vector signed char __a, vector signed char __b) { function
5681 vec_min(vector bool char __a, vector signed char __b) { function
5686 vec_min(vector signed char __a, vector bool char __b) { function
5691 vec_min(vector unsigned char __a, vector unsigned char __b) { function
5696 vec_min(vector bool char __a, vector unsigned char __b) { function
5701 vec_min(vector unsigned char __a, vector bool char __b) { function
5705 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, function
5710 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, function
5715 static __inline__ vector short __ATTRS_o_ai vec_min(vecto function
5721 vec_min(vector unsigned short __a, vector unsigned short __b) { function
5726 vec_min(vector bool short __a, vector unsigned short __b) { function
5731 vec_min(vector unsigned short __a, vector bool short __b) { function
5735 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5740 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, function
5745 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5751 vec_min(vector unsigned int __a, vector unsigned int __b) { function
5756 vec_min(vector bool int __a, vector unsigned int __b) { function
5761 vec_min(vector unsigned int __a, vector bool int __b) { function
5767 vec_min(vector signed long long __a, vector signed long long __b) { function
5772 vec_min(vector bool long long __a, vector signed long long __b) { function
5777 vec_min(vector signed long long __a, vector bool long long __b) { function
5782 vec_min(vector unsigned long long __a, vector unsigned long long __b) { function
5787 vec_min(vector bool long long __a, vector unsigned long long __b) { function
5792 vec_min(vector unsigned long long __a, vector bool long long __b) { function
5797 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, function
5807 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, function
[all...]

Completed in 438 milliseconds