Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp184 case AVRCC::COND_SH: in getBrCond()
204 return AVRCC::COND_SH; in getCondFromBranchOpc()
226 case AVRCC::COND_SH: in getOppositeCondition()
229 return AVRCC::COND_SH; in getOppositeCondition()
DAVRInstrInfo.h37 COND_SH, //!< Unsigned same or higher enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp207 case AVRCC::COND_SH: in getBrCond()
227 return AVRCC::COND_SH; in getCondFromBranchOpc()
249 case AVRCC::COND_SH: in getOppositeCondition()
252 return AVRCC::COND_SH; in getOppositeCondition()
DAVRInstrInfo.h37 COND_SH, //!< Unsigned same or higher enumerator
DAVRISelLowering.cpp427 return AVRCC::COND_SH; in intCCToAVRCC()