[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] target/i386: Rename helper_fldt, helper_fstt
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 1/2] target/i386: Rename helper_fldt, helper_fstt |
Date: |
Fri, 26 Feb 2021 17:45:06 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/26/21 5:20 PM, Richard Henderson wrote:
> Change the prefix from "helper" to "do". The former should be
> reserved for those functions that are called from TCG; the latter
> is in use within the file already for those functions that are
> called from the helper functions, adding a "retaddr" argument.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/i386/tcg/fpu_helper.c | 19 +++++++++----------
> 1 file changed, 9 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor}, Richard Henderson, 2021/02/26
- [PATCH 1/2] target/i386: Rename helper_fldt, helper_fstt, Richard Henderson, 2021/02/26
- Re: [PATCH 1/2] target/i386: Rename helper_fldt, helper_fstt,
Philippe Mathieu-Daudé <=
- [PATCH 2/2] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor, Richard Henderson, 2021/02/26
- Re: [PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor}, Claudio Fontana, 2021/02/26