Lines Matching refs:CreateImm
534 Inst.addOperand(MCOperand::CreateImm(0)); in addExpr()
536 Inst.addOperand(MCOperand::CreateImm(CE->getValue())); in addExpr()
791 CreateImm(const MCExpr *Val, SMLoc S, SMLoc E, MipsAsmParser &Parser) { in CreateImm() function in __anonc89f468b0311::MipsOperand
972 NopInst.addOperand(MCOperand::CreateImm(0)); in processInstruction()
1062 tmpInst.addOperand(MCOperand::CreateImm(16)); in createShiftOr()
1071 MCOperand::CreateImm(((Value & (0xffffLL << Shift)) >> Shift))); in createShiftOr()
1095 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadImm()
1103 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadImm()
1112 tmpInst.addOperand(MCOperand::CreateImm((ImmValue & 0xffff0000) >> 16)); in expandLoadImm()
1138 MCOperand::CreateImm((ImmValue & (0xffffLL << 32)) >> 32)); in expandLoadImm()
1165 MCOperand::CreateImm((ImmValue & (0xffffLL << 48)) >> 48)); in expandLoadImm()
1191 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadAddressReg()
1200 tmpInst.addOperand(MCOperand::CreateImm((ImmValue & 0xffff0000) >> 16)); in expandLoadAddressReg()
1206 tmpInst.addOperand(MCOperand::CreateImm(ImmValue & 0xffff)); in expandLoadAddressReg()
1233 tmpInst.addOperand(MCOperand::CreateImm(ImmValue)); in expandLoadAddressImm()
1241 tmpInst.addOperand(MCOperand::CreateImm((ImmValue & 0xffff0000) >> 16)); in expandLoadAddressImm()
1247 tmpInst.addOperand(MCOperand::CreateImm(ImmValue & 0xffff)); in expandLoadAddressImm()
1323 TempInst.addOperand(MCOperand::CreateImm(HiOffset)); in expandMemInst()
1353 TempInst.addOperand(MCOperand::CreateImm(LoOffset)); in expandMemInst()
1643 Operands.push_back(MipsOperand::CreateImm(Res, S, E, *this)); in ParseOperand()
1666 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this)); in ParseOperand()
1876 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this)); in parseMemOperand()
1961 MipsOperand::CreateImm(Const, S, Parser.getTok().getLoc(), *this)); in searchSymbolAlias()
2087 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this)); in ParseImm()
2113 MipsOperand::CreateImm(Expr, S, getLexer().getLoc(), *this)); in ParseJumpTarget()
2130 Operands.push_back(MipsOperand::CreateImm( in parseInvNum()
2170 MipsOperand::CreateImm(Expr, S, Parser.getTok().getLoc(), *this)); in ParseLSAImm()