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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Driscv-tdep.h56 RISCV_LAST_REGNUM = RISCV_PRIV_REGNUM enumerator in enum:__anon1273
H A Driscv-tdep.c985 if (regnum > RISCV_LAST_REGNUM)
3500 set_gdbarch_num_regs (gdbarch, RISCV_LAST_REGNUM + 1);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Driscv-tdep.h62 RISCV_LAST_REGNUM = RISCV_V31_REGNUM enumerator in enum:__anon753
H A Driscv-tdep.c1358 if (regnum > RISCV_LAST_REGNUM && regnum < gdbarch_num_regs (gdbarch))
3921 set_gdbarch_num_regs (gdbarch, RISCV_LAST_REGNUM + 1);

Completed in 212 milliseconds