Home
last modified time | relevance | path

Searched refs:COND_LS (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DARMDefines.h40 #define COND_LS 0x9 // Unsigned lower or same Less than or equal C == 0 or Z =… macro
61 case COND_LS: return "ls"; in ARMCondCodeToString()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp86 #define COND_LS 0x9 macro
635 case COND_LS: // (0x9) in ConditionPassed()