mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/mips: Add disassembler support for nanoMIPS
Add disassembler support for nanoMIPS. Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com> Signed-off-by: Matthew Fortune <matthew.fortune@mips.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
This commit is contained in:
parent
d046a9ea1b
commit
89a955e8df
8 changed files with 23360 additions and 2 deletions
|
@ -14,6 +14,7 @@ common-obj-$(CONFIG_I386_DIS) += i386.o
|
|||
common-obj-$(CONFIG_M68K_DIS) += m68k.o
|
||||
common-obj-$(CONFIG_MICROBLAZE_DIS) += microblaze.o
|
||||
common-obj-$(CONFIG_MIPS_DIS) += mips.o
|
||||
common-obj-$(CONFIG_NANOMIPS_DIS) += nanomips.o
|
||||
common-obj-$(CONFIG_NIOS2_DIS) += nios2.o
|
||||
common-obj-$(CONFIG_MOXIE_DIS) += moxie.o
|
||||
common-obj-$(CONFIG_PPC_DIS) += ppc.o
|
||||
|
|
22242
disas/nanomips.cpp
Normal file
22242
disas/nanomips.cpp
Normal file
File diff suppressed because it is too large
Load diff
1099
disas/nanomips.h
Normal file
1099
disas/nanomips.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue