HomeSort by: relevance | last modified time | path
    Searched refs:vec_packs (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
tmmintrin.h 220 __C = (__v4si) vec_packs (__C, __D);
231 __C = vec_packs (__D, __D);
mmintrin.h 161 vresult = vec_packs(vm1, vm1);
186 vresult = vec_packs(vm1, vm1);
211 r = vec_packs((__vector unsigned short)vm1, (__vector unsigned short)vm1);
emmintrin.h 1233 return (__m128i) vec_packs ((__v8hi) __A, (__v8hi)__B);
1239 return (__m128i) vec_packs ((__v4si)__A, (__v4si)__B);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
tmmintrin.h 231 __C = (__v4si) vec_packs (__C, __D);
242 __C = vec_packs (__D, __D);
mmintrin.h 182 __vresult = vec_packs (__vm1, __vm1);
207 __vresult = vec_packs (__vm1, __vm1);
232 __r = vec_packs ((__vector unsigned short) __vm1, (__vector unsigned short) __vm1);
emmintrin.h 1265 return (__m128i) vec_packs ((__v8hi) __A, (__v8hi)__B);
1271 return (__m128i) vec_packs ((__v4si)__A, (__v4si)__B);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
tmmintrin.h 231 __C = (__v4si) vec_packs (__C, __D);
242 __C = vec_packs (__D, __D);
mmintrin.h 182 __vresult = vec_packs (__vm1, __vm1);
207 __vresult = vec_packs (__vm1, __vm1);
232 __r = vec_packs ((__vector unsigned short) __vm1, (__vector unsigned short) __vm1);
emmintrin.h 1265 return (__m128i) vec_packs ((__v8hi) __A, (__v8hi)__B);
1271 return (__m128i) vec_packs ((__v4si)__A, (__v4si)__B);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 197 #define vec_packs __builtin_s390_vec_packs macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 197 #define vec_packs __builtin_s390_vec_packs macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1417 /* 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
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 2169 /*-- 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
altivec.h 7636 /* 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 48 milliseconds