Searched refs:thumb_mode (Results 1 – 4 of 4) sorted by relevance
34 #define thumb_mode(regs) \ macro37 #define thumb_mode(regs) (0) macro
161 const int thumb = thumb_mode(regs); in __dump_instr()449 if (thumb_mode(regs)) { in do_undefinstr()459 } else if (thumb_mode(regs)) { in do_undefinstr()562 (thumb_mode(regs) ? 2 : 4); in bad_syscall()627 regs->ARM_pc -= thumb_mode(regs) ? 2 : 4; in arm_syscall()695 (thumb_mode(regs) ? 2 : 4); in arm_syscall()
585 restart_addr = continue_addr - (thumb_mode(regs) ? 2 : 4); in do_signal()
788 if (thumb_mode(regs)) { in do_alignment()