Searched refs:COND_MI (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h43 #define COND_MI \ macro
81 case COND_MI:
123 case COND_MI:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h38 COND_MI, //!< Minus enumerator in enum:llvm::AVRCC::CondCodes
H A DAVRInstrInfo.cpp210 case AVRCC::COND_MI:
230 return AVRCC::COND_MI;
256 case AVRCC::COND_MI:
259 return AVRCC::COND_MI;
H A DAVRISelLowering.cpp507 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8);

Completed in 113 milliseconds