Lines Matching refs: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, in expandSET() argument
659 return Error(IDLoc, in expandSET()
685 TmpInst.setLoc(IDLoc); in expandSET()
710 TmpInst.setLoc(IDLoc); in expandSET()
720 bool SparcAsmParser::expandSETX(MCInst &Inst, SMLoc IDLoc, in expandSETX() argument
792 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
805 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
809 if (expandSET(Inst, IDLoc, Instructions)) in MatchAndEmitInstruction()
813 if (expandSETX(Inst, IDLoc, Instructions)) in MatchAndEmitInstruction()
825 return Error(IDLoc, in MatchAndEmitInstruction()
829 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
832 return Error(IDLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
836 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
842 return Error(IDLoc, "invalid instruction mnemonic"); in MatchAndEmitInstruction()