| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | sun3-nat.c | 44 if (FP0_REGNUM >= 0) in fetch_inferior_registers() 49 if (FP0_REGNUM >= 0) in fetch_inferior_registers() 50 memcpy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in fetch_inferior_registers() 55 if (FP0_REGNUM >= 0) in fetch_inferior_registers() 73 if (FP0_REGNUM >= 0) in store_inferior_registers() 75 &deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in store_inferior_registers() 81 if (FP0_REGNUM >= 0) in store_inferior_registers() 89 if (FP0_REGNUM >= 0) in store_inferior_registers() 132 if (FP0_REGNUM >= 0) in fetch_core_registers() 134 memcpy (&&deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in fetch_core_registers()
|
| D | remote-vxmips.c | 133 &deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in vx_read_register() 134 DEPRECATED_REGISTER_RAW_SIZE (FP0_REGNUM) * 32); in vx_read_register() 144 memset (&deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in vx_read_register() 145 0, DEPRECATED_REGISTER_RAW_SIZE (FP0_REGNUM) * 32); in vx_read_register() 188 bcopy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in vx_write_register() 190 DEPRECATED_REGISTER_RAW_SIZE (FP0_REGNUM) * 32); in vx_write_register()
|
| D | ppc-sysv-tdep.c | 117 = register_type (gdbarch, FP0_REGNUM + freg); in ppc_sysv_abi_push_dummy_call() 119 regcache_cooked_write (regcache, FP0_REGNUM + freg, in ppc_sysv_abi_push_dummy_call() 341 struct type *regtype = register_type (gdbarch, FP0_REGNUM + 1); in do_ppc_sysv_return_value() 342 regcache_cooked_read (regcache, FP0_REGNUM + 1, regval); in do_ppc_sysv_return_value() 350 struct type *regtype = register_type (gdbarch, FP0_REGNUM); in do_ppc_sysv_return_value() 352 regcache_cooked_write (regcache, FP0_REGNUM + 1, regval); in do_ppc_sysv_return_value() 647 FP0_REGNUM); in ppc64_sysv_abi_push_dummy_call() 649 regcache_cooked_write (regcache, FP0_REGNUM + freg, in ppc64_sysv_abi_push_dummy_call() 854 struct type *regtype = register_type (gdbarch, FP0_REGNUM); in ppc64_sysv_abi_return_value() 858 regcache_cooked_write (regcache, FP0_REGNUM + 1, regval); in ppc64_sysv_abi_return_value() [all …]
|
| D | ppcnbsd-tdep.c | 110 for (i = FP0_REGNUM; i <= FP0_REGNUM + 31; i++) in ppcnbsd_supply_fpreg() 113 supply_register (i, fpregs + FPREG_FPR_OFFSET (i - FP0_REGNUM)); in ppcnbsd_supply_fpreg() 126 for (i = FP0_REGNUM; i <= FP0_REGNUM + 31; i++) in ppcnbsd_fill_fpreg() 129 regcache_collect (i, fpregs + FPREG_FPR_OFFSET (i - FP0_REGNUM)); in ppcnbsd_fill_fpreg()
|
| D | remote-vx68.c | 106 &deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in vx_read_register() 114 memset (&deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in vx_read_register() 150 bcopy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)], in vx_write_register()
|
| D | ppc-bdm.c | 165 for (i = 0; i < (FPLAST_REGNUM - FP0_REGNUM + 1); i++) in bdm_ppc_fetch_registers() 205 || ((first_regno >= FP0_REGNUM) && (first_regno <= FPLAST_REGNUM))) in bdm_ppc_fetch_registers() 222 FP0_REGNUM - 1, &beginreglen); in bdm_ppc_fetch_registers() 295 && ((i < FP0_REGNUM) || (i > FPLAST_REGNUM))) in bdm_ppc_store_registers()
|
| D | mipsnbsd-tdep.c | 69 for (i = FP0_REGNUM; in mipsnbsd_supply_fpreg() 78 supply_register (i, fpregs + ((i - FP0_REGNUM) * mips_regsize (current_gdbarch))); in mipsnbsd_supply_fpreg() 88 for (i = FP0_REGNUM; i <= mips_regnum (current_gdbarch)->fp_control_status; in mipsnbsd_fill_fpreg() 91 regcache_collect (i, fpregs + ((i - FP0_REGNUM) * mips_regsize (current_gdbarch))); in mipsnbsd_fill_fpreg()
|
| D | i386-nto-tdep.c | 76 for (regno = 0; regno < FP0_REGNUM; regno++) in i386nto_supply_gregset() 114 else if (regno < FP0_REGNUM) in i386nto_regset_id() 158 *off = (regno - FP0_REGNUM) * regsize + off_adjust; in i386nto_register_area()
|
| D | i386v4-nat.c | 139 if (FP0_REGNUM == 0) in supply_fpregset() 152 if (FP0_REGNUM == 0) in fill_fpregset()
|
| D | mipsnbsd-nat.c | 54 if (regno == -1 || regno >= FP0_REGNUM) in fetch_inferior_registers() 87 if (regno == -1 || regno >= FP0_REGNUM) in store_inferior_registers()
|
| D | mipsfbsd-nat.c | 61 if (regno == -1 || regno >= FP0_REGNUM) in fetch_inferior_registers() 94 if (regno == -1 || regno >= FP0_REGNUM) in store_inferior_registers()
|
| D | ppcnbsd-nat.c | 52 return ((regno >= FP0_REGNUM && regno <= FP0_REGNUM + 31) in getfpregs_supplies()
|
| D | alphabsd-nat.c | 102 if (regno == -1 || regno >= FP0_REGNUM) in fetch_inferior_registers() 137 if (regno == -1 || regno >= FP0_REGNUM) in store_inferior_registers()
|
| D | ppcfbsd-tdep.c | 148 for (i = FP0_REGNUM; i <= FPLAST_REGNUM; i++) in ppcfbsd_supply_fpreg() 152 FPREG_FPR_OFFSET (i - FP0_REGNUM)); in ppcfbsd_supply_fpreg() 192 for (i = FP0_REGNUM; i <= FPLAST_REGNUM; i++) in ppcfbsd_fill_fpreg() 196 FPREG_FPR_OFFSET (i - FP0_REGNUM)); in ppcfbsd_fill_fpreg()
|
| D | mipsfbsd-tdep.c | 96 for (i = FP0_REGNUM; in mipsfbsd_supply_fpreg() 106 fpregs + ((i - FP0_REGNUM) * mips_regsize (current_gdbarch))); in mipsfbsd_supply_fpreg() 122 for (i = FP0_REGNUM; i <= mips_regnum (current_gdbarch)->fp_control_status; in mipsfbsd_fill_fpreg() 126 fpregs + ((i - FP0_REGNUM) * mips_regsize (current_gdbarch))); in mipsfbsd_fill_fpreg()
|
| D | mips-nat.c | 64 : regno >= FP0_REGNUM ? FPR_BASE + (regno - FP0_REGNUM) in register_ptrace_addr()
|
| D | alpha-nat.c | 173 if (regno < FP0_REGNUM) in register_addr() 176 return FPR_BASE + regno - FP0_REGNUM; in register_addr()
|
| D | i386v-nat.c | 93 return (fpstate + 0x1c + 10 * (regnum - FP0_REGNUM)); in register_u_addr() 96 return (fpstate + 10 * (regnum - FP0_REGNUM)); in register_u_addr()
|
| D | rs6000-nat.c | 161 else if (FP0_REGNUM <= regno && regno <= FPLAST_REGNUM) in regmap() 164 return regno - FP0_REGNUM + FPR0; in regmap() 360 for (regno = FP0_REGNUM; regno <= FPLAST_REGNUM; regno++) in fetch_inferior_registers() 399 for (regno = FP0_REGNUM; regno <= FPLAST_REGNUM; regno++) in store_inferior_registers() 585 supply_register (FP0_REGNUM + regi, (char *) ®s->r64.fpr[regi]); in fetch_core_registers() 601 supply_register (FP0_REGNUM + regi, (char *) ®s->r32.fpr[regi]); in fetch_core_registers()
|
| D | core-regset.c | 86 if (FP0_REGNUM >= 0) in fetch_core_registers()
|
| D | i386bsd-nat.c | 192 if (regno == -1 || regno >= FP0_REGNUM) in fetch_inferior_registers() 247 if (regno == -1 || regno >= FP0_REGNUM) in store_inferior_registers()
|
| D | dpx2-nat.c | 53 if (regnum < FP0_REGNUM) in dpx2_register_u_addr()
|
| D | delta68-nat.c | 45 return offsetof (struct user, u_fpu.regs.reg[regno - FP0_REGNUM][0]); in register_addr()
|
| D | ppcfbsd-nat.c | 68 return ((regno >= FP0_REGNUM && regno <= FPLAST_REGNUM) in getfpregs_supplies()
|
| /freebsd-12-stable/contrib/gdb/gdb/config/rs6000/ |
| D | tm-rs6000.h | 74 #define FP0_REGNUM 32 /* Floating point register 0 */ macro
|