OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:printAlias
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp
89
if (!printAliasInstr(MI, O) && !
printAlias
(*MI, O))
214
bool MipsInstPrinter::
printAlias
(const char *Str, const MCInst &MI,
221
bool MipsInstPrinter::
printAlias
(const char *Str, const MCInst &MI,
224
printAlias
(Str, MI, OpNo0, OS);
230
bool MipsInstPrinter::
printAlias
(const MCInst &MI, raw_ostream &OS) {
234
return isReg<Mips::ZERO>(MI, 1) &&
printAlias
("beqz", MI, 0, 2, OS);
237
return isReg<Mips::ZERO_64>(MI, 1) &&
printAlias
("beqz", MI, 0, 2, OS);
240
return isReg<Mips::ZERO>(MI, 1) &&
printAlias
("bnez", MI, 0, 2, OS);
243
return isReg<Mips::ZERO_64>(MI, 1) &&
printAlias
("bnez", MI, 0, 2, OS);
246
return isReg<Mips::ZERO>(MI, 0) &&
printAlias
("bal", MI, 1, OS)
[
all
...]
/external/llvm/lib/IR/
AsmWriter.cpp
[
all
...]
Completed in 239 milliseconds