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

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h222 #define vec_packs __builtin_vec_packs macro
/openbsd-current/gnu/llvm/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.h7703 static __inline__ vector signed char __ATTRS_o_ai vec_packs(vector short __a, function
7713 vec_packs(vector unsigned short __a, vector unsigned short __b) { function
7721 static __inline__ vector signed short __ATTRS_o_ai vec_packs(vector int __a, function
7731 vec_packs(vector unsigned int __a, vector unsigned int __b) { function
7740 static __inline__ vector int __ATTRS_o_ai vec_packs(vector long long __a, function
7750 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h3075 vec_packs (vector unsigned short a1, vector unsigned short a2) function
3081 vec_packs (vector signed short a1, vector signed short a2) function
3087 vec_packs (vector unsigned int a1, vector unsigned int a2) function
3093 vec_packs (vector signed int a1, vector signed int a2) function
7343 #define vec_packs(a1, a2) \ macro

Completed in 503 milliseconds