Home
last modified time | relevance | path

Searched refs:check_for_nop (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-msp430.c1792 static bfd_boolean check_for_nop = FALSE; variable
1952 if (check_for_nop && is_opcode ("nop")) in msp430_operands()
1953 check_for_nop = FALSE; in msp430_operands()
1963 if (check_for_nop) in msp430_operands()
2015 if (check_for_nop) in msp430_operands()
2740 if (check_for_nop) in msp430_operands()
3165 check_for_nop = nop_check_needed; in msp430_operands()
3900 if (check_for_nop == TRUE && warn_interrupt_nops) in msp430_md_end()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1559 (check_for_nop): New.