_m_punpckldq
Classification
MMX, Swizzle, CPUID Test: MMX
Header File
Instruction
PUNPCKLDQ mm, mm
Synopsis
_m_punpckldq(__m64 a, __m64 b);
Description
Unpack and interleave 32-bit integers from the low half of "a" and "b", and store the results in "dst".
Operation
dst[31:0] := a[31:0]
dst[63:32] := b[31:0]