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

  /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
  /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

Completed in 66 milliseconds