Lines Matching refs:IDLoc
69 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
118 bool expandSET(MCInst &Inst, SMLoc IDLoc,
571 bool SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET() argument
584 return Error(IDLoc, in expandSET()
610 TmpInst.setLoc(IDLoc); in expandSET()
635 TmpInst.setLoc(IDLoc); in expandSET()
645 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
658 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
662 if (expandSET(Inst, IDLoc, Instructions)) in MatchAndEmitInstruction()
674 return Error(IDLoc, in MatchAndEmitInstruction()
678 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
681 return Error(IDLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
685 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
691 return Error(IDLoc, "invalid instruction mnemonic"); in MatchAndEmitInstruction()