[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 26/67] target/arm: Convert FSQRT (scalar) to decodetree
From: |
Peter Maydell |
Subject: |
Re: [PATCH 26/67] target/arm: Convert FSQRT (scalar) to decodetree |
Date: |
Fri, 6 Dec 2024 13:19:36 +0000 |
On Sun, 1 Dec 2024 at 15:14, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/tcg/translate-a64.c | 70 +++++++++++++++++++++++++++++-----
> target/arm/tcg/a64.decode | 1 +
> 2 files changed, 61 insertions(+), 10 deletions(-)
Other than the missing code in the old decoder mentioned
on the comments on the earlier patch,
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH 24/67] target/arm: Pass fpstatus to vfp_sqrt*, (continued)
[PATCH 28/67] target/arm: Convert BFCVT to decodetree, Richard Henderson, 2024/12/01
[PATCH 25/67] target/arm: Remove helper_sqrt_f16, Richard Henderson, 2024/12/01
[PATCH 26/67] target/arm: Convert FSQRT (scalar) to decodetree, Richard Henderson, 2024/12/01
- Re: [PATCH 26/67] target/arm: Convert FSQRT (scalar) to decodetree,
Peter Maydell <=
[PATCH 27/67] target/arm: Convert FRINT[NPMSAXI] (scalar) to decodetree, Richard Henderson, 2024/12/01
[PATCH 30/67] target/arm: Convert FCVT (scalar) to decodetree, Richard Henderson, 2024/12/01
[PATCH 29/67] target/arm: Convert FRINT{32, 64}[ZX] (scalar) to decodetree, Richard Henderson, 2024/12/01
[PATCH 31/67] target/arm: Convert handle_fpfpcvt to decodetree, Richard Henderson, 2024/12/01
[PATCH 32/67] target/arm: Convert FJCVTZS to decodetree, Richard Henderson, 2024/12/01