target/mips: Extract nanoMIPS ISA translation routines
commit3f178b8d8cc19c5e971d4ac3e1b0b20cf5cb45fa
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 16 Nov 2020 05:25:00 +0000 (16 06:25 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 2 Jul 2021 08:41:16 +0000 (2 10:41 +0200)
treeeeebdedbf4dda5f9af40433b916294062b085f31
parentbf52c45a8901d838e4211d801c62e8bf4cc2b0fe
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>
MAINTAINERS
target/mips/tcg/nanomips_translate.c.inc [new file with mode: 0644]
target/mips/tcg/translate.c