Share via


_mm_movpi64_epi64

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

See Also

Reference

Miscellaneous Operations (Integer SSE2 Intrinsics)