qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 07/20] target/arm: Convert exception generation instructions


From: Richard Henderson
Subject: Re: [PATCH 07/20] target/arm: Convert exception generation instructions to decodetree
Date: Fri, 2 Jun 2023 23:09:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/2/23 08:52, Peter Maydell wrote:
Convert the exception generation instructions SVC, HVC, SMC, BRK and
HLT to decodetree.

The old decoder decoded the halting-debug insnns DCPS1, DCPS2 and
DCPS3 just in order to then make them UNDEF; as with DRPS, we don't
bother to decode them, but document the patterns in a64.decode.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/tcg/a64.decode      |  15 +++
  target/arm/tcg/translate-a64.c | 173 ++++++++++++---------------------
  2 files changed, 79 insertions(+), 109 deletions(-)

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


r~



reply via email to

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