Lines Matching refs:IDLoc
49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
87 void expandSET(MCInst &Inst, SMLoc IDLoc,
469 void SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET() argument
482 Error(IDLoc, "set: argument must be between -2147483648 and 4294967295"); in expandSET()
508 TmpInst.setLoc(IDLoc); in expandSET()
533 TmpInst.setLoc(IDLoc); in expandSET()
542 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
555 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
559 expandSET(Inst, IDLoc, Instructions); in MatchAndEmitInstruction()
570 return Error(IDLoc, in MatchAndEmitInstruction()
574 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
577 return Error(IDLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
581 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
587 return Error(IDLoc, "invalid instruction mnemonic"); in MatchAndEmitInstruction()