reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
382 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp); 383 const MCOperand &Base = MI.getOperand(Op+X86::AddrBaseReg); 384 const MCOperand &Scale = MI.getOperand(Op+X86::AddrScaleAmt); 385 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg); 396 unsigned Opcode = MI.getOpcode(); 435 EmitImmediate(Disp, MI.getLoc(), 4, MCFixupKind(FixupKind), 444 if (Is16BitMemOperand(MI, Op, STI)) { 487 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups); 498 EmitImmediate(Disp, MI.getLoc(), 2, FK_Data_2, CurByte, OS, Fixups); 519 EmitImmediate(Disp, MI.getLoc(), 4, FK_Data_4, CurByte, OS, Fixups); 539 Fixups.push_back(MCFixup::create(0, Sym, FK_NONE, MI.getLoc())); 550 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups); 558 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups, 566 unsigned Opcode = MI.getOpcode(); 569 EmitImmediate(Disp, MI.getLoc(), 4, MCFixupKind(FixupKind), CurByte, OS, 635 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups, ImmOffset); 637 EmitImmediate(Disp, MI.getLoc(), 4, MCFixupKind(X86::reloc_signed_4byte),