Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp182 case AVRCC::COND_LT: in getBrCond()
214 return AVRCC::COND_LT; in getCondFromBranchOpc()
231 return AVRCC::COND_LT; in getOppositeCondition()
232 case AVRCC::COND_LT: in getOppositeCondition()
DAVRInstrInfo.h36 COND_LT, //!< Less than enumerator
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.h82 COND_LT, enumerator
96 case COND_LT: return MBlaze::BLTID; in GetCondBranchFromCond()