OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetOppositeBranchCondition
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
79
static SPCC::CondCodes
GetOppositeBranchCondition
(SPCC::CondCodes CC)
192
BranchCode =
GetOppositeBranchCondition
(BranchCode);
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
152
///
GetOppositeBranchCondition
- Return the inverse of the specified
154
static inline XCore::CondCode
GetOppositeBranchCondition
(XCore::CondCode CC)
395
Cond[0].setImm(
GetOppositeBranchCondition
((XCore::CondCode)Cond[0].getImm()));
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 501 milliseconds