Searched refs:now_it (Results 1 – 3 of 3) sorted by relevance
814 # define now_it seg_info (now_seg)->tc_segment_info_data.current_it macro816 static struct current_it now_it; variable822 return (cond & ~1) == (now_it.cc & ~1); in now_it_compatible()3628 if (now_it.state == AUTOMATIC_IT_BLOCK) in emit_insn()8484 now_it.mask = (inst.instruction & 0xf) | 0x10; in do_it()8485 now_it.cc = inst.operands[0].imm; in do_it()10958 now_it.mask = (inst.instruction & 0xf) | 0x10; in do_t_it()10959 now_it.cc = cond; in do_t_it()10960 now_it.warn_deprecated = FALSE; in do_t_it()10970 now_it.block_length = 1; in do_t_it()[all …]
668 * config/tc-arm.c (do_t_it): Fully initialise now_it.
1757 (now_it): New macro.