POOL32F 010101 |
ft |
fs |
fd |
0 |
fmt |
MUL 10110000 |
6 |
5 |
5 |
5 |
1 |
2 |
8 |
MUL.fmt |
Floating Point Multiply | |
MUL.S fd, fs, ft |
microMIPS |
Floating Point Multiply |
MUL.D fd, fs, ft |
microMIPS |
Floating Point Multiply |
Floating Point Multiply
To multiply FP values.
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.
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.
MUL.PS has been removed in Release 6.
StoreFPR (fd, fmt, ValueFPR(fs, fmt) inffmt ValueFPR(ft, fmt))
Coprocessor Unusable, Reserved Instruction
Inexact, Unimplemented Operation, Invalid Operation, Overflow, Underflow