Searched defs:vec_packs (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1420 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.h2172 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.h7638 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
/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/rs6000/
H A Daltivec.h266 #define vec_packs __builtin_vec_packs macro

Completed in 379 milliseconds