Lines Matching refs:IDLoc
49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
87 void expandSET(MCInst &Inst, SMLoc IDLoc,
435 void SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET() argument
448 Error(IDLoc, "set: argument must be between -2147483648 and 4294967295"); in expandSET()
474 TmpInst.setLoc(IDLoc); in expandSET()
499 TmpInst.setLoc(IDLoc); in expandSET()
508 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
521 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
525 expandSET(Inst, IDLoc, Instructions); in MatchAndEmitInstruction()
536 return Error(IDLoc, in MatchAndEmitInstruction()
540 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
543 return Error(IDLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
547 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
553 return Error(IDLoc, "invalid instruction mnemonic"); in MatchAndEmitInstruction()