OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R15MODEBITS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/arm/
armemu.h
142
#define
R15MODEBITS
(0x3L)
153
#define R15CCINTMODE (state->Reg[15] & (CCBITS | R15INTBITS |
R15MODEBITS
))
156
#define R15INTPCMODE (state->Reg[15] & (R15INTBITS | R15PCBITS |
R15MODEBITS
))
157
#define R15INTMODE (state->Reg[15] & (R15INTBITS |
R15MODEBITS
))
159
#define R15PCMODE (state->Reg[15] & (R15PCBITS |
R15MODEBITS
))
160
#define R15MODE (state->Reg[15] &
R15MODEBITS
)
198
state->Reg[15] = R15PC | ((s) & (CCBITS | R15INTBITS |
R15MODEBITS
)); \
armsupp.c
213
state->Cpsr &= (CCBITS | INTBITS |
R15MODEBITS
);
Completed in 21 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026