OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printAlias
(Results
1 - 4
of
4
) 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
...]
MipsInstPrinter.h
100
bool
printAlias
(const char *Str, const MCInst &MI, unsigned OpNo,
102
bool
printAlias
(const char *Str, const MCInst &MI, unsigned OpNo0,
104
bool
printAlias
(const MCInst &MI, raw_ostream &OS);
/external/llvm/lib/IR/
AsmWriter.h
101
void
printAlias
(const GlobalAlias *GV);
AsmWriter.cpp
[
all
...]
Completed in 37 milliseconds