_mm_loadh_pi

Microsoft Specific

Sets the upper two single-precision, floating-point values with 64 bits of data loaded from the address p; the lower two values are passed through from a.

__m128 _mm_loadh_pi( __m128 a , __m64 * p );
MOVHPS reg, mem

Return Value

r0 := a0
r1 := a1
r2 := *p0
r3 := *p1

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Miscellaneous Instructions That Use Streaming SIMD Extensions