Re: [PATCH 13/20] target/arm: Convert unconditional branch immediate to decodetree
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
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