Lines Matching defs:MemOpStart
659 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags);
660 if (MemOpStart == -1)
662 MemOpStart += X86II::getOperandBias(MCID);
664 const MCOperand &SegReg = Inst.getOperand(MemOpStart + X86::AddrSegmentReg);
665 const MCOperand &BaseReg = Inst.getOperand(MemOpStart + X86::AddrBaseReg);
666 const MCOperand &IndexReg = Inst.getOperand(MemOpStart + X86::AddrIndexReg);
667 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt);
668 const MCOperand &Disp = Inst.getOperand(MemOpStart + X86::AddrDisp);
686 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags);
687 if (MemOpStart == -1)
689 MemOpStart += X86II::getOperandBias(MCID);
690 const MCOperand &SegReg = Inst.getOperand(MemOpStart + X86::AddrSegmentReg);
691 const MCOperand &BaseReg = Inst.getOperand(MemOpStart + X86::AddrBaseReg);
692 const MCOperand &IndexReg = Inst.getOperand(MemOpStart + X86::AddrIndexReg);
693 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt);
694 const MCOperand &Disp = Inst.getOperand(MemOpStart + X86::AddrDisp);