reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 3149   MatchFPUWaitAlias(IDLoc, static_cast<X86Operand &>(*Operands[0]), Operands,
 3181     Inst.setLoc(IDLoc);
 3189       ErrorLoc = IDLoc;
 3194     return ErrorMissingFeature(IDLoc, MissingFeatures, MatchingInlineAsm);
 3201     Error(IDLoc, "instruction must have size higher than 0", EmptyRange,
 3250     Inst.setLoc(IDLoc);
 3279     Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm);
 3289       return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",
 3293       return Error(IDLoc, "unsupported instruction", EmptyRange,
 3300         return Error(IDLoc, "too few operands for instruction", EmptyRange,
 3311     return Error(IDLoc, "invalid operand for instruction", EmptyRange,
 3318     return Error(IDLoc, "unsupported instruction", EmptyRange,
 3327     return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures,
 3335     return Error(IDLoc, "invalid operand for instruction", EmptyRange,
 3340   Error(IDLoc, "unknown use of instruction mnemonic without a size suffix",