target/mips: Extract Code Compaction ASE translation routines
commit3230bad9637b2822705c4b8674db61462fce9004
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 16 Nov 2020 04:40:42 +0000 (16 05:40 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 2 Jul 2021 08:41:15 +0000 (2 10:41 +0200)
tree724503b87866cb422d2292e988db6858b9958eb0
parentd507663151daf1b9942a41ea6677ad81aec61012
target/mips: Extract Code Compaction ASE translation routines

Extract 1100+ lines from the huge translate.c to a new file,
'mips16e_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-10-f4bug@amsat.org>
target/mips/tcg/mips16e_translate.c.inc [new file with mode: 0644]
target/mips/tcg/translate.c