_mm_movpi64_epi64
Classification
Header File
Instruction
MOVQ2DQ xmm, mm
Synopsis
_mm_movpi64_epi64(__m64 a);
Description
Copy the 64-bit integer "a" to the lower element of "dst", and zero the upper element.
Operation
dst[63:0] := a[63:0]
dst[127:64] := 0