Home
last modified time | relevance | path

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

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