_mm_loadl_epi64

Microsoft Specific

Load the lower 64 bits of the value pointed to by p into the lower 64 bits of the result, zeroing the upper 64 bits of the result.

__m128i _mm_loadl_epi64(__m128i const*p);
MOVQ

Return Value

r0:= *p[63:0]
r1:=0x0

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Load Operations (Integer SSE2 Intrinsics)