Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Moves the 64 bits of a to the lower 64 bits of the result, zeroing the upper bits.
__m128i _mm_movpi64_epi64 (__m64 a);
MOVDQ2Q
Return Value
r0 := a0 ; r1 := 0X0 ;
Requirements
Header: emmintrin.h
END Microsoft Specific