Home
last modified time | relevance | path

Searched refs:__permute_selectors (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h1218 static const unsigned int __permute_selectors[4] = { in _mm_shuffle_ps() local
1227 __t[0] = __permute_selectors[__element_selector_10]; in _mm_shuffle_ps()
1228 __t[1] = __permute_selectors[__element_selector_32]; in _mm_shuffle_ps()
1229 __t[2] = __permute_selectors[__element_selector_54] + 0x10101010; in _mm_shuffle_ps()
1230 __t[3] = __permute_selectors[__element_selector_76] + 0x10101010; in _mm_shuffle_ps()
1611 static const unsigned short __permute_selectors[4] = { in _mm_shuffle_pi16() local
1622 __t.as_short[0] = __permute_selectors[__element_selector_10]; in _mm_shuffle_pi16()
1623 __t.as_short[1] = __permute_selectors[__element_selector_32]; in _mm_shuffle_pi16()
1624 __t.as_short[2] = __permute_selectors[__element_selector_54]; in _mm_shuffle_pi16()
1625 __t.as_short[3] = __permute_selectors[__element_selector_76]; in _mm_shuffle_pi16()
[all …]
H A Demmintrin.h2009 static const unsigned short __permute_selectors[4] = { in _mm_shufflehi_epi16() local
2025 __t.as_short[0] = __permute_selectors[__element_selector_98]; in _mm_shufflehi_epi16()
2026 __t.as_short[1] = __permute_selectors[__element_selector_BA]; in _mm_shufflehi_epi16()
2027 __t.as_short[2] = __permute_selectors[__element_selector_DC]; in _mm_shufflehi_epi16()
2028 __t.as_short[3] = __permute_selectors[__element_selector_FE]; in _mm_shufflehi_epi16()
2042 static const unsigned short __permute_selectors[4] = { in _mm_shufflelo_epi16() local
2057 __t.as_short[0] = __permute_selectors[__element_selector_10]; in _mm_shufflelo_epi16()
2058 __t.as_short[1] = __permute_selectors[__element_selector_32]; in _mm_shufflelo_epi16()
2059 __t.as_short[2] = __permute_selectors[__element_selector_54]; in _mm_shufflelo_epi16()
2060 __t.as_short[3] = __permute_selectors[__element_selector_76]; in _mm_shufflelo_epi16()
[all …]