Visible to Intel only — GUID: GUID-37E5F404-E84C-40EC-A885-F4FC6DCC6F25
Visible to Intel only — GUID: GUID-37E5F404-E84C-40EC-A885-F4FC6DCC6F25
<span class='option'> _mm256_unpackhi_epi8/16/32/64</span>
Unpacks and interleaves the high-order data elements of the source vector with the high-order data elements in the destination vector. The corresponding Intel® AVX2 instruction is VPUNPCKHBW, VPUNPCKHWD, VPUNPCKHDQ, or VPUNPCKHQDQ.
extern __m256i _mm256_unpackhi_epi8(__m256i a, __m256i b); |
extern __m256i _mm256_unpackhi_epi16(__m256i a, __m256i b); |
extern __m256i _mm256_unpackhi_epi32(__m256i a, __m256i b); |
extern __m256i _mm256_unpackhi_epi64(__m256i a, __m256i b); |
a |
integer source operand used for the operation |
b |
integer source operand used for the operation |
Unpacks and interleaves the high-order signed or unsigned data elements (bytes, words, doublewords, and quadwords) of the source vector and the high-order signed or unsigned data elements (bytes, words, doublewords, and quadwords) in the destination vector. The low-order data elements are ignored.
Result of the interleave operation