target/mips: Extract the microMIPS ISA translation routines
commitbf52c45a8901d838e4211d801c62e8bf4cc2b0fe
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 16 Nov 2020 04:49:16 +0000 (16 05:49 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 2 Jul 2021 08:41:15 +0000 (2 10:41 +0200)
tree13d4a45349130e3675b110d5a18b497657c53be9
parent3230bad9637b2822705c4b8674db61462fce9004
target/mips: Extract the microMIPS ISA translation routines

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