OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPSR_GE
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-arm/
cpu.h
270
#define
CPSR_GE
(0xf << 16)
282
#define CACHED_CPSR_BITS (CPSR_T |
CPSR_GE
| CPSR_IT | CPSR_Q | CPSR_NZCV)
284
#define CPSR_USER (CPSR_NZCV | CPSR_Q |
CPSR_GE
)
helper.c
505
if (mask &
CPSR_GE
) {
[
all
...]
translate.c
[
all
...]
Completed in 28 milliseconds