mulf.s


Floating-point multiplication (single precision) (Floating-point Multiply (Single))

[Syntax]

-

mulf.s reg1, reg2, reg3

[Function]

This instruction multiplies the single-precision floating-point format contents of general-purpose register reg2 by the single-precision floating-point format contents of general-purpose register reg1, and stores the result in general-purpose register reg3.

[Description]

-

The assembler generates one mulf.s machine instruction.