Home
last modified time | relevance | path

Searched refs:specific_error (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c8435 enum i386_error specific_error = number_of_operands_mismatch; in match_template() local
8436 #define progress(err) progress (err, specific_error, __LINE__, &errline) in match_template()
8455 specific_error = progress (unsupported); in match_template()
8460 specific_error = progress (unsupported_with_intel_mnemonic); in match_template()
8466 specific_error = progress (unsupported_syntax); in match_template()
8493 specific_error = progress (invalid_instruction_suffix); in match_template()
8501 specific_error = progress (operand_size_mismatch); in match_template()
8512 specific_error = progress (operand_type_mismatch); in match_template()
8529 specific_error = progress (mnem_suffix ? invalid_instruction_suffix in match_template()
8553 specific_error = progress (i.error); in match_template()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c6410 enum i386_error specific_error = 0; in match_template() local
6562 specific_error = i.error; in match_template()
6826 specific_error = i.error; in match_template()
6833 specific_error = i.error; in match_template()
6845 switch (specific_error ? specific_error : i.error) in match_template()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2012870 'specific_error'. Set it from i.error after failed
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2012870 'specific_error'. Set it from i.error after failed
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git101039 original "specific_error" approach by making it apply to the entire