OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APSR_C
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/arm/
aeabi_cdcmp.S
17
#define
APSR_C
(1 << 29)
38
msr CPSR_f, #
APSR_C
68
moveq ip, #(
APSR_C
| APSR_Z)
69
movne ip, #(
APSR_C
)
aeabi_cfcmp.S
17
#define
APSR_C
(1 << 29)
38
msr CPSR_f, #
APSR_C
68
moveq ip, #(
APSR_C
| APSR_Z)
69
movne ip, #(
APSR_C
)
Completed in 215 milliseconds