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_V
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/erc32/
exec.c
77
#define
PSR_V
0x0200000
246
psr = (psr & ~
PSR_V
) | ((((operand1 & ~operand2 & ~result) |
247
(~operand1 & operand2 & result)) >> 10) &
PSR_V
);
261
psr = (psr & ~
PSR_V
) | ((((operand1 & operand2 & ~result) |
262
(~operand1 & ~operand2 & result)) >> 10) &
PSR_V
);
699
(((sregs->psr &
PSR_V
) ^ ((sregs->psr & PSR_N) >> 2))
718
sign = ((sregs->psr &
PSR_V
) != 0) ^ ((sregs->psr & PSR_N) != 0);
753
sregs->psr |=
PSR_V
;
755
sregs->psr &= ~
PSR_V
;
858
sregs->psr &= ~(PSR_C |
PSR_V
);
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c
77
#define
PSR_V
0x0200000
246
psr = (psr & ~
PSR_V
) | ((((operand1 & ~operand2 & ~result) |
247
(~operand1 & operand2 & result)) >> 10) &
PSR_V
);
261
psr = (psr & ~
PSR_V
) | ((((operand1 & operand2 & ~result) |
262
(~operand1 & ~operand2 & result)) >> 10) &
PSR_V
);
699
(((sregs->psr &
PSR_V
) ^ ((sregs->psr & PSR_N) >> 2))
718
sign = ((sregs->psr &
PSR_V
) != 0) ^ ((sregs->psr & PSR_N) != 0);
753
sregs->psr |=
PSR_V
;
755
sregs->psr &= ~
PSR_V
;
858
sregs->psr &= ~(PSR_C |
PSR_V
);
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026