Home
last modified time | relevance | path

Searched refs:IsBRF (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp119 static inline bool IsBRF(unsigned BrOpc) { in IsBRF() function
127 return IsBRF(BrOpc) || IsBRT(BrOpc); in IsCondBranch()
141 } else if (IsBRF(BrOpc)) { in GetCondFromBranchOpc()