Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h45 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()
DX86IntelInstPrinter.h42 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()
DX86IntelInstPrinter.cpp204 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86IntelInstPrinter
DX86ATTInstPrinter.cpp219 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() function in X86ATTInstPrinter