Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86IntelInstPrinter.h46 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
120 printMemOffset(MI, OpNo, O); in printMemOffs8()
124 printMemOffset(MI, OpNo, O); in printMemOffs16()
128 printMemOffset(MI, OpNo, O); in printMemOffs32()
132 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86ATTInstPrinter.h45 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
101 printMemOffset(MI, OpNo, O); in printMemOffs8()
104 printMemOffset(MI, OpNo, O); in printMemOffs16()
107 printMemOffset(MI, OpNo, O); in printMemOffs32()
110 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86IntelInstPrinter.cpp418 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
DX86ATTInstPrinter.cpp461 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.h43 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
106 printMemOffset(MI, OpNo, O); in printMemOffs8()
109 printMemOffset(MI, OpNo, O); in printMemOffs16()
112 printMemOffset(MI, OpNo, O); in printMemOffs32()
115 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86IntelInstPrinter.h44 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
126 printMemOffset(MI, OpNo, O); in printMemOffs8()
130 printMemOffset(MI, OpNo, O); in printMemOffs16()
134 printMemOffset(MI, OpNo, O); in printMemOffs32()
138 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86ATTInstPrinter.cpp451 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
DX86IntelInstPrinter.cpp409 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
/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/
DX86ATTInstPrinter.c524 static void printMemOffset(MCInst *MI, unsigned Op, SStream *O) in printMemOffset() function
595 printMemOffset(MI, OpNo, O); in printMemOffs8()
601 printMemOffset(MI, OpNo, O); in printMemOffs16()
607 printMemOffset(MI, OpNo, O); in printMemOffs32()
613 printMemOffset(MI, OpNo, O); in printMemOffs64()
DX86IntelInstPrinter.c653 static void printMemOffset(MCInst *MI, unsigned Op, SStream *O) in printMemOffset() function
740 printMemOffset(MI, OpNo, O); in printMemOffs8()
747 printMemOffset(MI, OpNo, O); in printMemOffs16()
754 printMemOffset(MI, OpNo, O); in printMemOffs32()
761 printMemOffset(MI, OpNo, O); in printMemOffs64()