Lines Matching refs:Disp
123 const MCExpr *Disp; member
189 const MCExpr *Disp, unsigned Index, const MCExpr *LengthImm, in createMem() argument
196 Op->Mem.Disp = Disp; in createMem()
271 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff, true); in isMemDisp12()
274 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287, true); in isMemDisp20()
311 addExpr(Inst, Mem.Disp); in addBDAddrOperands()
317 addExpr(Inst, Mem.Disp); in addBDXAddrOperands()
324 addExpr(Inst, Mem.Disp); in addBDLAddrOperands()
331 addExpr(Inst, Mem.Disp); in addBDRAddrOperands()
338 addExpr(Inst, Mem.Disp); in addBDVAddrOperands()
429 Register &Reg2, const MCExpr *&Disp, const MCExpr *&Length,
740 OS << "Mem:" << *cast<MCConstantExpr>(Op.Disp); in print()
1003 const MCExpr *&Disp, const MCExpr *&Length, in parseAddress() argument
1006 if (getParser().parseExpression(Disp)) in parseAddress()
1115 const MCExpr *Disp; in parseAddress() local
1120 if (parseAddress(HaveReg1, Reg1, HaveReg2, Reg2, Disp, Length, HasLength, in parseAddress()
1214 Operands.push_back(SystemZOperand::createMem(MemKind, RegKind, Base, Disp, in parseAddress()