Home
last modified time | relevance | path

Searched defs:APSR_C (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Daeabi_cdcmp.S16 #define APSR_C (1 << 29) macro
H A Daeabi_cfcmp.S16 #define APSR_C (1 << 29) macro
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp37 #define APSR_C Bit32(m_opcode_cpsr, CPSR_C_POS) in LLDB_PLUGIN_DEFINE_ADV() macro