Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Disp

202     const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx);
204 X86Operand::CreateMem(0, Disp, X86::ECX, 0, 1, SMLoc(), SMLoc()));
228 const MCExpr *Disp = MCConstantExpr::Create(1, Ctx);
230 X86Operand::CreateMem(0, Disp, X86::EDX, 0, 1, SMLoc(), SMLoc()));
290 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx);
292 X86Operand::CreateMem(0, Disp, X86::ECX, 0, 1, SMLoc(), SMLoc()));
330 const MCExpr *Disp = MCConstantExpr::Create(Offset, Ctx);
332 X86Operand::CreateMem(0, Disp, X86::RSP, 0, 1, SMLoc(), SMLoc()));
376 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx);
378 X86Operand::CreateMem(0, Disp, X86::RAX, 0, 1, SMLoc(), SMLoc()));
402 const MCExpr *Disp = MCConstantExpr::Create(1, Ctx);
404 X86Operand::CreateMem(0, Disp, X86::ECX, 0, 1, SMLoc(), SMLoc()));
463 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx);
465 X86Operand::CreateMem(0, Disp, X86::RAX, 0, 1, SMLoc(), SMLoc()));