_mm_movelh_epi32

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

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

Meta