COP1 010001 |
MT 00100 |
rt |
fs |
0 000 0000 0000 |
6 |
5 |
5 |
5 |
11 |
MTC1 rt, fs |
MIPS32 |
Move Word to Floating Point |
Move Word to Floating Point
To copy a word from a GPR to an FPU (CP1) general register.
FPR[fs] = GPR[rt]
The low word in GPR rt is placed into the low word of FPR fs. If FPRs are 64 bits wide, bits 63..32 of FPR fs become
UNPREDICTABLE.
data = GPR[rt]31..0 StoreFPR(fs, UNINTERPRETED_WORD, data)
Coprocessor Unusable
For MIPS I, MIPS II, and MIPS III the value of FPR fs is UNPREDICTABLE for the instruction immediately following MTC1.