Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h43 #define COND_MI \ macro
81 case COND_MI: in ARMCondCodeToString()
123 case COND_MI: in ARMConditionPassed()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h46 COND_MI = 11, // Minus enumerator
83 return M68k::COND_MI; in GetOppositeBranchCondition()
84 case M68k::COND_MI: in GetOppositeBranchCondition()
121 case M68k::COND_MI: in GetCondBranchFromCond()
157 return M68k::COND_MI; in GetCondFromBranchOpc()
H A DM68kInstrInfo.cpp73 return M68k::COND_MI; in getCondFromBranchOpc()
H A DM68kISelLowering.cpp1765 return M68k::COND_MI; in TranslateM68kCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp211 case AVRCC::COND_MI: in getBrCond()
231 return AVRCC::COND_MI; in getCondFromBranchOpc()
257 case AVRCC::COND_MI: in getOppositeCondition()
260 return AVRCC::COND_MI; in getOppositeCondition()
H A DAVRInstrInfo.h40 COND_MI, //!< Minus enumerator
H A DAVRISelLowering.cpp756 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()