Home
last modified time | relevance | path

Searched refs:vec_perm (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h145 __v8hi __C = vec_perm((__v8hi)__A, (__v8hi)__B, __P); in _mm_hadd_epi16()
146 __v8hi __D = vec_perm((__v8hi)__A, (__v8hi)__B, __Q); in _mm_hadd_epi16()
157 __v4si __C = vec_perm((__v4si)__A, (__v4si)__B, __P); in _mm_hadd_epi32()
158 __v4si __D = vec_perm((__v4si)__A, (__v4si)__B, __Q); in _mm_hadd_epi32()
168 __v8hi __D = vec_perm(__C, __C, __Q); in _mm_hadd_pi16()
169 __C = vec_perm(__C, __C, __P); in _mm_hadd_pi16()
180 __v4si __D = vec_perm(__C, __C, __Q); in _mm_hadd_pi32()
181 __C = vec_perm(__C, __C, __P); in _mm_hadd_pi32()
213 __v8hi __C = vec_perm((__v8hi)__A, (__v8hi)__B, __P); in _mm_hsub_epi16()
214 __v8hi __D = vec_perm((__v8hi)__A, (__v8hi)__B, __Q); in _mm_hsub_epi16()
[all …]
H A Dpmmintrin.h73 return (__m128)vec_add(vec_perm((__v4sf)__X, (__v4sf)__Y, __xform2), in _mm_hadd_ps()
74 vec_perm((__v4sf)__X, (__v4sf)__Y, __xform1)); in _mm_hadd_ps()
86 return (__m128)vec_sub(vec_perm((__v4sf)__X, (__v4sf)__Y, __xform2), in _mm_hsub_ps()
87 vec_perm((__v4sf)__X, (__v4sf)__Y, __xform1)); in _mm_hsub_ps()
H A Demmintrin.h864 __result = (__v4si)vec_perm((__v16qu)__temp, (__v16qu)__vzero, __pkperm); in _mm_cvtpd_epi32()
899 __result = (__v4sf)vec_perm((__v16qu)__temp, (__v16qu)__vzero, __pkperm); in _mm_cvtpd_ps()
928 __result = (__v4si)vec_perm((__v16qu)__temp, (__v16qu)__vzero, __pkperm); in _mm_cvttpd_epi32()
1400 return (__m128i)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_epi16()
1999 return (__m128i)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_epu16()
2031 __r = vec_perm(__a, __a, (__vector unsigned char)__pmask); in _mm_shufflehi_epi16()
2063 __r = vec_perm(__a, __a, (__vector unsigned char)__pmask); in _mm_shufflelo_epi16()
2087 return (__m128i)vec_perm((__v4si)__A, (__v4si)__A, in _mm_shuffle_epi32()
H A Dxmmintrin.h115 __result = (__m128)vec_perm(__tmp, __tmp, __permute_vector); in _mm_loadr_ps()
169 __tmp = (__m128)vec_perm(__A, __A, __permute_vector); in _mm_storer_ps()
1231 return vec_perm((__v4sf)__A, (__v4sf)__B, (__vector unsigned char)__t); in _mm_shuffle_ps()
1591 __c = (__vector unsigned short)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_pu16()
1634 __r = vec_perm(__a, __a, (__vector unsigned char)__p); in _mm_shuffle_pi16()
H A Dmmintrin.h1095 __c = (__vector signed short)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_pi16()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h388 vec_perm(__vector signed char __a, __vector signed char __b, in vec_perm() function
395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, in vec_perm() function
402 vec_perm(__vector __bool char __a, __vector __bool char __b, in vec_perm() function
409 vec_perm(__vector signed short __a, __vector signed short __b, in vec_perm() function
416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, in vec_perm() function
423 vec_perm(__vector __bool short __a, __vector __bool short __b, in vec_perm() function
430 vec_perm(__vector signed int __a, __vector signed int __b, in vec_perm() function
437 vec_perm(__vector unsigned int __a, __vector unsigned int __b, in vec_perm() function
444 vec_perm(__vector __bool int __a, __vector __bool int __b, in vec_perm() function
451 vec_perm(__vector signed long long __a, __vector signed long long __b, in vec_perm() function
[all …]
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3116 return vec_perm(val, val, vByteSwap); in XXH_vec_revb()