P32A 001000 |
rt |
x |
ac |
01 |
000 |
001 |
111 |
111 |
6 |
5 |
5 |
2 |
2 |
3 |
3 |
3 |
3 |
MFLO rt, ac |
DSP |
Move from LO register |
Move from LO register
To copy the special purpose LO register to a GPR.
rt = LO[ac]
The LO part of accumulator ac is copied to the general-purpose register rt. The LO part of the accumulator is defined to be bits 0 through 31 of the DSP Module accumulator register.
The value of ac can range from 0 to 3. When ac=0, this refers to the original HI/LO register pair of the MIPS32 architecture.
In Release 6 of the MIPS Architecture, accumulators are eliminated from MIPS32.
No data-dependent exceptions are possible.
The operands must be values in the specified format. If they are not, the results are UNPREDICTABLE and the values of the operand vectors become UNPREDICTABLE.
if (( ac != 0 ) or (ConfigAR >= )) then ValidateAccessToDSPResources() endif GPR[rt]31..0 = LO[ac]31..0
Reserved Instruction, DSP Disabled