HomeSort by: relevance | last modified time | path
    Searched defs:specific_error (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 9376 enum i386_error specific_error = number_of_operands_mismatch;
9377 #define progress(err) progress (err, specific_error, __LINE__, &errline)
9405 specific_error = progress (unsupported);
9410 specific_error = progress (unsupported_with_intel_mnemonic);
9416 specific_error = progress (unsupported_syntax);
9423 specific_error = progress (unsupported_nf);
9448 specific_error = progress (invalid_instruction_suffix);
9456 specific_error = progress (operand_size_mismatch);
9467 specific_error = progress (operand_type_mismatch);
9484 specific_error = progress (mnem_suffix ? invalid_instruction_suffi
9372 enum i386_error specific_error = number_of_operands_mismatch; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 9210 enum i386_error specific_error = number_of_operands_mismatch;
9211 #define progress(err) progress (err, specific_error, __LINE__, &errline)
9239 specific_error = progress (unsupported);
9244 specific_error = progress (unsupported_with_intel_mnemonic);
9250 specific_error = progress (unsupported_syntax);
9257 specific_error = progress (unsupported_nf);
9282 specific_error = progress (invalid_instruction_suffix);
9290 specific_error = progress (operand_size_mismatch);
9301 specific_error = progress (operand_type_mismatch);
9318 specific_error = progress (mnem_suffix ? invalid_instruction_suffi
9206 enum i386_error specific_error = number_of_operands_mismatch; local
    [all...]

Completed in 102 milliseconds