HomeSort by relevance Sort by last modified time
    Searched refs:printPCRelImm (Results 1 - 5 of 5) 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,
X86ATTInstPrinter.h 48 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
X86IntelInstPrinter.cpp 121 /// printPCRelImm - This is used to print an immediate value that ends up
123 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo,
X86IntelInstPrinter.h 42 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 188 /// printPCRelImm - This is used to print an immediate value that ends up
191 static void printPCRelImm(X86AsmPrinter &P, const MachineInstr *MI,
462 printPCRelImm(*this, MI, OpNo, O);

Completed in 6789 milliseconds