Home
last modified time | relevance | path

Searched refs:vec_packs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h192 __C = (__v4si)vec_packs(__C, __D); in _mm_hadds_epi16()
202 __C = vec_packs(__D, __D); in _mm_hadds_pi16()
H A Dmmintrin.h162 __vresult = vec_packs(__vm1, __vm1); in _mm_packs_pi16()
187 __vresult = vec_packs(__vm1, __vm1); in _mm_packs_pi32()
213 vec_packs((__vector unsigned short)__vm1, (__vector unsigned short)__vm1); in _mm_packs_pu16()
H A Demmintrin.h1216 return (__m128i)vec_packs((__v8hi)__A, (__v8hi)__B); in _mm_packs_epi16()
1222 return (__m128i)vec_packs((__v4si)__A, (__v4si)__B); in _mm_packs_epi32()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2385 vec_packs(__vector signed short __a, __vector signed short __b) { in vec_packs() function
2390 vec_packs(__vector unsigned short __a, __vector unsigned short __b) { in vec_packs() function
2395 vec_packs(__vector signed int __a, __vector signed int __b) { in vec_packs() function
2400 vec_packs(__vector unsigned int __a, __vector unsigned int __b) { in vec_packs() function
2405 vec_packs(__vector signed long long __a, __vector signed long long __b) { in vec_packs() function
2410 vec_packs(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_packs() function
H A Daltivec.h7715 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