Searched refs:get_reg_mask (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.c44 get_reg_mask (struct pt_watch_regs *regs, int n) function
272 if (mask_bits <= (get_reg_mask (regs, i) | IRW_MASK))
293 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.c43 get_reg_mask (struct pt_watch_regs *regs, int n) function
265 if (mask_bits <= (get_reg_mask (regs, i) | IRW_MASK))
286 t_hi = get_reg_mask (&regs_copy, i) | IRW_MASK;

Completed in 214 milliseconds