_mm_move_epi64
Classification
SSE_ALL, Move, CPUID Test: SSE2
Header File
emmintrin.h
Instruction
MOVQ xmm, xmm
Synopsis
 _mm_move_epi64(__m128i a);
Description
Copy the lower 64-bit integer in "a" to the lower element of "dst", and zero the upper element.
Operation
dst[63:0] := a[63:0]
dst[127:64] := 0