Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h222 #define vec_packs __builtin_vec_packs macro
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h3075 vec_packs (vector unsigned short a1, vector unsigned short a2) in vec_packs() function
3081 vec_packs (vector signed short a1, vector signed short a2) in vec_packs() function
3087 vec_packs (vector unsigned int a1, vector unsigned int a2) in vec_packs() function
3093 vec_packs (vector signed int a1, vector signed int a2) in vec_packs() function
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h2172 vec_packs(__vector signed short __a, __vector signed short __b) { in vec_packs() function
2177 vec_packs(__vector unsigned short __a, __vector unsigned short __b) { in vec_packs() function
2182 vec_packs(__vector signed int __a, __vector signed int __b) { in vec_packs() function
2187 vec_packs(__vector unsigned int __a, __vector unsigned int __b) { in vec_packs() function
2192 vec_packs(__vector signed long long __a, __vector signed long long __b) { in vec_packs() function
2197 vec_packs(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_packs() function
H A Daltivec.h7703 static __inline__ vector signed char __ATTRS_o_ai vec_packs(vector short __a, in vec_packs() function
7713 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs() function
7721 static __inline__ vector signed short __ATTRS_o_ai vec_packs(vector int __a, in vec_packs() function
7731 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs() function
7740 static __inline__ vector int __ATTRS_o_ai vec_packs(vector long long __a, in vec_packs() function
7750 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function