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

/external/qemu/target-arm/
H A Dcpu.h316 #define CPSR_T (1U << 5) macro
334 #define CACHED_CPSR_BITS (CPSR_T | CPSR_GE | CPSR_IT | CPSR_Q | CPSR_NZCV)
338 #define CPSR_EXEC (CPSR_T | CPSR_IT | CPSR_J)
H A Dhelper.c541 if (mask & CPSR_T)
542 env->thumb = ((val & CPSR_T) != 0);
H A Dtranslate.c3559 mask &= ~CPSR_T;
10017 psr & CPSR_T ? 'T' : 'A',

Completed in 207 milliseconds