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