Home
last modified time | relevance | path

Searched defs:printAlias (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.cpp204 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
211 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
220 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { in printAlias() function in MipsInstPrinter
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp210 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
217 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
226 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { in printAlias() function in MipsInstPrinter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.cpp109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() function in LanaiInstPrinter
/external/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp107 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() function in LanaiInstPrinter
/external/capstone/arch/Mips/
DMipsInstPrinter.c330 static char *printAlias(MCInst *MI, SStream *OS) in printAlias() function