[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 00/33] target/arm: Convert a64 advsimd to decodetree (part
From: |
Peter Maydell |
Subject: |
Re: [PATCH v3 00/33] target/arm: Convert a64 advsimd to decodetree (part 1b) |
Date: |
Thu, 30 May 2024 15:32:21 +0100 |
On Tue, 28 May 2024 at 21:31, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Changes for v3:
> * Reword prefetch unpredictable patch.
> * Validate vector length when qc is an implied operand.
> * Adjust some legacy decode based on review.
> * Apply r-b.
>
> Patches needing review:
> 01-target-arm-Diagnose-UNPREDICTABLE-operands-to-PLD.patch
> 03-target-arm-Assert-oprsz-in-range-when-using-vfp.q.patch
> 04-target-arm-Convert-SUQADD-and-USQADD-to-gvec.patch
> 10-target-arm-Convert-SRSHL-and-URSHL-register-to-gv.patch
> 12-target-arm-Convert-SQSHL-and-UQSHL-register-to-gv.patch
> 31-target-arm-Convert-SQDMULH-SQRDMULH-to-decodetree.patch
> 32-target-arm-Convert-FMADD-FMSUB-FNMADD-FNMSUB-to-d.patch
Applied 2-33 to target-arm.next, thanks. (Dropped the PLD
patch for the reasons we discussed in the other thread.)
-- PMM
- [PATCH v3 28/33] target/arm: Convert MUL, PMUL to decodetree, (continued)
- [PATCH v3 28/33] target/arm: Convert MUL, PMUL to decodetree, Richard Henderson, 2024/05/28
- [PATCH v3 22/33] target/arm: Convert SHSUB, UHSUB to gvec, Richard Henderson, 2024/05/28
- [PATCH v3 32/33] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree, Richard Henderson, 2024/05/28
- [PATCH v3 26/33] target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree, Richard Henderson, 2024/05/28
- [PATCH v3 29/33] target/arm: Convert MLA, MLS to decodetree, Richard Henderson, 2024/05/28
- [PATCH v3 30/33] target/arm: Tidy SQDMULH, SQRDMULH (vector), Richard Henderson, 2024/05/28
- [PATCH v3 31/33] target/arm: Convert SQDMULH, SQRDMULH to decodetree, Richard Henderson, 2024/05/28
- [PATCH v3 33/33] target/arm: Convert FCSEL to decodetree, Richard Henderson, 2024/05/28
- Re: [PATCH v3 00/33] target/arm: Convert a64 advsimd to decodetree (part 1b),
Peter Maydell <=