mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding type
Rename the decoder of 'gpr1' 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
a21e052013
commit
68d80fd58f
2 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ private:
|
|||
size_t register_list_size);
|
||||
uint64 decode_gpr_gpr3(uint64 d);
|
||||
uint64 decode_gpr_gpr3_src_store(uint64 d);
|
||||
uint64 encode_rd1_from_rd(uint64 d);
|
||||
uint64 decode_gpr_gpr1(uint64 d);
|
||||
uint64 decode_gpr_gpr4_zero(uint64 d);
|
||||
uint64 decode_gpr_gpr4(uint64 d);
|
||||
uint64 decode_gpr_gpr2_reg1(uint64 d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue