Lines Matching refs:Disp
124 const MCExpr *Disp; member
190 const MCExpr *Disp, unsigned Index, const MCExpr *LengthImm, in createMem() argument
197 Op->Mem.Disp = Disp; in createMem()
272 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff, true); in isMemDisp12()
275 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287, true); in isMemDisp20()
312 addExpr(Inst, Mem.Disp); in addBDAddrOperands()
318 addExpr(Inst, Mem.Disp); in addBDXAddrOperands()
325 addExpr(Inst, Mem.Disp); in addBDLAddrOperands()
332 addExpr(Inst, Mem.Disp); in addBDRAddrOperands()
339 addExpr(Inst, Mem.Disp); in addBDVAddrOperands()
428 Register &Reg2, const MCExpr *&Disp, const MCExpr *&Length,
739 OS << "Mem:" << *cast<MCConstantExpr>(Op.Disp); in print()
991 const MCExpr *&Disp, const MCExpr *&Length, in parseAddress() argument
994 if (getParser().parseExpression(Disp)) in parseAddress()
1104 const MCExpr *Disp; in parseAddress() local
1109 if (parseAddress(HaveReg1, Reg1, HaveReg2, Reg2, Disp, Length, HasLength, in parseAddress()
1193 Operands.push_back(SystemZOperand::createMem(MemKind, RegKind, Base, Disp, in parseAddress()