Lines Matching refs:IDLoc
49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
83 void expandSET(MCInst &Inst, SMLoc IDLoc,
401 void SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET() argument
423 TmpInst.setLoc(IDLoc); in expandSET()
435 TmpInst.setLoc(IDLoc); in expandSET()
444 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
457 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
461 expandSET(Inst, IDLoc, Instructions); in MatchAndEmitInstruction()
472 return Error(IDLoc, in MatchAndEmitInstruction()
476 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
479 return Error(IDLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
483 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
489 return Error(IDLoc, "invalid instruction mnemonic"); in MatchAndEmitInstruction()