Searched refs:quiet_warnings (Results 1 – 2 of 2) sorted by relevance
570 static int quiet_warnings = 0; variable3640 else if (!quiet_warnings && i.tm.opcode_modifier.ugh) in md_assemble()5043 if (!quiet_warnings) in match_template()5422 if (!quiet_warnings) in check_byte_reg()5482 else if ((!quiet_warnings || flag_code == CODE_64BIT) in check_long_reg()5592 else if ((!quiet_warnings || flag_code == CODE_64BIT) in check_word_reg()5881 if (!quiet_warnings && i.tm.opcode_modifier.ugh) in process_operands()5922 && !quiet_warnings) in process_operands()9631 quiet_warnings = 1; in md_parse_option()
6484 * config/tc-i386.c (quiet_warnings): New.6485 (md_assemble): Use quiet_warnings.6486 (md_parse_option): Set quiet_warnings from -q.