This topic has not yet been rated - Rate this topic

_mm_movelh_ps

Microsoft Specific

Moves the lower two single-precision, floating-point values of b to the upper two single-precision, floating-point values of the result.


__m128 _mm_movelh_ps( __m128 a, __m128 b );
MOVLHPS

The lower two single-precision, floating-point values of a are passed through to the result.

r3 := b1
r2 := b0
r1 := a1
r0 := a0

Header: mmintrin.h

END Microsoft Specific

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ