mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding type
Rename the decoder of 'gpr2.reg2' gpr encoding type in nanoMIPS disassembler. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
This commit is contained in:
parent
8e2919f666
commit
ce0f2617ac
2 changed files with 4 additions and 4 deletions
|
@ -111,7 +111,7 @@ private:
|
|||
uint64 decode_gpr_gpr4_zero(uint64 d);
|
||||
uint64 decode_gpr_gpr4(uint64 d);
|
||||
uint64 decode_gpr_gpr2_reg1(uint64 d);
|
||||
uint64 encode_rd2_reg2(uint64 d);
|
||||
uint64 decode_gpr_gpr2_reg2(uint64 d);
|
||||
|
||||
uint64 copy(uint64 d);
|
||||
int64 copy(int64 d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue