Encoding:

POOL32F

010101

ft

fs

fd

0

fmt

MUL

10110000

6

5

5

5

1

2

8

Format:

MUL.fmt 

Floating Point Multiply

MUL.S fd, fs, ft

microMIPS

Floating Point Multiply

MUL.D fd, fs, ft

microMIPS

Floating Point Multiply

Purpose:

Floating Point Multiply

To multiply FP values.

Description:

 FPR[fd] = FPR[fs] x FPR[ft]

The value in FPR fs is multiplied by the value in FPR ft. The result is calculated to infinite precision, rounded according to the current rounding mode in FCSR, and placed into FPR fd. The operands and result are values in format fmt.

Restrictions:

The fields fs, ft, and fd must specify FPRs valid for operands of type fmt. If the fields are not valid, the result is

UNPREDICTABLE.

The operands must be values in format fmt; if they are not, the result is UNPREDICTABLE and the value of the operand FPRs becomes UNPREDICTABLE.

Availability and Compatibility:

MUL.PS has been removed in Release 6.

Operation:

StoreFPR (fd, fmt, ValueFPR(fs, fmt) inffmt ValueFPR(ft, fmt))

Exceptions:

Coprocessor Unusable, Reserved Instruction

Floating Point Exceptions:

Inexact, Unimplemented Operation, Invalid Operation, Overflow, Underflow