Home
last modified time | relevance | path

Searched refs:COND_MI (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMDefines.h43 #define COND_MI \ macro
81 case COND_MI: in ARMCondCodeToString()
123 case COND_MI: in ARMConditionPassed()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp188 case AVRCC::COND_MI: in getBrCond()
208 return AVRCC::COND_MI; in getCondFromBranchOpc()
234 case AVRCC::COND_MI: in getOppositeCondition()
237 return AVRCC::COND_MI; in getOppositeCondition()
DAVRInstrInfo.h39 COND_MI, //!< Minus enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp210 case AVRCC::COND_MI: in getBrCond()
230 return AVRCC::COND_MI; in getCondFromBranchOpc()
256 case AVRCC::COND_MI: in getOppositeCondition()
259 return AVRCC::COND_MI; in getOppositeCondition()
DAVRInstrInfo.h38 COND_MI, //!< Minus enumerator
DAVRISelLowering.cpp507 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp210 case AVRCC::COND_MI: in getBrCond()
230 return AVRCC::COND_MI; in getCondFromBranchOpc()
256 case AVRCC::COND_MI: in getOppositeCondition()
259 return AVRCC::COND_MI; in getOppositeCondition()
DAVRInstrInfo.h38 COND_MI, //!< Minus enumerator
DAVRISelLowering.cpp506 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp89 #define COND_MI 0x4 macro
827 case COND_MI: // (0x4) in ConditionPassed()