OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSR_C
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/sparc/sparc/
syscall.c
261
tf->tf_psr &= ~
PSR_C
; /* success */
279
tf->tf_psr |=
PSR_C
; /* fail */
/src/sys/arch/sparc/include/
psl.h
64
#define
PSR_C
0x00100000 /* carry */
/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);
/src/external/gpl3/gdb/dist/sim/cr16/
simops.c
144
case 2: return
PSR_C
; break;
145
case 3: return !
PSR_C
; break;
700
tmp = (a + b +
PSR_C
) & 0xff;
713
uint8_t tmp = (a + b +
PSR_C
) & 0xff;
727
uint8_t tmp = (a + b +
PSR_C
) & 0xff;
741
uint16_t tmp = (a + b +
PSR_C
);
755
uint16_t tmp = (a + b +
PSR_C
);
769
uint16_t tmp = (a + b +
PSR_C
);
1284
if ((
PSR_C
) == 1)
1298
if ((
PSR_C
) == 0
[
all
...]
cr16-sim.h
313
#define
PSR_C
((PSR & PSR_C_BIT) != 0)
/src/external/gpl3/gdb.old/dist/sim/cr16/
simops.c
144
case 2: return
PSR_C
; break;
145
case 3: return !
PSR_C
; break;
700
tmp = (a + b +
PSR_C
) & 0xff;
713
uint8_t tmp = (a + b +
PSR_C
) & 0xff;
727
uint8_t tmp = (a + b +
PSR_C
) & 0xff;
741
uint16_t tmp = (a + b +
PSR_C
);
755
uint16_t tmp = (a + b +
PSR_C
);
769
uint16_t tmp = (a + b +
PSR_C
);
1284
if ((
PSR_C
) == 1)
1298
if ((
PSR_C
) == 0
[
all
...]
cr16-sim.h
313
#define
PSR_C
((PSR & PSR_C_BIT) != 0)
/src/sys/arch/sparc64/include/
psl.h
64
#define
PSR_C
0x00100000 /* carry */
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026