Lines Matching refs:ErrorInfo
43 const uint64_t &ErrorInfo);
44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
76 uint64_t &ErrorInfo,
992 uint64_t const &ErrorInfo) { in invalidOperand() argument
996 if (ErrorInfo != ~0U) { in invalidOperand()
997 if (ErrorInfo >= Operands.size()) { in invalidOperand()
1000 auto const &Op = (M68kOperand const &)*Operands[ErrorInfo]; in invalidOperand()
1015 uint64_t const &ErrorInfo) { in missingFeature() argument
1030 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
1034 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
1040 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
1042 return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction()