_mm_loadl_epi64
Classification
SSE_ALL, Load, CPUID Test: SSE2
Header File
emmintrin.h
Instruction
MOVQ xmm, m64
Synopsis
 _mm_loadl_epi64(__m128i const* mem_addr);
Description
Load 64-bit integer from memory into the first element of "dst".
Operation
dst[63:0] := MEM[mem_addr+63:mem_addr]
dst[MAX:64] := 0