Home | History | Annotate | Download | only in X86

Lines Matching refs:MCOperand

47   static unsigned GetX86RegNum(const MCOperand &MO) {
87 void EmitImmediate(const MCOperand &Disp,
99 void EmitRegModRMByte(const MCOperand &ModRMReg, unsigned RegOpcodeFld,
160 const MCOperand &BaseReg = MI.getOperand(Op+X86::AddrBaseReg);
161 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg);
189 EmitImmediate(const MCOperand &DispOp, unsigned Size, MCFixupKind FixupKind,
240 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp);
241 const MCOperand &Base = MI.getOperand(Op+X86::AddrBaseReg);
242 const MCOperand &Scale = MI.getOperand(Op+X86::AddrScaleAmt);
243 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg);
527 const MCOperand &MO = MI.getOperand(CurOp);
549 const MCOperand &MO = MI.getOperand(CurOp);
604 const MCOperand &MO = MI.getOperand(i);
622 const MCOperand &MO = MI.getOperand(i);
634 const MCOperand &MO = MI.getOperand(i);
655 const MCOperand &MO = MI.getOperand(i);
670 const MCOperand &MO = MI.getOperand(i);
1008 const MCOperand &MO = MI.getOperand(CurOp++);
1013 EmitImmediate(MCOperand::CreateImm(RegNum), 1, FK_Data_1, CurByte, OS,