Searched refs:printMemOffset (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.h | 51 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 128 printMemOffset(MI, OpNo, O); in printMemOffs8() 131 printMemOffset(MI, OpNo, O); in printMemOffs16() 134 printMemOffset(MI, OpNo, O); in printMemOffs32() 137 printMemOffset(MI, OpNo, O); in printMemOffs64()
|
D | X86IntelInstPrinter.h | 43 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O); 146 printMemOffset(MI, OpNo, O); in printMemOffs8() 150 printMemOffset(MI, OpNo, O); in printMemOffs16() 154 printMemOffset(MI, OpNo, O); in printMemOffs32() 158 printMemOffset(MI, OpNo, O); in printMemOffs64()
|
D | X86IntelInstPrinter.cpp | 231 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
|
D | X86ATTInstPrinter.cpp | 261 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
|