Re: [PATCH 19/20] target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetree

2023-05-13 Thread Richard Henderson
On 5/12/23 15:41, Peter Maydell wrote: Convert the last four BR-with-pointer-auth insns to decodetree. The remaining cases in the outer switch in disas_uncond_b_reg() all return early rather than leaving the case statement, so we can delete the now-unused code at the end of that function. Signed

[PATCH 19/20] target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetree

2023-05-12 Thread Peter Maydell
Convert the last four BR-with-pointer-auth insns to decodetree. The remaining cases in the outer switch in disas_uncond_b_reg() all return early rather than leaving the case statement, so we can delete the now-unused code at the end of that function. Signed-off-by: Peter Maydell --- target/arm/t