Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h43 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
120 printMemOffset(MI, OpNo, O); in printMemOffs8()
123 printMemOffset(MI, OpNo, O); in printMemOffs16()
126 printMemOffset(MI, OpNo, O); in printMemOffs32()
129 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86IntelInstPrinter.h38 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
139 printMemOffset(MI, OpNo, O); in printMemOffs8()
143 printMemOffset(MI, OpNo, O); in printMemOffs16()
147 printMemOffset(MI, OpNo, O); in printMemOffs32()
151 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86IntelInstPrinter.cpp137 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
DX86ATTInstPrinter.cpp176 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
/external/llvm/lib/Target/X86/InstPrinter/
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.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()
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()