On 1/27/23 07:55, Peter Maydell wrote:
Mark up the sysreg definitions for the system instructions
trapped by HFGITR bits 48..63.

Some of these bits are for trapping instructions which are
not in the system instruction encoding (i.e. which are
not handled by the ARMCPRegInfo mechanism):
  * ERET, ERETAA, ERETAB
  * SVC

We will have to handle those separately and manually.

Signed-off-by: Peter Maydell<[email protected]>
---
  target/arm/cpregs.h | 4 ++++
  target/arm/helper.c | 9 +++++++++
  2 files changed, 13 insertions(+)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to