Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMDefines.h59 #define COND_LT \ macro
95 case COND_LT: in ARMCondCodeToString()
137 case COND_LT: in ARMConditionPassed()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp182 case AVRCC::COND_LT: in getBrCond()
214 return AVRCC::COND_LT; in getCondFromBranchOpc()
231 return AVRCC::COND_LT; in getOppositeCondition()
232 case AVRCC::COND_LT: in getOppositeCondition()
DAVRInstrInfo.h36 COND_LT, //!< Less than enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp204 case AVRCC::COND_LT: in getBrCond()
236 return AVRCC::COND_LT; in getCondFromBranchOpc()
253 return AVRCC::COND_LT; in getOppositeCondition()
254 case AVRCC::COND_LT: in getOppositeCondition()
DAVRInstrInfo.h35 COND_LT, //!< Less than enumerator
DAVRISelLowering.cpp433 return AVRCC::COND_LT; in intCCToAVRCC()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp204 case AVRCC::COND_LT: in getBrCond()
236 return AVRCC::COND_LT; in getCondFromBranchOpc()
253 return AVRCC::COND_LT; in getOppositeCondition()
254 case AVRCC::COND_LT: in getOppositeCondition()
DAVRInstrInfo.h35 COND_LT, //!< Less than enumerator
DAVRISelLowering.cpp432 return AVRCC::COND_LT; in intCCToAVRCC()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp96 #define COND_LT 0xB macro
855 case COND_LT: // (0xB) in ConditionPassed()