sqrtf.s


Square root (single precision) (Floating-point Square Root (Single))

[Syntax]

-

sqrtf.s reg1, reg2

[Function]

This instruction obtains the arithmetic positive square root of the single-precision floating-point format contents of general-purpose register reg1, and stores it in general-purpose register reg2. The operation is executed as if it were of infinite accuracy, and the result is rounded in accordance with the current rounding mode. When the source operand value is -0, the result becomes -0.

[Description]

-

The assembler generates one sqrtf.s machine instruction.