Lines Matching refs:ErrorInfo
43 const uint64_t &ErrorInfo);
44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
78 uint64_t &ErrorInfo,
954 uint64_t const &ErrorInfo) { in invalidOperand() argument
958 if (ErrorInfo != ~0U) { in invalidOperand()
959 if (ErrorInfo >= Operands.size()) { in invalidOperand()
962 auto const &Op = (M68kOperand const &)*Operands[ErrorInfo]; in invalidOperand()
977 uint64_t const &ErrorInfo) { in missingFeature() argument
992 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
996 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
1002 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
1004 return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction()