[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/29] target/arm: AdvSIMD decodetree conversion, part 4
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 00/29] target/arm: AdvSIMD decodetree conversion, part 4 |
Date: |
Tue, 10 Sep 2024 16:30:18 +0100 |
On Mon, 9 Sept 2024 at 17:23, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> First post-9.1 queue flush.
>
> r~
>
> Richard Henderson (29):
> target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.c
> target/arm: Replace tcg_gen_dupi_vec with constants in translate-sve.c
> target/arm: Use cmpsel in gen_ushl_vec
> target/arm: Use cmpsel in gen_sshl_vec
> target/arm: Use tcg_gen_extract2_i64 for EXT
> target/arm: Convert EXT to decodetree
> target/arm: Convert TBL, TBX to decodetree
> target/arm: Convert UZP, TRN, ZIP to decodetree
> target/arm: Simplify do_reduction_op
> target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetree
> target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV to decodetree
> target/arm: Convert FMOVI (scalar, immediate) to decodetree
> target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to
> decodetree
> target/arm: Introduce gen_gvec_sshr, gen_gvec_ushr
> target/arm: Fix whitespace near gen_srshr64_i64
> target/arm: Convert handle_vec_simd_shri to decodetree
> target/arm: Convert handle_vec_simd_shli to decodetree
> target/arm: Use {,s}extract in handle_vec_simd_wshli
> target/arm: Convert SSHLL, USHLL to decodetree
> target/arm: Push tcg_rnd into handle_shri_with_rndacc
> target/arm: Split out subroutines of handle_shri_with_rndacc
> target/arm: Convert SHRN, RSHRN to decodetree
> target/arm: Convert handle_scalar_simd_shri to decodetree
> target/arm: Convert handle_scalar_simd_shli to decodetree
> target/arm: Convert VQSHL, VQSHLU to gvec
> target/arm: Widen NeonGenNarrowEnvFn return to 64 bits
> target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetree
> target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to
> decodetree
> target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to
> decodetree
Other than my comments on the NeonGenNarrowEnvFn patch,
series
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v2 19/29] target/arm: Convert SSHLL, USHLL to decodetree, (continued)
- [PATCH v2 19/29] target/arm: Convert SSHLL, USHLL to decodetree, Richard Henderson, 2024/09/09
- [PATCH v2 22/29] target/arm: Convert SHRN, RSHRN to decodetree, Richard Henderson, 2024/09/09
- [PATCH v2 23/29] target/arm: Convert handle_scalar_simd_shri to decodetree, Richard Henderson, 2024/09/09
- [PATCH v2 24/29] target/arm: Convert handle_scalar_simd_shli to decodetree, Richard Henderson, 2024/09/09
- [PATCH v2 26/29] target/arm: Widen NeonGenNarrowEnvFn return to 64 bits, Richard Henderson, 2024/09/09
- [PATCH v2 25/29] target/arm: Convert VQSHL, VQSHLU to gvec, Richard Henderson, 2024/09/09
- [PATCH v2 27/29] target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetree, Richard Henderson, 2024/09/09
- [PATCH v2 28/29] target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree, Richard Henderson, 2024/09/09
- [PATCH v2 29/29] target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree, Richard Henderson, 2024/09/09
- Re: [PATCH v2 00/29] target/arm: AdvSIMD decodetree conversion, part 4,
Peter Maydell <=