Extract the microMIPS ISA and Code Compaction ASE translation routines to different source files. Patches rebased and already reviewed, except patch #1.
Philippe Mathieu-Daudé (4): target/mips: Add declarations for generic TCG helpers target/mips: Extract Code Compaction ASE translation routines target/mips: Extract the microMIPS ISA translation routines target/mips: Add declarations for generic DSP TCG helpers target/mips/tcg/translate.h | 12 + target/mips/tcg/translate.c | 4363 +-------------------- target/mips/tcg/micromips_translate.c.inc | 3231 +++++++++++++++ target/mips/tcg/mips16e_translate.c.inc | 1123 ++++++ 4 files changed, 4382 insertions(+), 4347 deletions(-) create mode 100644 target/mips/tcg/micromips_translate.c.inc create mode 100644 target/mips/tcg/mips16e_translate.c.inc -- 2.31.1