Searched refs:COND_MI (Results 1 – 10 of 10) sorted by relevance
43 #define COND_MI \ macro81 case COND_MI: in ARMCondCodeToString()123 case COND_MI: in ARMConditionPassed()
188 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()
39 COND_MI, //!< Minus enumerator
210 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()
38 COND_MI, //!< Minus enumerator
507 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
506 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
89 #define COND_MI 0x4 macro827 case COND_MI: // (0x4) in ConditionPassed()