mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target/mips: Extract nanoMIPS ISA translation routines
Extract 4900 lines from the huge translate.c to a new file, 'nanomips_translate.c.inc'. As there are too many inter- dependencies we don't compile it as another object, but keep including it in the big translate.o. We gain in code maintainability. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201120210844.2625602-13-f4bug@amsat.org>
This commit is contained in:
parent
bf52c45a89
commit
3f178b8d8c
3 changed files with 4925 additions and 4922 deletions
|
@ -246,6 +246,7 @@ K: ^Subject:.*(?i)mips
|
||||||
MIPS TCG CPUs (nanoMIPS ISA)
|
MIPS TCG CPUs (nanoMIPS ISA)
|
||||||
S: Orphan
|
S: Orphan
|
||||||
F: disas/nanomips.*
|
F: disas/nanomips.*
|
||||||
|
F: target/mips/tcg/*nanomips*
|
||||||
|
|
||||||
NiosII TCG CPUs
|
NiosII TCG CPUs
|
||||||
M: Chris Wulff <crwulff@gmail.com>
|
M: Chris Wulff <crwulff@gmail.com>
|
||||||
|
|
4922
target/mips/tcg/nanomips_translate.c.inc
Normal file
4922
target/mips/tcg/nanomips_translate.c.inc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue