minf.s


Floating-point minimum value (single precision) (Floating-point Minimum (Single))

[Syntax]

-

minf.s reg1, reg2, reg3

[Function]

This instruction extracts the minimum value from the single-precision floating-point format data in general-purpose registers reg1 and reg2, and stores it in general-purpose register reg3.

If one of the source operands is S-NaN, an IEEE754-defined invalid operation exception is detected.

If invalid operation exceptions are not enabled, Q-NaN is stored and no exception occurs.

[Description]

-

The assembler generates one minf.s machine instruction.