Re: [PATCH 17/20] target/arm: Convert BR, BLR, RET to decodetree

2023-05-13 Thread Richard Henderson
On 5/12/23 15:41, Peter Maydell wrote: Convert the simple (non-pointer-auth) BR, BLR and RET insns to decodetree. Signed-off-by: Peter Maydell --- target/arm/tcg/a64.decode | 5 target/arm/tcg/translate-a64.c | 55 ++ 2 files changed, 54 insertions(

[PATCH 17/20] target/arm: Convert BR, BLR, RET to decodetree

2023-05-12 Thread Peter Maydell
Convert the simple (non-pointer-auth) BR, BLR and RET insns to decodetree. Signed-off-by: Peter Maydell --- target/arm/tcg/a64.decode | 5 target/arm/tcg/translate-a64.c | 55 ++ 2 files changed, 54 insertions(+), 6 deletions(-) diff --git a/target/arm