GNU Info

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

(nasm.info)Section B.4.324


Next: Section B.4.325 Prev: Section B.4.323 Up: Section B.4
Enter node , (file) or (file)node

B.4.324. `UNPCKLPD': Unpack and Interleave Low Packed Double-Precision FP Data
------------------------------------------------------------------------------

     UNPCKLPD xmm1,xmm2/m128       ; 66 0F 14 /r     [WILLAMETTE,SSE2]

   `UNPCKLPD' performs an interleaved unpack of the low-order data
elements of the source and destination operands, saving the result in
`xmm1'. It ignores the lower half of the sources.

   The operation of this instruction is:

        dst[63-0]   := dst[63-0];
        dst[127-64] := src[63-0].


automatically generated by info2www version 1.2.2.9