Home
last modified time | relevance | path

Searched refs:now_it (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c814 # define now_it seg_info (now_seg)->tc_segment_info_data.current_it macro
816 static struct current_it now_it; variable
822 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 …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2012668 * config/tc-arm.c (do_t_it): Fully initialise now_it.
DChangeLog-20091757 (now_it): New macro.