Lines Matching defs:Disp

310     const MCExpr *Disp = MCConstantExpr::create(0, Ctx);
312 getPointerWidth(), 0, Disp, SrcReg, 0, AccessSize, SMLoc(), SMLoc()));
319 const MCExpr *Disp = MCConstantExpr::create(-1, Ctx);
321 getPointerWidth(), 0, Disp, SrcReg, CntReg, AccessSize, SMLoc(),
329 const MCExpr *Disp = MCConstantExpr::create(0, Ctx);
331 getPointerWidth(), 0, Disp, DstReg, 0, AccessSize, SMLoc(), SMLoc()));
337 const MCExpr *Disp = MCConstantExpr::create(-1, Ctx);
339 getPointerWidth(), 0, Disp, DstReg, CntReg, AccessSize, SMLoc(),
455 const MCConstantExpr *Disp =
458 X86Operand::CreateMem(getPointerWidth(), 0, Disp, Reg, 0, 1, SMLoc(),
461 Residue -= Disp->getValue();
488 const MCExpr *Disp = MCConstantExpr::create(NewDisplacement, Ctx);
489 return X86Operand::CreateMem(Op.getMemModeSize(), Op.getMemSegReg(), Disp,
639 const MCExpr *Disp = MCConstantExpr::create(kShadowOffset, Ctx);
641 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
665 const MCExpr *Disp = MCConstantExpr::create(1, Ctx);
667 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1,
716 const MCExpr *Disp = MCConstantExpr::create(kShadowOffset, Ctx);
718 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
856 const MCExpr *Disp = MCConstantExpr::create(Offset, Ctx);
858 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1,
911 const MCExpr *Disp = MCConstantExpr::create(kShadowOffset, Ctx);
913 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI64, 0, 1,
937 const MCExpr *Disp = MCConstantExpr::create(1, Ctx);
939 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1,
988 const MCExpr *Disp = MCConstantExpr::create(kShadowOffset, Ctx);
990 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI64, 0, 1,