Re: [PATCH 13/20] target/arm: Convert unconditional branch immediate to decodetree

2023-05-13 Thread Richard Henderson
On 5/12/23 15:40, Peter Maydell wrote: Convert the unconditional branch immediate insns B and BL to decodetree. Signed-off-by: Peter Maydell --- target/arm/tcg/a64.decode | 9 + target/arm/tcg/translate-a64.c | 31 +++ 2 files changed, 20 insertions(

[PATCH 13/20] target/arm: Convert unconditional branch immediate to decodetree

2023-05-12 Thread Peter Maydell
Convert the unconditional branch immediate insns B and BL to decodetree. Signed-off-by: Peter Maydell --- target/arm/tcg/a64.decode | 9 + target/arm/tcg/translate-a64.c | 31 +++ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/target/ar