Lines Matching refs:getLoc
3336 ATReg = getATReg(Inst.getLoc()); in expandAliasImmediate()
3343 if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, Inst.getLoc(), Out, STI)) { in expandAliasImmediate()
3397 TmpReg = getATReg(Inst.getLoc()); in expandRotation()
3403 TOut.emitRRR(Mips::SUBu, TmpReg, Mips::ZERO, TReg, Inst.getLoc(), STI); in expandRotation()
3404 TOut.emitRRR(Mips::ROTRV, DReg, SReg, TmpReg, Inst.getLoc(), STI); in expandRotation()
3409 TOut.emitRRR(Mips::ROTRV, DReg, SReg, TReg, Inst.getLoc(), STI); in expandRotation()
3431 ATReg = getATReg(Inst.getLoc()); in expandRotation()
3435 TOut.emitRRR(Mips::SUBu, ATReg, Mips::ZERO, TReg, Inst.getLoc(), STI); in expandRotation()
3436 TOut.emitRRR(FirstShift, ATReg, SReg, ATReg, Inst.getLoc(), STI); in expandRotation()
3437 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI); in expandRotation()
3438 TOut.emitRRR(Mips::OR, DReg, DReg, ATReg, Inst.getLoc(), STI); in expandRotation()
3465 TOut.emitRRI(Mips::ROTR, DReg, SReg, ShiftValue, Inst.getLoc(), STI); in expandRotationImm()
3470 TOut.emitRRI(Mips::ROTR, DReg, SReg, ImmValue, Inst.getLoc(), STI); in expandRotationImm()
3480 TOut.emitRRI(Mips::SRL, DReg, SReg, 0, Inst.getLoc(), STI); in expandRotationImm()
3497 ATReg = getATReg(Inst.getLoc()); in expandRotationImm()
3501 TOut.emitRRI(FirstShift, ATReg, SReg, ImmValue, Inst.getLoc(), STI); in expandRotationImm()
3502 TOut.emitRRI(SecondShift, DReg, SReg, 32 - ImmValue, Inst.getLoc(), STI); in expandRotationImm()
3503 TOut.emitRRR(Mips::OR, DReg, DReg, ATReg, Inst.getLoc(), STI); in expandRotationImm()
3526 TmpReg = getATReg(Inst.getLoc()); in expandDRotation()
3532 TOut.emitRRR(Mips::DSUBu, TmpReg, Mips::ZERO, TReg, Inst.getLoc(), STI); in expandDRotation()
3533 TOut.emitRRR(Mips::DROTRV, DReg, SReg, TmpReg, Inst.getLoc(), STI); in expandDRotation()
3538 TOut.emitRRR(Mips::DROTRV, DReg, SReg, TReg, Inst.getLoc(), STI); in expandDRotation()
3560 ATReg = getATReg(Inst.getLoc()); in expandDRotation()
3564 TOut.emitRRR(Mips::DSUBu, ATReg, Mips::ZERO, TReg, Inst.getLoc(), STI); in expandDRotation()
3565 TOut.emitRRR(FirstShift, ATReg, SReg, ATReg, Inst.getLoc(), STI); in expandDRotation()
3566 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI); in expandDRotation()
3567 TOut.emitRRR(Mips::OR, DReg, DReg, ATReg, Inst.getLoc(), STI); in expandDRotation()
3612 TOut.emitRRI(FinalOpcode, DReg, SReg, ShiftValue, Inst.getLoc(), STI); in expandDRotationImm()
3620 TOut.emitRRI(Mips::DSRL, DReg, SReg, 0, Inst.getLoc(), STI); in expandDRotationImm()
3657 ATReg = getATReg(Inst.getLoc()); in expandDRotationImm()
3661 TOut.emitRRI(FirstShift, ATReg, SReg, ImmValue % 32, Inst.getLoc(), STI); in expandDRotationImm()
3663 Inst.getLoc(), STI); in expandDRotationImm()
3664 TOut.emitRRR(Mips::OR, DReg, DReg, ATReg, Inst.getLoc(), STI); in expandDRotationImm()
4135 Error(Parser.getTok().getLoc(), "unexpected token in operand"); in parseOperand()
4139 SMLoc S = Parser.getTok().getLoc(); in parseOperand()
4154 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseOperand()
4177 SMLoc S = Parser.getTok().getLoc(); // Start location of the operand. in parseOperand()
4181 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseOperand()
4360 S = Parser.getTok().getLoc(); in parseMemOperand()
4376 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseMemOperand()
4382 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseMemOperand()
4392 Error(Parser.getTok().getLoc(), "'(' expected"); in parseMemOperand()
4404 Error(Parser.getTok().getLoc(), "')' expected"); in parseMemOperand()
4408 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseMemOperand()
4439 SMLoc S = Parser.getTok().getLoc(); in searchSymbolAlias()
4470 Index, getContext().getRegisterInfo(), S, getLexer().getLoc(), *this)); in matchAnyRegisterNameWithoutDollar()
4477 Index, getContext().getRegisterInfo(), S, getLexer().getLoc(), *this)); in matchAnyRegisterNameWithoutDollar()
4484 Index, getContext().getRegisterInfo(), S, getLexer().getLoc(), *this)); in matchAnyRegisterNameWithoutDollar()
4491 Index, getContext().getRegisterInfo(), S, getLexer().getLoc(), *this)); in matchAnyRegisterNameWithoutDollar()
4498 Index, getContext().getRegisterInfo(), S, getLexer().getLoc(), *this)); in matchAnyRegisterNameWithoutDollar()
4505 Index, getContext().getRegisterInfo(), S, getLexer().getLoc(), *this)); in matchAnyRegisterNameWithoutDollar()
4512 Index, getContext().getRegisterInfo(), S, getLexer().getLoc(), *this)); in matchAnyRegisterNameWithoutDollar()
4533 Token.getIntVal(), getContext().getRegisterInfo(), S, Token.getLoc(), in matchAnyRegisterWithoutDollar()
4550 SMLoc S = Token.getLoc(); in parseAnyRegister()
4587 SMLoc S = Parser.getTok().getLoc(); in parseImm()
4591 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseImm()
4601 SMLoc S = getLexer().getLoc(); in parseJumpTarget()
4619 MipsOperand::CreateImm(Expr, S, getLexer().getLoc(), *this)); in parseJumpTarget()
4630 SMLoc S = Parser.getTok().getLoc(); in parseInvNum()
4636 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseInvNum()
4654 SMLoc S = Parser.getTok().getLoc(); in parseRegisterList()
4656 SMLoc E = getLexer().getLoc(); in parseRegisterList()
4722 SMLoc E = Parser.getTok().getLoc(); in parseRegisterList()
4732 SMLoc S = Parser.getTok().getLoc(); in parseRegisterPair()
4736 SMLoc E = Parser.getTok().getLoc(); in parseRegisterPair()
4753 SMLoc S = Parser.getTok().getLoc(); in parseMovePRegPair()
4762 SMLoc E = Parser.getTok().getLoc(); in parseMovePRegPair()
4792 MipsOperand::CreateToken("(", getLexer().getLoc(), *this)); in parseParenSuffix()
4795 SMLoc Loc = getLexer().getLoc(); in parseParenSuffix()
4800 SMLoc Loc = getLexer().getLoc(); in parseParenSuffix()
4805 MipsOperand::CreateToken(")", getLexer().getLoc(), *this)); in parseParenSuffix()
4822 MipsOperand::CreateToken("[", getLexer().getLoc(), *this)); in parseBracketSuffix()
4825 SMLoc Loc = getLexer().getLoc(); in parseBracketSuffix()
4830 SMLoc Loc = getLexer().getLoc(); in parseBracketSuffix()
4835 MipsOperand::CreateToken("]", getLexer().getLoc(), *this)); in parseBracketSuffix()
4861 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
4873 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
4887 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
4899 SMLoc Loc = getLexer().getLoc(); in reportParseError()
5181 SMLoc Loc = getLexer().getLoc(); in parseSetPopDirective()
5400 SMLoc Loc = getLexer().getLoc(); in eatComma()
5524 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveCPSetup()
5725 return Error(getLexer().getLoc(), in parseDirectiveGpWord()
5743 return Error(getLexer().getLoc(), in parseDirectiveGpDWord()
5755 Error(Parser.getTok().getLoc(), "unexpected token, expected identifier"); in parseDirectiveOption()
5769 Error(Parser.getTok().getLoc(), in parseDirectiveOption()
5783 Error(Parser.getTok().getLoc(), in parseDirectiveOption()
5791 Warning(Parser.getTok().getLoc(), in parseDirectiveOption()
5841 SMLoc L = Lexer.getLoc(); in parseDirectiveModule()
6060 parseDirectiveCpLoad(DirectiveID.getLoc()); in ParseDirective()
6064 parseDirectiveCpRestore(DirectiveID.getLoc()); in ParseDirective()
6068 parseDataDirective(8, DirectiveID.getLoc()); in ParseDirective()
6299 parseDataDirective(4, DirectiveID.getLoc()); in ParseDirective()
6304 parseDataDirective(2, DirectiveID.getLoc()); in ParseDirective()
6316 Error(Parser.getTok().getLoc(), in ParseDirective()