[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 05/13] target/arm: Convert SDOT, UDOT to decodetree
From: |
Peter Maydell |
Subject: |
Re: [PATCH 05/13] target/arm: Convert SDOT, UDOT to decodetree |
Date: |
Tue, 25 Jun 2024 13:38:52 +0100 |
On Tue, 25 Jun 2024 at 06:10, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/tcg/a64.decode | 7 +++++
> target/arm/tcg/translate-a64.c | 54 ++++++++++++++++++----------------
> 2 files changed, 35 insertions(+), 26 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 00/13] target/arm: AdvSIMD conversion, part 2, Richard Henderson, 2024/06/25
- [PATCH 01/13] target/arm: Fix VCMLA Dd, Dn, Dm[idx], Richard Henderson, 2024/06/25
- [PATCH 03/13] target/arm: Fix FJCVTZS vs flush-to-zero, Richard Henderson, 2024/06/25
- [PATCH 02/13] target/arm: Fix SQDMULH (by element) with Q=0, Richard Henderson, 2024/06/25
- [PATCH 04/13] target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree, Richard Henderson, 2024/06/25
- [PATCH 05/13] target/arm: Convert SDOT, UDOT to decodetree, Richard Henderson, 2024/06/25
- Re: [PATCH 05/13] target/arm: Convert SDOT, UDOT to decodetree,
Peter Maydell <=
- [PATCH 06/13] target/arm: Convert SUDOT, USDOT to decodetree, Richard Henderson, 2024/06/25
- [PATCH 07/13] target/arm: Convert BFDOT to decodetree, Richard Henderson, 2024/06/25
- [PATCH 08/13] target/arm: Convert BFMLALB, BFMLALT to decodetree, Richard Henderson, 2024/06/25
- [PATCH 09/13] target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetree, Richard Henderson, 2024/06/25
- [PATCH 11/13] target/arm: Convert FCADD to decodetree, Richard Henderson, 2024/06/25