Searched refs:warn_nops (Results 1 – 4 of 4) sorted by relevance
44 static int warn_nops = 0; variable259 warn_nops = NOP_ALL; in md_parse_option()265 warn_nops = NOP_MULTIPLY; in md_parse_option()624 if (warn_nops == NOP_ALL) in write_1_short()1691 if (warn_nops == NOP_ALL || warn_nops == NOP_MULTIPLY) in md_assemble()
2581 * config/tc-mips.c (warn_nops): Remove static variable.2582 (macro): Remove test of warn_nops.
2235 * config/tc-mips.c (warn_nops): New variable. Set to 0 to2237 (macro): Warn NOPS generated only if warn_nops is not 0.2239 (md_parse_option): Set warn_nops to 1 for `n'.
35 (warn_nops): New static variable to give nop warning level.