Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h192 __v8hi __D = vec_perm (__C, __C, __Q); in _mm_hadd_pi16()
193 __C = vec_perm (__C, __C, __P); in _mm_hadd_pi16()
207 __v4si __D = vec_perm (__C, __C, __Q); in _mm_hadd_pi32()
208 __C = vec_perm (__C, __C, __P); in _mm_hadd_pi32()
270 __v8hi __D = vec_perm (__C, __C, __Q); in _mm_hsub_pi16()
271 __C = vec_perm (__C, __C, __P); in _mm_hsub_pi16()
286 __C = vec_perm (__C, __C, __P); in _mm_hsub_pi32()
426 __E = vec_perm (__C, __D, __odds); in _mm_maddubs_epi16()
427 __F = vec_perm (__C, __D, __evens); in _mm_maddubs_epi16()
446 __C = vec_perm (__D, __D, __odds); in _mm_maddubs_pi16()
[all …]
H A Dpmmintrin.h77 return (__m128) vec_add (vec_perm ((__v4sf) __X, (__v4sf) __Y, xform2), in _mm_hadd_ps()
78 vec_perm ((__v4sf) __X, (__v4sf) __Y, xform1)); in _mm_hadd_ps()
96 return (__m128) vec_sub (vec_perm ((__v4sf) __X, (__v4sf) __Y, xform2), in _mm_hsub_ps()
97 vec_perm ((__v4sf) __X, (__v4sf) __Y, xform1)); in _mm_hsub_ps()
H A Demmintrin.h871 result = (__v4si) vec_perm ((__v16qu) temp, (__v16qu) vzero, pkperm); in _mm_cvtpd_epi32()
906 result = (__v4sf) vec_perm ((__v16qu) temp, (__v16qu) vzero, pkperm); in _mm_cvtpd_ps()
935 result = (__v4si) vec_perm ((__v16qu) temp, (__v16qu) vzero, pkperm); in _mm_cvttpd_epi32()
1419 return (__m128i) vec_perm (w0, w1, xform1); in _mm_mulhi_epi16()
2037 return (__m128i) vec_perm (w0, w1, xform1); in _mm_mulhi_epu16()
2070 r = vec_perm (a, a, (__vector unsigned char)pmask); in _mm_shufflehi_epi16()
2103 r = vec_perm (a, a, (__vector unsigned char)pmask); in _mm_shufflelo_epi16()
2128 return (__m128i)vec_perm ((__v4si) __A, (__v4si)__A, (__vector unsigned char)t); in _mm_shuffle_epi32()
H A Dxmmintrin.h113 result = (__m128) vec_perm (__tmp, __tmp, permute_vector); in _mm_loadr_ps()
167 __tmp = (__m128) vec_perm (__A, __A, permute_vector); in _mm_storer_ps()
1249 return vec_perm ((__v4sf) __A, (__v4sf)__B, (__vector unsigned char)t); in _mm_shuffle_ps()
1594 c = (__vector unsigned short)vec_perm (w0, w1, xform1); in _mm_mulhi_pu16()
1638 r = vec_perm (a, a, (__vector unsigned char)p); in _mm_shuffle_pi16()
H A Dmmintrin.h1093 c = (__vector signed short)vec_perm(w0, w1, xform1); in _mm_mulhi_pi16()
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h8940 return vec_perm( in vec_sld()
8946 return vec_perm( in vec_sld()
8959 return vec_perm( in vec_sld()
8965 return vec_perm( in vec_sld()
8977 return vec_perm( in vec_sld()
8983 return vec_perm( in vec_sld()
8995 return vec_perm( in vec_sld()
9001 return vec_perm( in vec_sld()
9014 return vec_perm( in vec_sld()
9020 return vec_perm( in vec_sld()
[all …]
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
473 vec_perm(__vector float __a, __vector float __b, in vec_perm() function
[all …]