[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/7] target/mips/translate: Extract DisasContext structure
From: |
Richard Henderson |
Subject: |
Re: [PATCH 1/7] target/mips/translate: Extract DisasContext structure |
Date: |
Tue, 8 Dec 2020 16:53:09 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 12/7/20 5:55 PM, Philippe Mathieu-Daudé wrote:
> Extract DisasContext to a new 'translate.h' header so
> different translation files (ISA, ASE, extensions)
> can use it.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> target/mips/translate.h | 50 +++++++++++++++++++++++++++++++++++++++++
> target/mips/translate.c | 38 +------------------------------
> 2 files changed, 51 insertions(+), 37 deletions(-)
> create mode 100644 target/mips/translate.h
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH 0/7] target/mips: Add translate.h and fpu_translate.h headers, Philippe Mathieu-Daudé, 2020/12/07
- [PATCH 1/7] target/mips/translate: Extract DisasContext structure, Philippe Mathieu-Daudé, 2020/12/07
- Re: [PATCH 1/7] target/mips/translate: Extract DisasContext structure,
Richard Henderson <=
- [PATCH 2/7] target/mips/translate: Add declarations for generic code, Philippe Mathieu-Daudé, 2020/12/07
- [PATCH 4/7] target/mips: Extract FPU helpers to 'fpu_helper.h', Philippe Mathieu-Daudé, 2020/12/07
- [PATCH 5/7] target/mips/fpu_helper: Remove unused headers, Philippe Mathieu-Daudé, 2020/12/07
- [PATCH 3/7] target/mips: Use FloatRoundMode enum for FCR31 modes conversion, Philippe Mathieu-Daudé, 2020/12/07
- [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h', Philippe Mathieu-Daudé, 2020/12/07
- [PATCH 7/7] target/mips: Extract FPU specific definitions to fpu_translate.h, Philippe Mathieu-Daudé, 2020/12/07