_mm_load1_pd
Classification
SSE_ALL, Load, CPUID Test: SSE2
Header File
emmintrin.h
Instruction
MOVAPD xmm, m128
Synopsis
 _mm_load1_pd(double const* mem_addr);
Description
Load a double-precision (64-bit) floating-point element from memory into both elements of "dst".
Operation
dst[63:0] := MEM[mem_addr+63:mem_addr]
dst[127:64] := MEM[mem_addr+63:mem_addr]