_mm_unpackhi_epi32

Microsoft Specific

Interleaves the upper 2 signed or unsigned 32-bit integers in a with the upper 2 signed or unsigned 32-bit integers in b.

__m128i _mm_unpackhi_epi32 (__m128i a, __m128i b);
PUNPCKHDQ

Return Value

r0 := a2 ; r1 := b2
r2 := a3 ; r3 := b3

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Miscellaneous Operations (Integer SSE2 Intrinsics)