[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 30/67] target/arm: Convert FCVT (scalar) to decodetree
From: |
Peter Maydell |
Subject: |
Re: [PATCH 30/67] target/arm: Convert FCVT (scalar) to decodetree |
Date: |
Fri, 6 Dec 2024 13:32:59 +0000 |
On Sun, 1 Dec 2024 at 15:10, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Remove handle_fp_fcvt and disas_fp_1src as these were
> the last insns decoded by those functions.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/tcg/translate-a64.c | 159 ++++++++++++++-------------------
> target/arm/tcg/a64.decode | 7 ++
> 2 files changed, 74 insertions(+), 92 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH 24/67] target/arm: Pass fpstatus to vfp_sqrt*, (continued)
[PATCH 25/67] target/arm: Remove helper_sqrt_f16, Richard Henderson, 2024/12/01
[PATCH 27/67] target/arm: Convert FRINT[NPMSAXI] (scalar) to decodetree, Richard Henderson, 2024/12/01
[PATCH 28/67] target/arm: Convert BFCVT to decodetree, Richard Henderson, 2024/12/01
[PATCH 30/67] target/arm: Convert FCVT (scalar) to decodetree, Richard Henderson, 2024/12/01
- Re: [PATCH 30/67] target/arm: Convert FCVT (scalar) to decodetree,
Peter Maydell <=
[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
[PATCH 34/67] target/arm: Convert SQABS, SQNEG to decodetree, Richard Henderson, 2024/12/01
[PATCH 33/67] target/arm: Convert handle_fmov to decodetree, Richard Henderson, 2024/12/01