[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 11/26] target/mips: Extract the microMIPS ISA translation rou
|
From: |
Richard Henderson |
|
Subject: |
Re: [PATCH 11/26] target/mips: Extract the microMIPS ISA translation routines |
|
Date: |
Sat, 21 Nov 2020 12:02:31 -0800 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote:
> Extract 3300 lines from the huge translate.c to a new file,
> 'isa-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>
> ---
> target/mips/translate.c | 3309 +-------------------
> target/mips/isa-micromips_translate.c.inc | 3316 +++++++++++++++++++++
> 2 files changed, 3317 insertions(+), 3308 deletions(-)
> create mode 100644 target/mips/isa-micromips_translate.c.inc
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- Re: [PATCH 06/26] target/mips: Extract DSP helper definitions, (continued)
- [PATCH 08/26] target/mips: Extract Multi-Threading helper definitions, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 07/26] target/mips: Extract DSP translation routines, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 09/26] target/mips: Extract Code Compaction ASE translation routines, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 10/26] target/mips: Extract the microMIPS ISA helper definitions, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 11/26] target/mips: Extract the microMIPS ISA translation routines, Philippe Mathieu-Daudé, 2020/11/20
- Re: [PATCH 11/26] target/mips: Extract the microMIPS ISA translation routines,
Richard Henderson <=
- [PATCH 13/26] target/mips: Extract NEC Vr54xx helpers to vendor-vr54xx_helper.c, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 12/26] target/mips: Extract nanoMIPS ISA translation routines, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 14/26] target/mips: Extract NEC Vr54xx helper definitions, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 15/26] target/mips: Extract NEC Vr54xx translation routines, Philippe Mathieu-Daudé, 2020/11/20
- [PATCH 17/26] target/mips: Extract Loongson SIMD helper definitions, Philippe Mathieu-Daudé, 2020/11/20