Lines Matching refs:Disp

319     const MCExpr *Disp = MCConstantExpr::Create(0, Ctx);  in InstrumentMOVSBase()  local
321 getPointerWidth(), 0, Disp, SrcReg, 0, AccessSize, SMLoc(), SMLoc())); in InstrumentMOVSBase()
328 const MCExpr *Disp = MCConstantExpr::Create(-1, Ctx); in InstrumentMOVSBase() local
330 getPointerWidth(), 0, Disp, SrcReg, CntReg, AccessSize, SMLoc(), in InstrumentMOVSBase()
338 const MCExpr *Disp = MCConstantExpr::Create(0, Ctx); in InstrumentMOVSBase() local
340 getPointerWidth(), 0, Disp, DstReg, 0, AccessSize, SMLoc(), SMLoc())); in InstrumentMOVSBase()
346 const MCExpr *Disp = MCConstantExpr::Create(-1, Ctx); in InstrumentMOVSBase() local
348 getPointerWidth(), 0, Disp, DstReg, CntReg, AccessSize, SMLoc(), in InstrumentMOVSBase()
464 const MCConstantExpr *Disp = in ComputeMemOperandAddress() local
467 X86Operand::CreateMem(getPointerWidth(), 0, Disp, Reg, 0, 1, SMLoc(), in ComputeMemOperandAddress()
470 Residue -= Disp->getValue(); in ComputeMemOperandAddress()
497 const MCExpr *Disp = MCConstantExpr::Create(NewDisplacement, Ctx); in AddDisplacement() local
498 return X86Operand::CreateMem(Op.getMemModeSize(), Op.getMemSegReg(), Disp, in AddDisplacement()
647 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx); in InstrumentMemOperandSmall() local
649 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1, in InstrumentMemOperandSmall()
673 const MCExpr *Disp = MCConstantExpr::Create(1, Ctx); in InstrumentMemOperandSmall() local
675 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1, in InstrumentMemOperandSmall()
724 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx); in InstrumentMemOperandLarge() local
726 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1, in InstrumentMemOperandLarge()
864 const MCExpr *Disp = MCConstantExpr::Create(Offset, Ctx); in EmitAdjustRSP() local
866 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1, in EmitAdjustRSP()
918 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx); in InstrumentMemOperandSmall() local
920 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI64, 0, 1, in InstrumentMemOperandSmall()
944 const MCExpr *Disp = MCConstantExpr::Create(1, Ctx); in InstrumentMemOperandSmall() local
946 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1, in InstrumentMemOperandSmall()
995 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx); in InstrumentMemOperandLarge() local
997 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI64, 0, 1, in InstrumentMemOperandLarge()