Home
last modified time | relevance | path

Searched refs:printMemOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h51 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()
DX86IntelInstPrinter.h43 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()
DX86IntelInstPrinter.cpp231 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
DX86ATTInstPrinter.cpp261 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter