Lines Matching defs:IDLoc
73 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
131 bool expandSET(MCInst &Inst, SMLoc IDLoc,
134 bool expandSETX(MCInst &Inst, SMLoc IDLoc,
646 bool SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc,
659 return Error(IDLoc,
685 TmpInst.setLoc(IDLoc);
710 TmpInst.setLoc(IDLoc);
720 bool SparcAsmParser::expandSETX(MCInst &Inst, SMLoc IDLoc,
792 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
805 Inst.setLoc(IDLoc);
809 if (expandSET(Inst, IDLoc, Instructions))
813 if (expandSETX(Inst, IDLoc, Instructions))
825 return Error(IDLoc,
829 SMLoc ErrorLoc = IDLoc;
832 return Error(IDLoc, "too few operands for instruction");
836 ErrorLoc = IDLoc;
842 return Error(IDLoc, "invalid instruction mnemonic");