3-699
INSTRUCTION SET REFERENCE
UNPCKHPS—Unpack High Packed Single-FP Data (Continued)
Figure 3-99. Operation of the UNPCKHPS Instruction
Operation
DEST[31-0] = DEST[95-64];
DEST[63-32] = SRC/m128[95-64];
DEST[95-64] = DEST[127-96];
DEST[127-96] = SRC/m128[127-96];
Intel C/C++ Compiler Intrinsic Equivalent
__m128 _mm_unpackhi_ps(__m128 a, __m128 b)
Selects and interleaves the upper two SP FP values from a and b.
Exceptions
General protection exception if not aligned on 16-byte boundary, regardless of segment.
Numeric Exceptions
None.
Xmm1
Xmm2/
m128
Xmm1
=
=
=
=