OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printPCRelImm
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/X86/
X86AsmPrinter.h
50
void
printPCRelImm
(const MachineInstr *MI, unsigned OpNo, raw_ostream &O);
X86AsmPrinter.cpp
208
///
printPCRelImm
- This is used to print an immediate value that ends up
211
void X86AsmPrinter::
printPCRelImm
(const MachineInstr *MI, unsigned OpNo,
467
printPCRelImm
(MI, OpNo, O);
/external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.h
44
void
printPCRelImm
(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
X86IntelInstPrinter.h
41
void
printPCRelImm
(const MCInst *MI, unsigned OpNo, raw_ostream &O);
X86IntelInstPrinter.cpp
116
///
printPCRelImm
- This is used to print an immediate value that ends up
118
void X86IntelInstPrinter::
printPCRelImm
(const MCInst *MI, unsigned OpNo,
X86ATTInstPrinter.cpp
126
///
printPCRelImm
- This is used to print an immediate value that ends up
130
void X86ATTInstPrinter::
printPCRelImm
(const MCInst *MI, unsigned OpNo,
Completed in 338 milliseconds