OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xor_reduce
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c
1148
xor_reduce
(bu64 acc0, bu64 acc1)
function
5756
SET_CCREG (
xor_reduce
(acc0, DREG (src0)));
5766
SET_CCREG (
xor_reduce
(acc0, DREG (src0)));
5776
acc0 = (acc0 << 1) | (CCREG ^
xor_reduce
(acc0, acc1));
5786
SET_CCREG (CCREG ^
xor_reduce
(acc0, acc1));
/src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c
1148
xor_reduce
(bu64 acc0, bu64 acc1)
function
5756
SET_CCREG (
xor_reduce
(acc0, DREG (src0)));
5766
SET_CCREG (
xor_reduce
(acc0, DREG (src0)));
5776
acc0 = (acc0 << 1) | (CCREG ^
xor_reduce
(acc0, acc1));
5786
SET_CCREG (CCREG ^
xor_reduce
(acc0, acc1));
Completed in 42 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026