Lines Matching defs:SegReg
1148 bool ParseMemOperand(MCRegister SegReg, const MCExpr *Disp, SMLoc StartLoc,
1154 bool CreateMemForMSInlineAsm(MCRegister SegReg, const MCExpr *Disp,
1614 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp,
1624 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp,
1728 FinalOp.Mem.SegReg = OrigOp.Mem.SegReg;
1758 MCRegister SegReg, const MCExpr *Disp, MCRegister BaseReg,
1797 getPointerWidth(), SegReg, Disp, BaseReg, IndexReg, Scale, Start, End,
2956 bool X86AsmParser::ParseMemOperand(MCRegister SegReg, const MCExpr *Disp,
3032 if (!SegReg)
3036 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), SegReg, Disp,
3121 if (BaseReg == X86::DX && !IndexReg && Scale == 1 && !SegReg &&
3161 if (SegReg || BaseReg || IndexReg)
3162 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), SegReg, Disp,
4029 auto ShlMemOp = X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp,