[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/67] target/arm: Convert PAC[ID]*, AUT[ID]* to decodetree
From: |
Peter Maydell |
Subject: |
Re: [PATCH 09/67] target/arm: Convert PAC[ID]*, AUT[ID]* to decodetree |
Date: |
Thu, 5 Dec 2024 17:29:32 +0000 |
On Sun, 1 Dec 2024 at 15:12, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> This includes PACIA, PACIZA, PACIB, PACIZB, PACDA, PACDZA, PACDB,
> PACDZB, AUTIA, AUTIZA, AUTIB, AUTIZB, AUTDA, AUTDZA, AUTDB, AUTDZB.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/tcg/translate-a64.c | 173 +++++++++------------------------
> target/arm/tcg/a64.decode | 13 +++
> 2 files changed, 58 insertions(+), 128 deletions(-)
Well, that's certainly a more compact representation than we had before :-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH 02/67] target/arm: Convert UDIV, SDIV to decodetree, (continued)
- [PATCH 06/67] target/arm: Convert PACGA to decodetree, Richard Henderson, 2024/12/01
- [PATCH 09/67] target/arm: Convert PAC[ID]*, AUT[ID]* to decodetree, Richard Henderson, 2024/12/01
- Re: [PATCH 09/67] target/arm: Convert PAC[ID]*, AUT[ID]* to decodetree,
Peter Maydell <=
- [PATCH 05/67] target/arm: Convert SUBP, IRG, GMI to decodetree, Richard Henderson, 2024/12/01
- [PATCH 07/67] target/arm: Convert RBIT, REV16, REV32, REV64 to decodetree, Richard Henderson, 2024/12/01
- [PATCH 08/67] target/arm: Convert CLZ, CLS to decodetree, Richard Henderson, 2024/12/01
- [PATCH 11/67] target/arm: Convert disas_logic_reg to decodetree, Richard Henderson, 2024/12/01
- [PATCH 14/67] target/arm: Convert disas_data_proc_3src to decodetree, Richard Henderson, 2024/12/01