HomeSort by: relevance | last modified time | path
    Searched refs:t_hi (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/nat/
mips-linux-watch.c 233 uint16_t t_hi; local
250 t_hi = mips_linux_watch_get_watchhi (regs, i) | IRW_MASK;
251 t_low &= ~(CORE_ADDR) t_hi;
252 if (addr >= t_low && last_byte <= (t_low + t_hi))
285 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
286 if (t_low == 0 && irw == (t_hi & irw))
288 t_low = addr & ~(CORE_ADDR) t_hi;
289 break_addr = t_low + t_hi + 1;
  /src/external/gpl3/gdb.old/dist/gdb/nat/
mips-linux-watch.c 233 uint16_t t_hi; local
250 t_hi = mips_linux_watch_get_watchhi (regs, i) | IRW_MASK;
251 t_low &= ~(CORE_ADDR) t_hi;
252 if (addr >= t_low && last_byte <= (t_low + t_hi))
285 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
286 if (t_low == 0 && irw == (t_hi & irw))
288 t_low = addr & ~(CORE_ADDR) t_hi;
289 break_addr = t_low + t_hi + 1;
  /src/sys/arch/hpcmips/tx/
tx39clock.c 70 uint32_t t_hi; member in struct:txtime
215 t->t_hi = TX39_TIMERRTCHI(reghi);
302 mytime = ((uint64_t)t.t_hi << 32) | (uint64_t)t.t_lo;
305 t.t_hi = (uint32_t)((mytime >> 32) & TX39_TIMERALARMHI_MASK);
308 tx_conf_write(tc, TX39_TIMERALARMHI_REG, t.t_hi);
  /src/lib/libm/ld80/
s_exp2l.c 273 long double t_hi = tbl[i0]; local
275 r = t_lo + (t_hi + t_lo) * z * (P1.extu_ld + z * (P2 + z * (P3 + z * (P4
276 + z * (P5 + z * P6))))) + t_hi;
  /src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc 690 CORE_ADDR t_low, t_hi; local
696 t_hi = (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
698 t_low &= ~(CORE_ADDR)t_hi;
713 if (last_byte >= t_low && addr <= t_low + t_hi)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc 691 CORE_ADDR t_low, t_hi; local
697 t_hi = (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
699 t_low &= ~(CORE_ADDR)t_hi;
714 if (last_byte >= t_low && addr <= t_low + t_hi)
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 4091 int t_hi = t_sese->high.second;
4094 t_hi += BB_GET_SESE (child_hi_block)->node;
4096 if (hi_child > t_hi)
4098 hi_child = t_hi;
4190 int t_hi = t_sese->high.second;
4193 t_hi += BB_GET_SESE (child_hi_block)->node;
4195 if (hi_child > t_hi)
4197 hi_child = t_hi;
4086 int t_hi = t_sese->high.second; local
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 4107 int t_hi = t_sese->high.second;
4110 t_hi += BB_GET_SESE (child_hi_block)->node;
4112 if (hi_child > t_hi)
4114 hi_child = t_hi;
4206 int t_hi = t_sese->high.second;
4209 t_hi += BB_GET_SESE (child_hi_block)->node;
4211 if (hi_child > t_hi)
4213 hi_child = t_hi;
4102 int t_hi = t_sese->high.second; local

Completed in 38 milliseconds