OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCondBranchFromCond
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
141
///
GetCondBranchFromCond
- Return the Branch instruction
143
static inline unsigned
GetCondBranchFromCond
(XCore::CondCode CC)
290
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
299
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 178 milliseconds