[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 51/67] target/arm: Convert SHLL to decodetree
From: |
Peter Maydell |
Subject: |
Re: [PATCH 51/67] target/arm: Convert SHLL to decodetree |
Date: |
Fri, 6 Dec 2024 15:52:06 +0000 |
On Sun, 1 Dec 2024 at 15:16, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/tcg/translate-a64.c | 75 +++++++++++++++++-----------------
> target/arm/tcg/a64.decode | 2 +
> 2 files changed, 40 insertions(+), 37 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH 37/67] target/arm: Convert CLS, CLZ (vector) to decodetree, (continued)
- [PATCH 40/67] target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) to decodetree, Richard Henderson, 2024/12/01
- [PATCH 41/67] target/arm: Introduce gen_gvec_rev{16,32,64}, Richard Henderson, 2024/12/01
- [PATCH 45/67] target/arm: Convert handle_2misc_pairwise to decodetree, Richard Henderson, 2024/12/01
- [PATCH 47/67] target/arm: Introduce clear_vec, Richard Henderson, 2024/12/01
- [PATCH 51/67] target/arm: Convert SHLL to decodetree, Richard Henderson, 2024/12/01
- Re: [PATCH 51/67] target/arm: Convert SHLL to decodetree,
Peter Maydell <=
- [PATCH 48/67] target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree, Richard Henderson, 2024/12/01
- [PATCH 56/67] target/arm: Convert FCVT* (vector, fixed-point) scalar to decodetree, Richard Henderson, 2024/12/01
- [PATCH 66/67] target/arm: Convert URECPE and URSQRTE to decodetree, Richard Henderson, 2024/12/01
- [PATCH 42/67] target/arm: Convert handle_rev to decodetree, Richard Henderson, 2024/12/01
- [PATCH 52/67] target/arm: Convert FABS, FNEG (vector) to decodetree, Richard Henderson, 2024/12/01
- [PATCH 43/67] target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c, Richard Henderson, 2024/12/01