Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h184 #define MASK_CPSR_V (1u << CPSR_V_POS) macro
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13879 result = (m_opcode_cpsr & MASK_CPSR_V) != 0; in ConditionPassed()
13893 bool v = (m_opcode_cpsr & MASK_CPSR_V); in ConditionPassed()
13902 bool v = (m_opcode_cpsr & MASK_CPSR_V); in ConditionPassed()