Searched refs:RISCV_SP_REGNUM (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Driscv-tdep.h31 RISCV_SP_REGNUM = 2, /* Stack Pointer. */ enumerator in enum:__anon1273
H A Driscv-fbsd-tdep.c36 { 1, RISCV_SP_REGNUM, 0 },
133 CORE_ADDR sp = get_frame_register_unsigned (this_frame, RISCV_SP_REGNUM);
H A Driscv-ravenscar-thread.c46 else if (regnum == RISCV_SP_REGNUM)
H A Driscv-nbsd-tdep.c124 CORE_ADDR sp = get_frame_register_unsigned (this_frame, RISCV_SP_REGNUM);
H A Driscv-tdep.c718 || regnum == RISCV_SP_REGNUM
731 || regnum == RISCV_SP_REGNUM
1253 m_rs1 = RISCV_SP_REGNUM;
1457 m_rs1 = RISCV_SP_REGNUM;
1527 pv_area stack (RISCV_SP_REGNUM, gdbarch_addr_bit (gdbarch));
1549 && insn.rd () == RISCV_SP_REGNUM
1550 && insn.rs1 () == RISCV_SP_REGNUM)
1561 && (insn.rs1 () == RISCV_SP_REGNUM
1577 && insn.rs1 () == RISCV_SP_REGNUM)
1589 && insn.rs1 () == RISCV_SP_REGNUM
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Driscv-ravenscar-thread.c48 else if (regnum == RISCV_SP_REGNUM)
H A Driscv-fbsd-tdep.c36 { 1, RISCV_SP_REGNUM, 0 },
117 CORE_ADDR sp = get_frame_register_unsigned (this_frame, RISCV_SP_REGNUM);
H A Driscv-tdep.h32 RISCV_SP_REGNUM = 2, /* Stack Pointer. */ enumerator in enum:__anon753
H A Driscv-netbsd-tdep.c124 CORE_ADDR sp = get_frame_register_unsigned (this_frame, RISCV_SP_REGNUM);
H A Driscv-tdep.c1077 || regnum == RISCV_SP_REGNUM
1090 || regnum == RISCV_SP_REGNUM
1685 m_rs1 = RISCV_SP_REGNUM;
1895 m_rs1 = RISCV_SP_REGNUM;
1972 pv_area stack (RISCV_SP_REGNUM, gdbarch_addr_bit (gdbarch));
1994 && insn.rd () == RISCV_SP_REGNUM
1995 && insn.rs1 () == RISCV_SP_REGNUM)
2006 && (insn.rs1 () == RISCV_SP_REGNUM
2022 && insn.rs1 () == RISCV_SP_REGNUM)
2034 && insn.rs1 () == RISCV_SP_REGNUM
[all...]

Completed in 231 milliseconds