OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSR_E_BIT
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h
265
PSR_E_BIT
= 0x0200,
292
#define PSR_E ((PSR &
PSR_E_BIT
) != 0)
293
#define SET_PSR_E(VAL) SET_PSR_BIT (
PSR_E_BIT
, (VAL))
/src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h
265
PSR_E_BIT
= 0x0200,
292
#define PSR_E ((PSR &
PSR_E_BIT
) != 0)
293
#define SET_PSR_E(VAL) SET_PSR_BIT (
PSR_E_BIT
, (VAL))
/src/sys/arch/arm/include/
armreg.h
75
#define
PSR_E_BIT
(1 << 9) /* Endian state */
Completed in 27 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026