Re: [PATCH 02/20] target/arm: Convert hint instruction space to decodetree

2023-06-02 Thread Richard Henderson
On 6/2/23 08:52, Peter Maydell wrote: Convert the various instructions in the hint instruction space to decodetree. Signed-off-by: Peter Maydell --- target/arm/tcg/a64.decode | 31 target/arm/tcg/translate-a64.c | 277 ++--- 2 files changed, 185 inserti

[PATCH 02/20] target/arm: Convert hint instruction space to decodetree

2023-06-02 Thread Peter Maydell
Convert the various instructions in the hint instruction space to decodetree. Signed-off-by: Peter Maydell --- target/arm/tcg/a64.decode | 31 target/arm/tcg/translate-a64.c | 277 ++--- 2 files changed, 185 insertions(+), 123 deletions(-) diff --git a/tar