Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-msp430.c2448 static signed int check_for_nop = 0; variable
2608 if (check_for_nop) in msp430_operands()
2616 switch (check_for_nop & - check_for_nop) in msp430_operands()
2653 check_for_nop &= ~ (check_for_nop & - check_for_nop); in msp430_operands()
2655 while (check_for_nop); in msp430_operands()
2665 check_for_nop = 0; in msp430_operands()
2692 check_for_nop |= NOP_CHECK_INTERRUPT; in msp430_operands()
2751 check_for_nop |= NOP_CHECK_INTERRUPT; in msp430_operands()
3446 check_for_nop |= NOP_CHECK_INTERRUPT; in msp430_operands()
3455 check_for_nop |= NOP_CHECK_CPU19; in msp430_operands()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20141732 (check_for_nop): New.