Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h45 #define COND_PL \ macro
83 case COND_PL: in ARMCondCodeToString()
125 case COND_PL: in ARMConditionPassed()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h45 COND_PL = 10, // Plus enumerator
82 case M68k::COND_PL: in GetOppositeBranchCondition()
85 return M68k::COND_PL; in GetOppositeBranchCondition()
123 case M68k::COND_PL: in GetCondBranchFromCond()
159 return M68k::COND_PL; in GetCondFromBranchOpc()
H A DM68kInstrInfo.cpp74 return M68k::COND_PL; in getCondFromBranchOpc()
H A DM68kISelLowering.cpp1519 return M68k::COND_PL; in TranslateM68kCC()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp212 case AVRCC::COND_PL: in getBrCond()
232 return AVRCC::COND_PL; in getCondFromBranchOpc()
257 return AVRCC::COND_PL; in getOppositeCondition()
258 case AVRCC::COND_PL: in getOppositeCondition()
H A DAVRInstrInfo.h39 COND_PL, //!< Plus enumerator
H A DAVRISelLowering.cpp579 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()