recipf.s


Reciprocal (single precision) (Reciprocal of a Floating-point Value (Single))

[Syntax]

-

recipf.s reg1, reg2

[Function]

This instruction approximates the reciprocal of the single-precision floating-point format contents of general-purpose register reg1, and stores the result in general-purpose register reg2. The result differs from the result obtained by using the divf instruction.

[Description]

-

The assembler generates one recipf.s machine instruction.