HomeSort by: relevance | last modified time | path
    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