Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-msp430.c683 static bool warn_interrupt_nops = true; variable
1458 warn_interrupt_nops = true; in md_parse_option()
1461 warn_interrupt_nops = false; in md_parse_option()
2736 if (warn_interrupt_nops) in warn_eint_nop()
2739 else if (warn_interrupt_nops) in warn_eint_nop()
2761 if (warn_interrupt_nops) in warn_unsure_interrupt()
2764 else if (warn_interrupt_nops) in warn_unsure_interrupt()
2950 if (gen_interrupt_nops || warn_interrupt_nops) in msp430_operands()
2957 if (warn_interrupt_nops) in msp430_operands()
2968 if (warn_interrupt_nops) in msp430_operands()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-msp430.c685 static bool warn_interrupt_nops = true; variable
1460 warn_interrupt_nops = true; in md_parse_option()
1463 warn_interrupt_nops = false; in md_parse_option()
2738 if (warn_interrupt_nops) in warn_eint_nop()
2741 else if (warn_interrupt_nops) in warn_eint_nop()
2763 if (warn_interrupt_nops) in warn_unsure_interrupt()
2766 else if (warn_interrupt_nops) in warn_unsure_interrupt()
2952 if (gen_interrupt_nops || warn_interrupt_nops) in msp430_operands()
2959 if (warn_interrupt_nops) in msp430_operands()
2970 if (warn_interrupt_nops) in msp430_operands()
[all …]