]> Git Repo - qemu.git/commit - target/arm/cpu.h
target/arm: Convert ARM_TBFLAG_* to FIELDs
authorRichard Henderson <[email protected]>
Mon, 7 Jan 2019 15:23:45 +0000 (15:23 +0000)
committerPeter Maydell <[email protected]>
Mon, 7 Jan 2019 15:23:45 +0000 (15:23 +0000)
commitaad821ac4faad369fad8941d25e59edf2514246b
tree698d07989260eba37127adbe93ed771f75a8bde4
parenta29644590f95166c8a13e5797f8e7701134b31d0
target/arm: Convert ARM_TBFLAG_* to FIELDs

Use "register" TBFLAG_ANY to indicate shared state between
A32 and A64, and "registers" TBFLAG_A32 & TBFLAG_A64 for
fields that are specific to the given cpu state.

Move ARM_TBFLAG_BE_DATA to shared state, instead of its current
placement within "Bit usage when in AArch32 state".

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20181218164348[email protected]
[PMM: removed the renaming of BE_DATA flag to BE]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/cpu.h
target/arm/helper.c
target/arm/translate-a64.c
target/arm/translate.c
This page took 0.026327 seconds and 4 git commands to generate.