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-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/tcg/a64.decode      |  4 ++
  target/arm/tcg/translate-a64.c | 97 ++++++++++++++--------------------
  2 files changed, 43 insertions(+), 58 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to