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_C
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/sparc/include/
psl.h
64
#define
PSR_C
0x00100000 /* carry */
/src/sys/arch/sparc64/include/
psl.h
64
#define
PSR_C
0x00100000 /* carry */
/src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h
313
#define
PSR_C
((PSR & PSR_C_BIT) != 0)
/src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h
313
#define
PSR_C
((PSR & PSR_C_BIT) != 0)
/src/external/gpl3/gdb/dist/sim/erc32/
exec.c
78
#define
PSR_C
0x0100000
248
psr = (psr & ~
PSR_C
) | ((((~operand1 & operand2) |
249
((~operand1 | operand2) & result)) >> 11) &
PSR_C
);
263
psr = (psr & ~
PSR_C
) | ((((operand1 & operand2) |
264
((operand1 | operand2) & ~result)) >> 11) &
PSR_C
);
758
sregs->psr |=
PSR_C
;
760
sregs->psr &= ~
PSR_C
;
858
sregs->psr &= ~(
PSR_C
| PSR_V);
905
sregs->psr &= ~(
PSR_C
| PSR_V);
/src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c
78
#define
PSR_C
0x0100000
248
psr = (psr & ~
PSR_C
) | ((((~operand1 & operand2) |
249
((~operand1 | operand2) & result)) >> 11) &
PSR_C
);
263
psr = (psr & ~
PSR_C
) | ((((operand1 & operand2) |
264
((operand1 | operand2) & ~result)) >> 11) &
PSR_C
);
758
sregs->psr |=
PSR_C
;
760
sregs->psr &= ~
PSR_C
;
858
sregs->psr &= ~(
PSR_C
| PSR_V);
905
sregs->psr &= ~(
PSR_C
| PSR_V);
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026