GNU Info

Info Node: (nasm.info)Section B.4.163

(nasm.info)Section B.4.163


Next: Section B.4.164 Prev: Section B.4.162 Up: Section B.4
Enter node , (file) or (file)node

B.4.163. `MOVHLPS': Move Packed Single-Precision FP High to Low
---------------------------------------------------------------

     MOVHLPS xmm1,xmm2             ; OF 12 /r        [KATMAI,SSE]

   `MOVHLPS' moves the two packed single-precision FP values from the
high quadword of the source register xmm2 to the low quadword of the
destination register, xmm2. The upper quadword of xmm1 is left
unchanged.

   The operation of this instruction is:

        dst[0-63]   := src[64-127],
        dst[64-127] remains unchanged.


automatically generated by info2www version 1.2.2.9