[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_trans
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h' |
Date: |
Mon, 14 Dec 2020 15:41:37 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 |
On 12/8/20 11:54 PM, Richard Henderson wrote:
> On 12/7/20 5:55 PM, Philippe Mathieu-Daudé wrote:
>> Some FPU translation functions / registers can be used by
>> ISA / ASE / extensions out of the big translate.c file.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>> target/mips/fpu_translate.h | 25 +++++++++++++++++++++++++
>> target/mips/translate.c | 14 ++++++++------
>> 2 files changed, 33 insertions(+), 6 deletions(-)
>> create mode 100644 target/mips/fpu_translate.h
>
> Is there a good reason for not putting these in translate.h?
None :)
- [PATCH 1/7] target/mips/translate: Extract DisasContext structure, (continued)
- [PATCH 1/7] target/mips/translate: Extract DisasContext structure, Philippe Mathieu-Daudé, 2020/12/07
- [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