Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMDefines.h159 #define CPSR_V_POS 28 macro
184 #define MASK_CPSR_V (1u << CPSR_V_POS)
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp37 #define APSR_V Bit32(m_opcode_cpsr, CPSR_V_POS) in LLDB_PLUGIN_DEFINE_ADV()
14301 SetBit32(m_new_inst_cpsr, CPSR_V_POS, overflow); in WriteFlags()