OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOppositeBranchOpc
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h
68
virtual unsigned
getOppositeBranchOpc
(unsigned Opc) const;
Mips16InstrInfo.h
67
virtual unsigned
getOppositeBranchOpc
(unsigned Opc) const;
MipsInstrInfo.h
80
virtual unsigned
getOppositeBranchOpc
(unsigned Opc) const = 0;
MipsInstrInfo.cpp
176
Cond[0].setImm(
getOppositeBranchOpc
(Cond[0].getImm()));
Mips16InstrInfo.cpp
147
///
GetOppositeBranchOpc
- Return the inverse of the specified
149
unsigned Mips16InstrInfo::
getOppositeBranchOpc
(unsigned Opc) const {
MipsLongBranch.cpp
222
unsigned NewOpc = TII->
getOppositeBranchOpc
(Br->getOpcode());
MipsSEInstrInfo.cpp
291
///
getOppositeBranchOpc
- Return the inverse of the specified
293
unsigned MipsSEInstrInfo::
getOppositeBranchOpc
(unsigned Opc) const {
Completed in 47 milliseconds