target-arm: Make singlestate TB flags common between AArch32/64
commit3cf6a0fcedd429693d439556543400d5f0e31e1d
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 29 May 2015 10:28:52 +0000 (29 11:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 May 2015 10:28:52 +0000 (29 11:28 +0100)
tree8e8a071f768aaed6cfd35cdc8bd9484ceb1c07f2
parentc6f191642a4027909813b4e6e288411f8371e951
target-arm: Make singlestate TB flags common between AArch32/64

Currently we keep the TB flags PSTATE_SS and SS_ACTIVE in different
bit positions for AArch64 and AArch32. Replace these separate
definitions with a single common flag in the upper part of the
flags word.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-arm/cpu.h
target-arm/translate-a64.c