]> Git Repo - qemu.git/commit
target/arm: Define and use XPSR bit masks
authorPeter Maydell <[email protected]>
Mon, 4 Sep 2017 14:21:52 +0000 (15:21 +0100)
committerPeter Maydell <[email protected]>
Mon, 4 Sep 2017 14:21:52 +0000 (15:21 +0100)
commit987ab45e108953c1c98126c338c2119c243c372b
treef5bda33eda87e77e7fb8d35b0b7bd03929c2bcca
parent9d17da4b68a05fc78daa47f0f3d914eea5d802ea
target/arm: Define and use XPSR bit masks

The M profile XPSR is almost the same format as the A profile CPSR,
but not quite. Define some XPSR_* macros and use them where we
definitely dealing with an XPSR rather than reusing the CPSR ones.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 1501692241[email protected]
target/arm/cpu.h
target/arm/helper.c
This page took 0.024093 seconds and 4 git commands to generate.