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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Driscv-tdep.h81 struct type *riscv_fpreg_d_type = nullptr; member in struct:gdbarch_tdep
H A Driscv-tdep.c654 riscv_fpreg_d_type (struct gdbarch *gdbarch) function
658 if (tdep->riscv_fpreg_d_type == nullptr)
679 tdep->riscv_fpreg_d_type = t;
682 return tdep->riscv_fpreg_d_type;
712 type = riscv_fpreg_d_type (gdbarch);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Driscv-tdep.h91 struct type *riscv_fpreg_d_type = nullptr; member in struct:riscv_gdbarch_tdep
H A Driscv-tdep.c1013 riscv_fpreg_d_type (struct gdbarch *gdbarch)
1017 if (tdep->riscv_fpreg_d_type == nullptr)
1038 tdep->riscv_fpreg_d_type = t;
1041 return tdep->riscv_fpreg_d_type;
1071 type = riscv_fpreg_d_type (gdbarch);

Completed in 207 milliseconds