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_N_BIT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h
266
PSR_N_BIT
= 0x0080,
295
#define PSR_N ((PSR &
PSR_N_BIT
) != 0)
296
#define SET_PSR_N(VAL) SET_PSR_BIT (
PSR_N_BIT
, (VAL))
/src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h
266
PSR_N_BIT
= 0x0080,
295
#define PSR_N ((PSR &
PSR_N_BIT
) != 0)
296
#define SET_PSR_N(VAL) SET_PSR_BIT (
PSR_N_BIT
, (VAL))
Completed in 22 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026