_mm_cvtsi64x_si128
Classification
Header File
Instruction
MOVQ xmm, r64
Synopsis
_mm_cvtsi64x_si128(__int64 a);
Description
Copy 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