Re: [Qemu-devel] [PATCH 08/15] target/arm: Define and use XPSR bit masks

2017-08-03 Thread Richard Henderson
On 08/02/2017 09:43 AM, Peter Maydell wrote: > 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 > --- > target

[Qemu-devel] [PATCH 08/15] target/arm: Define and use XPSR bit masks

2017-08-02 Thread Peter Maydell
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 --- target/arm/cpu.h| 38 --