Searched refs:RISCV_A0_REGNUM (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Driscv-tdep.h35 RISCV_A0_REGNUM = 10, /* First argument. */ enumerator in enum:__anon1273
H A Driscv-fbsd-tdep.c43 { 8, RISCV_A0_REGNUM, 0 }, /* a0 - a7 */
H A Driscv-tdep.c1912 : int_regs (RISCV_A0_REGNUM, RISCV_A0_REGNUM + 7),
2642 regcache->cooked_write (RISCV_A0_REGNUM, buf);
2874 regcache_cooked_read_unsigned (regcache, RISCV_A0_REGNUM,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Driscv-tdep.h36 RISCV_A0_REGNUM = 10, /* First argument. */ enumerator in enum:__anon753
H A Driscv-fbsd-tdep.c43 { 8, RISCV_A0_REGNUM, 0 }, /* a0 - a7 */
H A Driscv-tdep.c2379 : int_regs (RISCV_A0_REGNUM, RISCV_A0_REGNUM + 7),
2388 int_regs.last_regnum = RISCV_A0_REGNUM + 5;
3115 regcache->cooked_write (RISCV_A0_REGNUM, buf);
3369 regcache_cooked_read_unsigned (regcache, RISCV_A0_REGNUM,

Completed in 112 milliseconds