Searched refs:IS_THUMB32 (Results 1 – 2 of 2) sorted by relevance
148 #define IS_THUMB32(op) ( \ macro
186 if (IS_THUMB32(instr)) { in sleh_undef()412 regs->pc += ((regs->cpsr & PSR_TF) && !IS_THUMB32(*((uint16_t*) (regs->pc)))) ? 2 : 4; in sleh_abort()