Searched defs:printPCRelImm (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp126 /// printPCRelImm - This is used to print an immediate value that ends up
130 void X86ATTInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, function in class:X86ATTInstPrinter
H A DX86IntelInstPrinter.cpp116 /// printPCRelImm - This is used to print an immediate value that ends up
118 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, function in class:X86IntelInstPrinter
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp208 /// printPCRelImm - This is used to print an immediate value that ends up
211 void X86AsmPrinter::printPCRelImm(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
467 printPCRelImm(MI, OpNo, O);

Completed in 36 milliseconds