divf.d


Floating-point division (double precision) (Floating-point Divide (Double))

[Syntax]

-

divf.d reg1, reg2, reg3

[Function]

This instruction divides double-precision floating-point format contents of the register pair specified by general-purpose register reg2 by the double-precision floating-point format contents of the register pair specified by general-purpose register reg1, and stores the result in the register pair specified by general-purpose register reg3. The operation is executed as if it were of infinite accuracy, and the result is rounded in accordance with the current rounding mode.

[Description]

-

The assembler generates one divf.d machine instruction.