Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accel/tcg: Add DisasContextBase argument to translator_ld* | Ilya Leoshkevich | 2021-09-14 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> [rth: Split out of a larger patch.] Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||||
* | target/mips: Extract the microMIPS ISA translation routines | Philippe Mathieu-Daudé | 2021-07-02 | 1 | -0/+3231 |
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> |