[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 24/24] tcg/i386: Implement negsetcond_*
From: |
Peter Maydell |
Subject: |
Re: [PATCH 24/24] tcg/i386: Implement negsetcond_* |
Date: |
Fri, 11 Aug 2023 13:13:04 +0100 |
On Tue, 8 Aug 2023 at 04:15, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/i386/tcg-target.h | 4 ++--
> tcg/i386/tcg-target.c.inc | 27 +++++++++++++++++++--------
> 2 files changed, 21 insertions(+), 10 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH 17/24] tcg/i386: Merge tcg_out_brcond{32,64}, (continued)
- [PATCH 18/24] tcg/i386: Merge tcg_out_setcond{32,64}, Richard Henderson, 2023/08/07
- [PATCH 19/24] tcg/i386: Merge tcg_out_movcond{32,64}, Richard Henderson, 2023/08/07
- [PATCH 23/24] tcg/i386: Use shift in tcg_out_setcond, Richard Henderson, 2023/08/07
- [PATCH 22/24] tcg/i386: Clear dest first in tcg_out_setcond if possible, Richard Henderson, 2023/08/07
- [PATCH 24/24] tcg/i386: Implement negsetcond_*, Richard Henderson, 2023/08/07
- Re: [PATCH 24/24] tcg/i386: Implement negsetcond_*,
Peter Maydell <=
- [PATCH 20/24] tcg/i386: Add cf parameter to tcg_out_cmp, Richard Henderson, 2023/08/07
[PATCH 21/24] tcg/i386: Use CMP+SBB in tcg_out_setcond, Richard Henderson, 2023/08/07