HomeSort by relevance Sort by last modified time
    Searched defs:printPCRelImm (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 62 printPCRelImm(MI, 0, OS);
138 /// printPCRelImm - This is used to print an immediate value that ends up
142 void X86ATTInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo,
X86IntelInstPrinter.cpp 121 /// printPCRelImm - This is used to print an immediate value that ends up
123 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo,
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 174 /// printPCRelImm - This is used to print an immediate value that ends up
177 static void printPCRelImm(X86AsmPrinter &P, const MachineInstr *MI,
447 printPCRelImm(*this, MI, OpNo, O);

Completed in 208 milliseconds