GNU Info

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

(nasm.info)Section B.4.63


Next: Section B.4.64 Prev: Section B.4.62 Up: Section B.4
Enter node , (file) or (file)node

B.4.63. `DIVSS': Scalar Single-Precision FP Divide
--------------------------------------------------

     DIVSS xmm1,xmm2/mem32         ; F3 0F 5E /r     [KATMAI,SSE]

   `DIVSS' divides the low-order single-precision FP value in the
destination operand by the low-order single-precision FP value in the
source operand, and stores the single-precision result in the
destination register.

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

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


automatically generated by info2www version 1.2.2.9