Searched defs:Disp (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp71 const MCOperand &Disp = MI->getOperand(OpNo+1); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp232 uint64_t Disp = Imm & 0xFFFF; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp110 const MachineOperand &Disp = MI->getOperand(OpNum+1); local
H A DMSP430ISelDAGToDAG.cpp47 int16_t Disp = 0; member in struct:__anon2496::MSP430ISelAddressMode
244 SelectAddr(SDValue N, SDValue &Base, SDValue &Disp) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp187 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
197 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
207 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
218 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
230 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
241 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
252 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
263 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
[all...]
H A DSystemZInstPrinter.cpp29 O << Disp; local
211 uint64_t Disp = MI->getOperand(OpNum + 1).getImm(); local
224 uint64_t Disp = MI->getOperand(OpNum + 1).getImm(); local
226 O << Disp << "("; local
26 printAddress(const MCAsmInfo *MAI, unsigned Base, int64_t Disp, unsigned Index, raw_ostream &O) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp173 MachineOperand &Disp = MI.getOperand(FIOperandNum - 1); local
H A DM68kISelDAGToDAG.cpp63 int64_t Disp; member in struct:__anon2477::M68kISelAddressMode
231 getFrameIndexAddress(M68kISelAddressMode &AM, const SDLoc &DL, SDValue &Disp, SDValue &Base) argument
652 SelectARID(SDNode *Parent, SDValue N, SDValue &Disp, SDValue &Base) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrBuilder.h55 int Disp; member in struct:llvm::X86AddressMode
H A DX86FixupLEAs.cpp375 const MachineOperand &Disp = MI.getOperand(1 + X86::AddrDisp); local
H A DX86ExpandPseudo.cpp463 int64_t Disp = MBBI->getOperand(1 + X86::AddrDisp).getImm(); local
497 int64_t Disp = MBBI->getOperand(X86::AddrDisp).getImm(); local
H A DX86OptimizeLEAs.cpp110 const MachineOperand *Disp; member in class:__anon2758::MemOpKey
83 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, const MachineOperand *Index, const MachineOperand *Segment, const MachineOperand *Disp) argument
[all...]
H A DX86AvoidStoreForwardingBlocks.cpp315 const MachineOperand &Disp = getDispOperand(MI); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp225 SDValue Base, Disp; local
260 SDValue Base, Disp; local
64 SelectAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Disp) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp169 isLoadStoreThatCanHandleDisplacement(const TargetInstrInfo *TII, const MachineInstr &MI, int64_t Disp) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h284 const MachineInstrBuilder &addDisp(const MachineOperand &Disp, int64_t off, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp385 const MCOperand &Disp = MI.getOperand(Op + X86::AddrDisp); local
[all...]
H A DX86MCTargetDesc.cpp546 const MCOperand &Disp = Inst.getOperand(MemOpStart + X86::AddrDisp); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp222 printCOFFSymbolAddress(raw_ostream &Out, const std::vector<RelocationRef> &Rels, uint64_t Offset, uint32_t Disp) argument
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dtic30.h198 #define Disp 0x0080 macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic30.h198 #define Disp 0x0080 macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dtic30.h198 #define Disp 0x0080 macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic30.h198 #define Disp 0x0080 macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp567 getFD(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp, sys::fs::FileAccess Access, sys::fs::OpenFlags Flags) argument
597 raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp) argument
611 raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp, sys::fs::FileAccess Access, sys::fs::OpenFlags Flags) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h59 const MCExpr *Disp; member in struct:llvm::final::MemOp
664 CreateMem(unsigned ModeSize, const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, argument
685 CreateMem(unsigned ModeSize, unsigned SegReg, const MCExpr *Disp, argument
[all...]

Completed in 182 milliseconds

12