Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDARMDefines.h110 #define CPSR_V_POS 28 macro
135 #define MASK_CPSR_V (1u << CPSR_V_POS)
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp36 #define APSR_V Bit32(m_opcode_cpsr, CPSR_V_POS)
13566 SetBit32(m_new_inst_cpsr, CPSR_V_POS, overflow); in WriteFlags()