Searched refs:printMemOffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/InstPrinter/ |
| D | X86ATTInstPrinter.h | 45 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 92 printMemOffset(MI, OpNo, O); in printMemOffs8() 95 printMemOffset(MI, OpNo, O); in printMemOffs16() 98 printMemOffset(MI, OpNo, O); in printMemOffs32() 101 printMemOffset(MI, OpNo, O); in printMemOffs64()
|
| D | X86IntelInstPrinter.h | 42 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O); 104 printMemOffset(MI, OpNo, O); in printMemOffs8() 108 printMemOffset(MI, OpNo, O); in printMemOffs16() 112 printMemOffset(MI, OpNo, O); in printMemOffs32() 116 printMemOffset(MI, OpNo, O); in printMemOffs64()
|
| D | X86IntelInstPrinter.cpp | 204 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
|
| D | X86ATTInstPrinter.cpp | 219 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter
|