OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 15 00:25:07 UTC 2026