qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH 19/20] target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetree
Date: Sat, 13 May 2023 12:34:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

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.maydell@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]