Searched refs:CACHED_CPSR_BITS (Results 1 – 2 of 2) sorted by relevance
/external/qemu/target-arm/ | ||
D | cpu.h | 282 #define CACHED_CPSR_BITS (CPSR_T | CPSR_GE | CPSR_IT | CPSR_Q | CPSR_NZCV) macro |
D | helper.c | 512 mask &= ~CACHED_CPSR_BITS; in cpsr_write() |