Searched refs:printPCRelImm (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.cpp | 62 printPCRelImm(MI, 0, OS); in printInst() 142 void X86ATTInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, in printPCRelImm() function in X86ATTInstPrinter
|
D | X86IntelInstPrinter.h | 42 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | X86ATTInstPrinter.h | 48 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
|
D | X86IntelInstPrinter.cpp | 123 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, in printPCRelImm() function in X86IntelInstPrinter
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 184 static void printPCRelImm(X86AsmPrinter &P, const MachineInstr *MI, in printPCRelImm() function 455 printPCRelImm(*this, MI, OpNo, O); in PrintAsmOperand()
|
D | X86InstrInfo.td | 376 PrintMethod = "printPCRelImm" in { 395 PrintMethod = "printPCRelImm" in { 669 let PrintMethod = "printPCRelImm";
|