Searched refs:t_low (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.c240 CORE_ADDR mask_bits, t_low; local
255 t_low = mips_linux_watch_get_watchlo (regs, i);
256 if (t_low != 0 && irw == ((uint32_t) t_low & irw))
259 t_low &= ~(CORE_ADDR) t_hi;
260 if (addr >= t_low && last_byte <= (t_low + t_hi))
268 t_low = mips_linux_watch_get_watchlo (regs, i);
269 if (t_low == 0
292 t_low
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.c233 CORE_ADDR mask_bits, t_low; local
248 t_low = mips_linux_watch_get_watchlo (regs, i);
249 if (t_low != 0 && irw == ((uint32_t) t_low & irw))
252 t_low &= ~(CORE_ADDR) t_hi;
253 if (addr >= t_low && last_byte <= (t_low + t_hi))
261 t_low = mips_linux_watch_get_watchlo (regs, i);
262 if (t_low == 0
285 t_low
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc692 CORE_ADDR t_low, t_hi; local
696 t_low = mips_linux_watch_get_watchlo (&priv->watch_readback, n);
697 t_irw = t_low & IRW_MASK;
700 t_low &= ~(CORE_ADDR)t_hi;
715 if (last_byte >= t_low && addr <= t_low + t_hi)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc692 CORE_ADDR t_low, t_hi; local
696 t_low = mips_linux_watch_get_watchlo (&priv->watch_readback, n);
697 t_irw = t_low & IRW_MASK;
700 t_low &= ~(CORE_ADDR)t_hi;
715 if (last_byte >= t_low && addr <= t_low + t_hi)

Completed in 213 milliseconds