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

/external/qemu/target-arm/
H A Dcpu.h322 #define CPSR_GE (0xfU << 16) macro
334 #define CACHED_CPSR_BITS (CPSR_T | CPSR_GE | CPSR_IT | CPSR_Q | CPSR_NZCV)
336 #define CPSR_USER (CPSR_NZCV | CPSR_Q | CPSR_GE)
H A Dhelper.c551 if (mask & CPSR_GE) {
H A Dtranslate.c3563 mask &= ~(CPSR_E | CPSR_GE);

Completed in 126 milliseconds