HomeSort by: relevance | last modified time | path
    Searched defs:tmp1_hi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 4576 bs16 tmp1_hi = DREG (src1) >> 16; local
4583 tmp1_hi = ~tmp1_hi + 1;
4588 tmp1_hi = tmp1_hi + tmp1_lo;
4590 STORE (DREG (dst0), REG_H_L (tmp1_hi << 16, tmp1_hi));
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 4576 bs16 tmp1_hi = DREG (src1) >> 16; local
4583 tmp1_hi = ~tmp1_hi + 1;
4588 tmp1_hi = tmp1_hi + tmp1_lo;
4590 STORE (DREG (dst0), REG_H_L (tmp1_hi << 16, tmp1_hi));

Completed in 34 milliseconds