_mm_movehl_epi32

Move the upper 2 32-bit integer elements from b to the lower 2 elements of result, and copy the upper 2 elements from a to the upper 2 elements of dst.

nothrow @nogc pure @trusted
__m128i
_mm_movehl_epi32
(
__m128i a
,
__m128i b
)

Meta