Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/mips: Extract Code Compaction ASE translation routines | Philippe Mathieu-Daudé | 2021-07-02 | 1 | -0/+1123 |
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> |