Searched refs:CPSR_GE (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-arm/
H A Dcpu.h270 #define CPSR_GE (0xf << 16) macro
282 #define CACHED_CPSR_BITS (CPSR_T | CPSR_GE | CPSR_IT | CPSR_Q | CPSR_NZCV)
284 #define CPSR_USER (CPSR_NZCV | CPSR_Q | CPSR_GE)
H A Dhelper.c505 if (mask & CPSR_GE) {
H A Dtranslate.c3510 mask &= ~(CPSR_E | CPSR_GE);

Completed in 57 milliseconds