Searched refs:vec_packs (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h220 __C = (__v4si) vec_packs (__C, __D);
231 __C = vec_packs (__D, __D);
H A Dmmintrin.h161 vresult = vec_packs(vm1, vm1);
186 vresult = vec_packs(vm1, vm1);
211 r = vec_packs((__vector unsigned short)vm1, (__vector unsigned short)vm1);
H A Demmintrin.h1233 return (__m128i) vec_packs ((__v8hi) __A, (__v8hi)__B);
1239 return (__m128i) vec_packs ((__v4si)__A, (__v4si)__B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dtmmintrin.h231 __C = (__v4si) vec_packs (__C, __D);
242 __C = vec_packs (__D, __D);
H A Dmmintrin.h182 __vresult = vec_packs (__vm1, __vm1);
207 __vresult = vec_packs (__vm1, __vm1);
232 __r = vec_packs ((__vector unsigned short) __vm1, (__vector unsigned short) __vm1);
H A Daltivec.h266 #define vec_packs __builtin_vec_packs macro
H A Demmintrin.h1265 return (__m128i) vec_packs ((__v8hi) __A, (__v8hi)__B);
1271 return (__m128i) vec_packs ((__v4si)__A, (__v4si)__B);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dtmmintrin.h231 __C = (__v4si) vec_packs (__C, __D);
242 __C = vec_packs (__D, __D);
H A Dmmintrin.h182 __vresult = vec_packs (__vm1, __vm1);
207 __vresult = vec_packs (__vm1, __vm1);
232 __r = vec_packs ((__vector unsigned short) __vm1, (__vector unsigned short) __vm1);
H A Demmintrin.h1265 return (__m128i) vec_packs ((__v8hi) __A, (__v8hi)__B);
1271 return (__m128i) vec_packs ((__v4si)__A, (__v4si)__B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h191 #define vec_packs __builtin_s390_vec_packs macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h197 #define vec_packs __builtin_s390_vec_packs macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1417 /* vec_packs (vector pack saturate)
1420 static inline vec_uchar16 vec_packs(vec_ushort8 a, vec_ushort8 b) function
1430 static inline vec_char16 vec_packs(vec_short8 a, vec_short8 b) function
1441 static inline vec_ushort8 vec_packs(vec_uint4 a, vec_uint4 b) function
1451 static inline vec_short8 vec_packs(vec_int4 a, vec_int4 b) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h2169 /*-- vec_packs --------------------------------------------------------------*/
2172 vec_packs(__vector signed short __a, __vector signed short __b) { function
2177 vec_packs(__vector unsigned short __a, __vector unsigned short __b) { function
2182 vec_packs(__vector signed int __a, __vector signed int __b) { function
2187 vec_packs(__vector unsigned int __a, __vector unsigned int __b) { function
2192 vec_packs(__vector signed long long __a, __vector signed long long __b) { function
2197 vec_packs(__vector unsigned long long __a, __vector unsigned long long __b) { function
H A Daltivec.h7636 /* vec_packs */
7638 static __inline__ vector signed char __ATTRS_o_ai vec_packs(vector short __a, function
7648 vec_packs(vector unsigned short __a, vector unsigned short __b) { function
7656 static __inline__ vector signed short __ATTRS_o_ai vec_packs(vector int __a, function
7666 vec_packs(vector unsigned int __a, vector unsigned int __b) { function
7675 static __inline__ vector int __ATTRS_o_ai vec_packs(vector long long __a, function
7685 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { function

Completed in 452 milliseconds