HomeSort by: relevance | last modified time | path
    Searched defs:printAlias (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsInstPrinter.cpp 112 if (!printAliasInstr(MI, Address, O) && !printAlias(*MI, O))
204 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
211 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
214 printAlias(Str, MI, OpNo0, OS);
220 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) {
227 printAlias("b", MI, 2, OS)) ||
228 (isReg<Mips::ZERO>(MI, 1) && printAlias("beqz", MI, 0, 2, OS));
231 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("beqz", MI, 0, 2, OS);
235 return isReg<Mips::ZERO>(MI, 1) && printAlias("bnez", MI, 0, 2, OS);
238 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("bnez", MI, 0, 2, OS)
    [all...]
MipsInstPrinter.cpp 112 if (!printAliasInstr(MI, Address, O) && !printAlias(*MI, O))
204 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
211 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
214 printAlias(Str, MI, OpNo0, OS);
220 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) {
227 printAlias("b", MI, 2, OS)) ||
228 (isReg<Mips::ZERO>(MI, 1) && printAlias("beqz", MI, 0, 2, OS));
231 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("beqz", MI, 0, 2, OS);
235 return isReg<Mips::ZERO>(MI, 1) && printAlias("bnez", MI, 0, 2, OS);
238 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("bnez", MI, 0, 2, OS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiInstPrinter.cpp 109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) {
144 if (!printAlias(MI, OS) && !printAliasInstr(MI, Address, OS))
LanaiInstPrinter.cpp 109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) {
144 if (!printAlias(MI, OS) && !printAliasInstr(MI, Address, OS))

Completed in 32 milliseconds