HomeSort by relevance Sort by last modified time
    Searched refs:AddrDisp (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 128 (MI->getOperand(Op+X86::AddrDisp).isImm() ||
129 MI->getOperand(Op+X86::AddrDisp).isGlobal() ||
130 MI->getOperand(Op+X86::AddrDisp).isCPI() ||
131 MI->getOperand(Op+X86::AddrDisp).isJTI());
X86AsmPrinter.cpp 237 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp);
303 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp);
330 printOperand(P, MI, Op+X86::AddrDisp, O, Modifier, AsmVariant);
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 188 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp);
X86IntelInstPrinter.cpp 169 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 36 AddrDisp = 3,
X86MCCodeEmitter.cpp 62 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp);
391 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp);
    [all...]

Completed in 51 milliseconds