Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DARMDefines.h45 #define COND_PL \ macro
83 case COND_PL: in ARMCondCodeToString()
125 case COND_PL: in ARMConditionPassed()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp208 case AVRCC::COND_PL: in getBrCond()
228 return AVRCC::COND_PL; in getCondFromBranchOpc()
253 return AVRCC::COND_PL; in getOppositeCondition()
254 case AVRCC::COND_PL: in getOppositeCondition()
DAVRInstrInfo.h39 COND_PL, //!< Plus enumerator
DAVRISelLowering.cpp681 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Darm.h57 #define COND_PL 5 macro
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp90 #define COND_PL 0x5 macro
835 case COND_PL: // (0x5) in ConditionPassed()