Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp190 case AVRCC::COND_PL: in getBrCond()
210 return AVRCC::COND_PL; in getCondFromBranchOpc()
235 return AVRCC::COND_PL; in getOppositeCondition()
236 case AVRCC::COND_PL: in getOppositeCondition()
DAVRInstrInfo.h40 COND_PL, //!< Plus enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp213 case AVRCC::COND_PL: in getBrCond()
233 return AVRCC::COND_PL; in getCondFromBranchOpc()
258 return AVRCC::COND_PL; in getOppositeCondition()
259 case AVRCC::COND_PL: in getOppositeCondition()
DAVRInstrInfo.h40 COND_PL, //!< Plus enumerator
DAVRISelLowering.cpp458 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()