OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:printPCRelImm
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp
137
///
printPCRelImm
- This is used to print an immediate value that ends up
141
void X86ATTInstPrinter::
printPCRelImm
(const MCInst *MI, unsigned OpNo,
X86IntelInstPrinter.cpp
128
///
printPCRelImm
- This is used to print an immediate value that ends up
130
void X86IntelInstPrinter::
printPCRelImm
(const MCInst *MI, unsigned OpNo,
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
178
///
printPCRelImm
- This is used to print an immediate value that ends up
181
static void
printPCRelImm
(X86AsmPrinter &P, const MachineInstr *MI,
452
printPCRelImm
(*this, MI, OpNo, O);
Completed in 35 milliseconds