Home
last modified time | relevance | path

Searched refs:printPCRelImm (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.cpp62 printPCRelImm(MI, 0, OS); in printInst()
142 void X86ATTInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, in printPCRelImm() function in X86ATTInstPrinter
DX86IntelInstPrinter.h42 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
DX86ATTInstPrinter.h48 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
DX86IntelInstPrinter.cpp123 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, in printPCRelImm() function in X86IntelInstPrinter
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp184 static void printPCRelImm(X86AsmPrinter &P, const MachineInstr *MI, in printPCRelImm() function
455 printPCRelImm(*this, MI, OpNo, O); in PrintAsmOperand()
DX86InstrInfo.td376 PrintMethod = "printPCRelImm" in {
395 PrintMethod = "printPCRelImm" in {
669 let PrintMethod = "printPCRelImm";