Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp202 case AVRCC::COND_SH: in getBrCond()
222 return AVRCC::COND_SH; in getCondFromBranchOpc()
244 case AVRCC::COND_SH: in getOppositeCondition()
247 return AVRCC::COND_SH; in getOppositeCondition()
H A DAVRInstrInfo.h36 COND_SH, //!< Unsigned same or higher enumerator
H A DAVRISelLowering.cpp619 return AVRCC::COND_SH; in intCCToAVRCC()