Searched defs:vec_packs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 2172 vec_packs(__vector signed short __a, __vector signed short __b) { vec_packs() function 2177 vec_packs(__vector unsigned short __a, __vector unsigned short __b) { vec_packs() function 2182 vec_packs(__vector signed int __a, __vector signed int __b) { vec_packs() function 2187 vec_packs(__vector unsigned int __a, __vector unsigned int __b) { vec_packs() function 2192 vec_packs(__vector signed long long __a, __vector signed long long __b) { vec_packs() function 2197 vec_packs(__vector unsigned long long __a, __vector unsigned long long __b) { vec_packs() function
|
H A D | altivec.h | 7715 static __inline__ vector signed char __ATTRS_o_ai vec_packs(vector short __a, in vec_packs() function 7725 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs() function 7733 static __inline__ vector signed short __ATTRS_o_ai vec_packs(vector int __a, in vec_packs() function 7743 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs() function 7752 static __inline__ vector int __ATTRS_o_ai vec_packs(vector long long __a, in vec_packs() function 7762 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function
|