Lines Matching refs:CreateImm

689       Inst.addOperand(MCOperand::CreateImm(0));  in addExpr()
691 Inst.addOperand(MCOperand::CreateImm(CE->getValue())); in addExpr()
1060 CreateImm(const MCExpr *Val, SMLoc S, SMLoc E, MipsAsmParser &Parser) { in CreateImm() function in __anond0efcad40311::MipsOperand
1447 TmpInst.addOperand(MCOperand::CreateImm(MemOffset)); in processInstruction()
1643 tmpInst.addOperand(MCOperand::CreateImm(16)); in createShiftOr()
1660 MCOperand::CreateImm(((Value & (0xffffLL << Shift)) >> Shift)), RegNo, in createShiftOr()
1700 NopInst.addOperand(MCOperand::CreateImm(0)); in expandJalWithRegs()
1725 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadImm()
1733 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadImm()
1741 tmpInst.addOperand(MCOperand::CreateImm((ImmValue & 0xffff0000) >> 16)); in expandLoadImm()
1766 MCOperand::CreateImm((ImmValue & (0xffffLL << 32)) >> 32)); in expandLoadImm()
1793 MCOperand::CreateImm((ImmValue & (0xffffLL << 48)) >> 48)); in expandLoadImm()
1824 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadAddressReg()
1833 tmpInst.addOperand(MCOperand::CreateImm((ImmValue & 0xffff0000) >> 16)); in expandLoadAddressReg()
1839 tmpInst.addOperand(MCOperand::CreateImm(ImmValue & 0xffff)); in expandLoadAddressReg()
1871 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadAddressImm()
1879 tmpInst.addOperand(MCOperand::CreateImm((ImmValue & 0xffff0000) >> 16)); in expandLoadAddressImm()
1885 tmpInst.addOperand(MCOperand::CreateImm(ImmValue & 0xffff)); in expandLoadAddressImm()
1983 Inst.addOperand(MCOperand::CreateImm(Offset.getImm())); in expandUncondBranchMMPseudo()
2063 TempInst.addOperand(MCOperand::CreateImm(HiOffset)); in expandMemInst()
2095 TempInst.addOperand(MCOperand::CreateImm(LoOffset)); in expandMemInst()
2145 NopInst.addOperand(MCOperand::CreateImm(0)); in createNop()
2461 Operands.push_back(MipsOperand::CreateImm(Res, S, E, *this)); in parseOperand()
2484 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this)); in parseOperand()
2697 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this)); in parseMemOperand()
2782 MipsOperand::CreateImm(Const, S, Parser.getTok().getLoc(), *this)); in searchSymbolAlias()
2918 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this)); in parseImm()
2945 MipsOperand::CreateImm(Expr, S, getLexer().getLoc(), *this)); in parseJumpTarget()
2963 Operands.push_back(MipsOperand::CreateImm( in parseInvNum()
3004 MipsOperand::CreateImm(Expr, S, Parser.getTok().getLoc(), *this)); in parseLSAImm()