/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86IntelInstPrinter.h | 46 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()
|
D | X86ATTInstPrinter.h | 45 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()
|
D | X86IntelInstPrinter.cpp | 418 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
|
D | X86ATTInstPrinter.cpp | 461 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/ |
D | X86ATTInstPrinter.h | 43 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()
|
D | X86IntelInstPrinter.h | 44 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()
|
D | X86ATTInstPrinter.cpp | 451 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
|
D | X86IntelInstPrinter.cpp | 409 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.h | 48 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()
|
D | X86IntelInstPrinter.h | 41 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()
|
D | X86IntelInstPrinter.cpp | 231 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
|
D | X86ATTInstPrinter.cpp | 269 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
|
/external/capstone/arch/X86/ |
D | X86ATTInstPrinter.c | 524 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()
|
D | X86IntelInstPrinter.c | 653 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()
|