SPECIAL 000000 |
0 00 0000 0000 |
rd |
0 00000 |
MFLO 010010 |
6 |
10 |
5 |
5 |
6 |
MFLO rd |
MIPS32, removed in Release 6 |
Move From LO Register |
Move From LO Register
To copy the special purpose LO register to a GPR.
GPR[rd] = LO
The contents of special register LO are loaded into GPR rd.
This instruction has been removed in Release 6.
GPR[rd] = LO
None
In the MIPS I, II, and III architectures, the two instructions which follow the MFLO must not modify the HI register.
If this restriction is violated, the result of the MFLO is UNPREDICTABLE. This restriction was removed in MIPS
IV and MIPS32, and all subsequent levels of the architecture.