Searched refs:specific_error (Results 1 – 5 of 5) sorted by relevance
8435 enum i386_error specific_error = number_of_operands_mismatch; in match_template() local8436 #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 …]
6410 enum i386_error specific_error = 0; in match_template() local6562 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()
870 'specific_error'. Set it from i.error after failed
101039 original "specific_error" approach by making it apply to the entire