Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h44 #define COND_PL \ macro
84 case COND_PL: in ARMCondCodeToString()
125 case COND_PL: in ARMConditionPassed()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A 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()
H A DAVRInstrInfo.h40 COND_PL, //!< Plus enumerator
H A DAVRISelLowering.cpp467 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()