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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Driscv-tdep.h34 RISCV_FP_REGNUM = 8, /* Frame Pointer. */ enumerator in enum:__anon1273
H A Driscv-fbsd-tdep.c41 { 2, RISCV_FP_REGNUM, 0 }, /* s0 - s1 */
H A Driscv-tdep.c717 || regnum == RISCV_FP_REGNUM
730 else if (regnum == RISCV_FP_REGNUM
1562 || insn.rs1 () == RISCV_FP_REGNUM))
1576 && insn.rd () == RISCV_FP_REGNUM
1588 && insn.rd () == RISCV_FP_REGNUM
1655 if (pv_is_register (regs[RISCV_FP_REGNUM], RISCV_SP_REGNUM))
1657 cache->frame_base_reg = RISCV_FP_REGNUM;
1658 cache->frame_base_offset = -regs[RISCV_FP_REGNUM].k;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Driscv-tdep.h35 RISCV_FP_REGNUM = 8, /* Frame Pointer. */ enumerator in enum:__anon753
H A Driscv-fbsd-tdep.c41 { 2, RISCV_FP_REGNUM, 0 }, /* s0 - s1 */
H A Driscv-tdep.c1076 || regnum == RISCV_FP_REGNUM
1089 else if (regnum == RISCV_FP_REGNUM
2007 || insn.rs1 () == RISCV_FP_REGNUM))
2021 && insn.rd () == RISCV_FP_REGNUM
2033 && insn.rd () == RISCV_FP_REGNUM
2122 if (pv_is_register (regs[RISCV_FP_REGNUM], RISCV_SP_REGNUM))
2124 cache->frame_base_reg = RISCV_FP_REGNUM;
2125 cache->frame_base_offset = -regs[RISCV_FP_REGNUM].k;

Completed in 203 milliseconds