HomeSort by relevance Sort by last modified time
    Searched refs:CPSR_V_POS (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
ARMDefines.h 78 #define CPSR_V_POS 28
103 #define MASK_CPSR_V (1u << CPSR_V_POS)
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 35 #define APSR_V Bit32(m_opcode_cpsr, CPSR_V_POS)
    [all...]

Completed in 246 milliseconds