Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.h41 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
144 printMemOffset(MI, OpNo, O); in printMemOffs8()
148 printMemOffset(MI, OpNo, O); in printMemOffs16()
152 printMemOffset(MI, OpNo, O); in printMemOffs32()
156 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86ATTInstPrinter.h48 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
125 printMemOffset(MI, OpNo, O); in printMemOffs8()
128 printMemOffset(MI, OpNo, O); in printMemOffs16()
131 printMemOffset(MI, OpNo, O); in printMemOffs32()
134 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86IntelInstPrinter.cpp231 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
DX86ATTInstPrinter.cpp269 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
/external/capstone/arch/X86/
DX86IntelInstPrinter.c410 static void printMemOffset(MCInst *MI, unsigned Op, SStream *O) in printMemOffset() function
465 printMemOffset(MI, OpNo, O); in printMemOffs8()
472 printMemOffset(MI, OpNo, O); in printMemOffs16()
479 printMemOffset(MI, OpNo, O); in printMemOffs32()
486 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86ATTInstPrinter.c381 static void printMemOffset(MCInst *MI, unsigned Op, SStream *O) in printMemOffset() function
428 printMemOffset(MI, OpNo, O); in printMemOffs8()
434 printMemOffset(MI, OpNo, O); in printMemOffs16()
440 printMemOffset(MI, OpNo, O); in printMemOffs32()
446 printMemOffset(MI, OpNo, O); in printMemOffs64()