Searched refs:vec_packs (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | tmmintrin.h | 192 __C = (__v4si)vec_packs(__C, __D); in _mm_hadds_epi16() 202 __C = vec_packs(__D, __D); in _mm_hadds_pi16()
|
H A D | mmintrin.h | 162 __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 D | emmintrin.h | 1216 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 D | vecintrin.h | 2172 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
|