<<<    Index    >>>
3-419
INSTRUCTION SET REFERENCE
MOVHPS—Move High Packed Single-FP
Description
The linear address corresponds to the address of the least-significant byte of the referenced
memory data. When the load form of this operation is used, m64 is loaded into the upper 64-bits
of the 128-bit register xmm, and the lower 64-bits are left unchanged.
 
Figure 3-43.  Operation of the MOVHPS Instruction
OpcodeInstruction
Description
0F,16,/r
0F,17,/r
MOVHPS xmm, m64
MOVHPS m64, xmm
Move 64 bits representing two SP operands from Mem to upper 
two fields of XMM register.
Move 64 bits representing two SP operands from upper two fields 
of XMM register to Mem.
MOVHPS xmm1, m64 (m64, xmm1)                                            
Xmm1
Xmm1
m64
<<<    Index    >>>