_mm_move_epi64
Microsoft Specific
Moves the lower 64 bits of the lower 64 bits of the result, zeroing the upper bits.
__m128i _mm_move_epi64 (__m128i a);
MOVQ
Return Value
r0 := a0 ; r1 := 0X0 ;
Requirements
Header: emmintrin.h
END Microsoft Specific