Lines Matching refs:MCConstantExpr
975 const MCExpr *Disp = MCConstantExpr::Create(0, getContext()); in DefaultMemSIOperand()
984 const MCExpr *Disp = MCConstantExpr::Create(0, getContext()); in DefaultMemDIOperand()
1267 const MCExpr *Imm = MCConstantExpr::Create(SM.getImm(), getContext()); in ParseIntelBracExpression()
1384 const MCExpr *Disp = MCConstantExpr::Create(ImmDisp, getContext()); in ParseIntelSegmentOverride()
1436 MCConstantExpr::Create(rndMode, Parser.getContext()); in ParseRoundingModeOp()
1493 const MCExpr *Disp = MCConstantExpr::Create(SM.getImm(), getContext()); in ParseIntelMemOperand()
1510 if (const MCConstantExpr *OrigDisp = dyn_cast<MCConstantExpr>(Disp)) in ParseIntelDotOperator()
1543 NewDisp = MCConstantExpr::Create(OrigDispVal + DotDispVal, getContext()); in ParseIntelDotOperator()
1617 const MCExpr *Imm = MCConstantExpr::Create(CVal, getContext()); in ParseIntelOperator()
1677 const MCExpr *ImmExpr = MCConstantExpr::Create(Imm, getContext()); in ParseIntelOperand()
1835 const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext()); in ParseMemOperand()
2055 const MCExpr *ImmOp = MCConstantExpr::Create(ComparisonCode, in ParseInstruction()
2082 const MCExpr *ImmOp = MCConstantExpr::Create(ComparisonCode, in ParseInstruction()
2109 const MCExpr *ImmOp = MCConstantExpr::Create(ComparisonCode, in ParseInstruction()
2171 isa<MCConstantExpr>(Op.Mem.Disp) && in ParseInstruction()
2172 cast<MCConstantExpr>(Op.Mem.Disp)->getValue() == 0 && in ParseInstruction()
2183 isa<MCConstantExpr>(Op.Mem.Disp) && in ParseInstruction()
2184 cast<MCConstantExpr>(Op.Mem.Disp)->getValue() == 0 && in ParseInstruction()
2298 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) && in ParseInstruction()
2299 cast<MCConstantExpr>(Op1.getImm())->getValue() == 1) in ParseInstruction()
2303 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) && in ParseInstruction()
2304 cast<MCConstantExpr>(Op1.getImm())->getValue() == 1) in ParseInstruction()
2313 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) && in ParseInstruction()
2314 cast<MCConstantExpr>(Op1.getImm())->getValue() == 3) { in ParseInstruction()