Searched refs:IsBRF (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/XCore/ | ||
H A D | XCoreInstrInfo.cpp | 119 static inline bool IsBRF(unsigned BrOpc) { function 127 return IsBRF(BrOpc) || IsBRT(BrOpc); 141 } else if (IsBRF(BrOpc)) { |
Completed in 146 milliseconds