_mm_loadl_pi
Microsoft Specific
Sets the lower two single-precision, floating-point values with 64 bits of data loaded from the address p
; the upper two values are passed through from a
.
__m128 _mm_loadl_pi( __m128 a , __m64 * p );
MOVLPS reg, mem
r0 := *p0
r1 := *p1
r2 := a2
r3 := a3
Header: mmintrin.h
END Microsoft Specific