GNU Info

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

(nasm.info)Section B.4.7


Next: Section B.4.8 Prev: Section B.4.6 Up: Section B.4
Enter node , (file) or (file)node

B.4.7. `ADDSS': ADD Scalar Single-Precision FP Values
-----------------------------------------------------

     ADDSS xmm1,xmm2/mem32         ; F3 0F 58 /r     [WILLAMETTE,SSE2]

   `ADDSS' adds the low single-precision FP values from the source and
destination operands and stores the single-precision FP result in the
destination operand.

        dst[0-31]   := dst[0-31] + src[0-31],
        dst[32-127] remains unchanged.

   The destination is an `XMM' register. The source operand can be
either an `XMM' register or a 32-bit memory location.


automatically generated by info2www version 1.2.2.9