_mm_unpackhi_epi64

Microsoft Specific

Interleaves the upper signed or unsigned 64-bit integer in a with the upper signed or unsigned 64-bit integer in b.

__m128i _mm_unpackhi_epi64 (__m128i a, __m128i b);
PUNPCKHQDQ

Return Value

r0 := a1 ; r1 := b1

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Miscellaneous Operations (Integer SSE2 Intrinsics)