Searched refs:__xform1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | pmmintrin.h | 70 __vector unsigned char __xform1 = {0x04, 0x05, 0x06, 0x07, 0x0C, 0x0D, in _mm_hadd_ps() local 74 vec_perm((__v4sf)__X, (__v4sf)__Y, __xform1)); in _mm_hadd_ps() 83 __vector unsigned char __xform1 = {0x04, 0x05, 0x06, 0x07, 0x0C, 0x0D, in _mm_hsub_ps() local 87 vec_perm((__v4sf)__X, (__v4sf)__Y, __xform1)); in _mm_hsub_ps()
|
H A D | emmintrin.h | 1388 __vector unsigned char __xform1 = { in _mm_mulhi_epi16() local 1400 return (__m128i)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_epi16() 1987 __v16qu __xform1 = { in _mm_mulhi_epu16() local 1999 return (__m128i)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_epu16()
|
H A D | mmintrin.h | 1080 __vector unsigned char __xform1 = { in _mm_mulhi_pi16() local 1095 __c = (__vector signed short)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_pi16()
|
H A D | xmmintrin.h | 1576 __vector unsigned char __xform1 = { in _mm_mulhi_pu16() local 1591 __c = (__vector unsigned short)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_pu16()
|