Searched refs:__xform1 (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | pmmintrin.h | 83 __vector unsigned char __xform1 = { in _mm_hadd_ps() local 90 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1)); in _mm_hadd_ps() 102 __vector unsigned char __xform1 = { in _mm_hsub_ps() local 109 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1)); in _mm_hsub_ps()
|
H A D | emmintrin.h | 1439 __vector unsigned char __xform1 = { in _mm_mulhi_epi16() local 1451 return (__m128i) vec_perm (__w0, __w1, __xform1); in _mm_mulhi_epi16() 2057 __v16qu __xform1 = { in _mm_mulhi_epu16() local 2069 return (__m128i) vec_perm (__w0, __w1, __xform1); in _mm_mulhi_epu16()
|
H A D | mmintrin.h | 1104 __vector unsigned char __xform1 = { in _mm_mulhi_pi16() local 1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1); in _mm_mulhi_pi16()
|
H A D | xmmintrin.h | 1615 __vector unsigned char __xform1 = { in _mm_mulhi_pu16() local 1630 __c = (__vector unsigned short)vec_perm (__w0, __w1, __xform1); in _mm_mulhi_pu16()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | pmmintrin.h | 83 __vector unsigned char __xform1 = { in _mm_hadd_ps() local 90 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1)); in _mm_hadd_ps() 102 __vector unsigned char __xform1 = { in _mm_hsub_ps() local 109 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1)); in _mm_hsub_ps()
|
H A D | emmintrin.h | 1439 __vector unsigned char __xform1 = { in _mm_mulhi_epi16() local 1451 return (__m128i) vec_perm (__w0, __w1, __xform1); in _mm_mulhi_epi16() 2064 __v16qu __xform1 = { in _mm_mulhi_epu16() local 2076 return (__m128i) vec_perm (__w0, __w1, __xform1); in _mm_mulhi_epu16()
|
H A D | mmintrin.h | 1104 __vector unsigned char __xform1 = { in _mm_mulhi_pi16() local 1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1); in _mm_mulhi_pi16()
|
H A D | xmmintrin.h | 1619 __vector unsigned char __xform1 = { in _mm_mulhi_pu16() local 1634 __c = (__vector unsigned short)vec_perm (__w0, __w1, __xform1); in _mm_mulhi_pu16()
|