cvtf.ds


Conversion to floating-point format (double precision) (Floating-point Convert Double to Single (Double))

[Syntax]

-

cvtf.ds reg1, reg2

[Function]

This instruction arithmetically converts the double-precision floating-point format contents of the register pair specified by general-purpose register reg1 to single-precision floating-point format, and stores the result in general-purpose register reg2. The result is rounded in accordance with the current rounding mode.

[Description]

-

The assembler generates one cvtf.ds machine instruction.