2002-05-12 01:22:27 +08:00
|
|
|
|
/* Target-dependent code for the i387.
|
2003-08-24 21:55:48 +08:00
|
|
|
|
|
2005-12-18 06:34:03 +08:00
|
|
|
|
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
2000-05-24 07:44:44 +08:00
|
|
|
|
|
|
|
|
|
This file is part of GDB.
|
|
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program; if not, write to the Free Software
|
2005-12-18 06:34:03 +08:00
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
|
Boston, MA 02110-1301, USA. */
|
2000-05-24 07:44:44 +08:00
|
|
|
|
|
2002-05-12 01:22:27 +08:00
|
|
|
|
#ifndef I387_TDEP_H
|
|
|
|
|
#define I387_TDEP_H
|
2000-05-24 07:44:44 +08:00
|
|
|
|
|
2003-04-12 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: Add missing opaque declarations.
* gdbarch.h: Regnerate.
* symtab.h: Add missing opaque declarations.
* value.h, target.h, symfile.h, stabsread.h: Ditto.
* x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
* srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
* ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
* ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
* buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
* i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
* dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
* cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
* ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
* config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
* config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
* cli/cli-setshow.h, cli/cli-script.h: Ditto.
2003-04-13 01:41:26 +08:00
|
|
|
|
struct gdbarch;
|
|
|
|
|
struct frame_info;
|
2003-09-28 21:35:44 +08:00
|
|
|
|
struct regcache;
|
2003-06-15 19:01:46 +08:00
|
|
|
|
struct type;
|
2003-09-28 21:35:44 +08:00
|
|
|
|
struct ui_file;
|
2003-04-12 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: Add missing opaque declarations.
* gdbarch.h: Regnerate.
* symtab.h: Add missing opaque declarations.
* value.h, target.h, symfile.h, stabsread.h: Ditto.
* x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
* srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
* ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
* ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
* buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
* i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
* dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
* cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
* ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
* config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
* config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
* cli/cli-setshow.h, cli/cli-script.h: Ditto.
2003-04-13 01:41:26 +08:00
|
|
|
|
|
* i386-tdep.h: Put opaque declarations in alphabetical
order. Remove spurious whitespace.
(struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
(i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
* i386-tdep.c (MM0_REGNUM): Remove define.
(i386_mmx_regnum_p): Add gdbarch argument.
(i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
Rewrite using new macro definitions for FPU/SSE registers.
(i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
definitions from i387-tdep.h.
(i386_register_name): Update.
(i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
new macro definitions for FPU/SSE registers.
(i386_extract_return_value): Determine whether floating-point
registers are present by examining REGCACHE's architecture.
(i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
instead of FPU_REG_RAW_SIZE. Use new macro definitions for
FPU/SSE registers.
(i386_register_type): Update.
(i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
definitions for FPU registers. Use REGCACHE's architecture to
determine the appropriate register numbers.
(i386_pseudo_register_read, i386_pseudo_register_write,
i386_register_reggroup_p): Update.
(i386_gdbarch_init): Initialize TDEP->st0_regnum and
TDEP->mm0_regnum.
* i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
(i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
i387_fill_fxsave): Change type of fsave/fxsave argument from `char
*' to `void *'.
* i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
definitions for FPU/SSE registers.
(FXSAVE_MXCSR_ADDR): New define.
* x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
TDEP->mm0_regnum.
(I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
(I387_ST0_REGNUM): Define.
2003-09-28 05:57:56 +08:00
|
|
|
|
/* Because the number of general-purpose registers is different for
|
|
|
|
|
AMD64, the floating-point registers and SSE registers get shifted.
|
|
|
|
|
The following definitions are intended to help writing code that
|
|
|
|
|
needs the register numbers of floating-point registers and SSE
|
|
|
|
|
registers. In order to use these, one should provide a definition
|
|
|
|
|
for I387_ST0_REGNUM, and possibly I387_NUM_XMM_REGS, preferably by
|
|
|
|
|
using a local "#define" in the body of the function that uses this.
|
|
|
|
|
Please "#undef" them before the end of the function. */
|
|
|
|
|
|
|
|
|
|
#define I387_FCTRL_REGNUM (I387_ST0_REGNUM + 8)
|
|
|
|
|
#define I387_FSTAT_REGNUM (I387_FCTRL_REGNUM + 1)
|
|
|
|
|
#define I387_FTAG_REGNUM (I387_FCTRL_REGNUM + 2)
|
|
|
|
|
#define I387_FISEG_REGNUM (I387_FCTRL_REGNUM + 3)
|
|
|
|
|
#define I387_FIOFF_REGNUM (I387_FCTRL_REGNUM + 4)
|
|
|
|
|
#define I387_FOSEG_REGNUM (I387_FCTRL_REGNUM + 5)
|
|
|
|
|
#define I387_FOOFF_REGNUM (I387_FCTRL_REGNUM + 6)
|
|
|
|
|
#define I387_FOP_REGNUM (I387_FCTRL_REGNUM + 7)
|
|
|
|
|
#define I387_XMM0_REGNUM (I387_ST0_REGNUM + 16)
|
|
|
|
|
#define I387_MXCSR_REGNUM (I387_XMM0_REGNUM + I387_NUM_XMM_REGS)
|
|
|
|
|
|
|
|
|
|
|
2002-08-16 01:36:57 +08:00
|
|
|
|
/* Print out the i387 floating point state. */
|
|
|
|
|
|
|
|
|
|
extern void i387_print_float_info (struct gdbarch *gdbarch,
|
|
|
|
|
struct ui_file *file,
|
2002-08-16 08:01:59 +08:00
|
|
|
|
struct frame_info *frame,
|
|
|
|
|
const char *args);
|
2002-08-16 01:36:57 +08:00
|
|
|
|
|
2003-06-15 19:01:46 +08:00
|
|
|
|
/* Read a value of type TYPE from register REGNUM in frame FRAME, and
|
|
|
|
|
return its contents in TO. */
|
|
|
|
|
|
|
|
|
|
extern void i387_register_to_value (struct frame_info *frame, int regnum,
|
2005-05-14 19:27:03 +08:00
|
|
|
|
struct type *type, gdb_byte *to);
|
2003-06-15 19:01:46 +08:00
|
|
|
|
|
|
|
|
|
/* Write the contents FROM of a value of type TYPE into register
|
|
|
|
|
REGNUM in frame FRAME. */
|
|
|
|
|
|
|
|
|
|
extern void i387_value_to_register (struct frame_info *frame, int regnum,
|
2005-05-14 19:27:03 +08:00
|
|
|
|
struct type *type, const gdb_byte *from);
|
2003-08-24 21:55:48 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Size of the memory area use by the 'fsave' and 'fxsave'
|
|
|
|
|
instructions. */
|
|
|
|
|
#define I387_SIZEOF_FSAVE 108
|
|
|
|
|
#define I387_SIZEOF_FXSAVE 512
|
2003-06-15 19:01:46 +08:00
|
|
|
|
|
2003-09-28 21:35:44 +08:00
|
|
|
|
/* Fill register REGNUM in REGCACHE with the appropriate value from
|
|
|
|
|
*FSAVE. This function masks off any of the reserved bits in
|
|
|
|
|
*FSAVE. */
|
2001-02-17 17:01:14 +08:00
|
|
|
|
|
2003-09-28 21:35:44 +08:00
|
|
|
|
extern void i387_supply_fsave (struct regcache *regcache, int regnum,
|
|
|
|
|
const void *fsave);
|
2000-05-24 07:44:44 +08:00
|
|
|
|
|
2004-03-16 06:44:12 +08:00
|
|
|
|
/* Fill register REGNUM (if it is a floating-point register) in *FSAVE
|
|
|
|
|
with the value from REGCACHE. If REGNUM is -1, do this for all
|
|
|
|
|
registers. This function doesn't touch any of the reserved bits in
|
|
|
|
|
*FSAVE. */
|
|
|
|
|
|
|
|
|
|
extern void i387_collect_fsave (const struct regcache *regcache, int regnum,
|
|
|
|
|
void *fsave);
|
|
|
|
|
|
2001-02-17 17:01:14 +08:00
|
|
|
|
/* Fill register REGNUM (if it is a floating-point register) in *FSAVE
|
2003-08-23 16:56:45 +08:00
|
|
|
|
with the value in GDB's register cache. If REGNUM is -1, do this
|
2000-05-24 07:44:44 +08:00
|
|
|
|
for all registers. This function doesn't touch any of the reserved
|
|
|
|
|
bits in *FSAVE. */
|
|
|
|
|
|
* i386-tdep.h: Put opaque declarations in alphabetical
order. Remove spurious whitespace.
(struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
(i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
* i386-tdep.c (MM0_REGNUM): Remove define.
(i386_mmx_regnum_p): Add gdbarch argument.
(i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
Rewrite using new macro definitions for FPU/SSE registers.
(i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
definitions from i387-tdep.h.
(i386_register_name): Update.
(i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
new macro definitions for FPU/SSE registers.
(i386_extract_return_value): Determine whether floating-point
registers are present by examining REGCACHE's architecture.
(i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
instead of FPU_REG_RAW_SIZE. Use new macro definitions for
FPU/SSE registers.
(i386_register_type): Update.
(i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
definitions for FPU registers. Use REGCACHE's architecture to
determine the appropriate register numbers.
(i386_pseudo_register_read, i386_pseudo_register_write,
i386_register_reggroup_p): Update.
(i386_gdbarch_init): Initialize TDEP->st0_regnum and
TDEP->mm0_regnum.
* i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
(i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
i387_fill_fxsave): Change type of fsave/fxsave argument from `char
*' to `void *'.
* i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
definitions for FPU/SSE registers.
(FXSAVE_MXCSR_ADDR): New define.
* x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
TDEP->mm0_regnum.
(I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
(I387_ST0_REGNUM): Define.
2003-09-28 05:57:56 +08:00
|
|
|
|
extern void i387_fill_fsave (void *fsave, int regnum);
|
2000-08-10 22:54:51 +08:00
|
|
|
|
|
2003-09-28 21:35:44 +08:00
|
|
|
|
/* Fill register REGNUM in REGCACHE with the appropriate
|
2003-08-23 16:56:45 +08:00
|
|
|
|
floating-point or SSE register value from *FXSAVE. This function
|
|
|
|
|
masks off any of the reserved bits in *FXSAVE. */
|
2000-08-10 22:54:51 +08:00
|
|
|
|
|
2003-09-28 21:35:44 +08:00
|
|
|
|
extern void i387_supply_fxsave (struct regcache *regcache, int regnum,
|
|
|
|
|
const void *fxsave);
|
2000-08-10 22:54:51 +08:00
|
|
|
|
|
2004-02-29 04:43:51 +08:00
|
|
|
|
/* Fill register REGNUM (if it is a floating-point or SSE register) in
|
|
|
|
|
*FXSAVE with the value from REGCACHE. If REGNUM is -1, do this for
|
|
|
|
|
all registers. This function doesn't touch any of the reserved
|
|
|
|
|
bits in *FXSAVE. */
|
|
|
|
|
|
|
|
|
|
extern void i387_collect_fxsave (const struct regcache *regcache, int regnum,
|
|
|
|
|
void *fxsave);
|
|
|
|
|
|
2001-02-17 17:01:14 +08:00
|
|
|
|
/* Fill register REGNUM (if it is a floating-point or SSE register) in
|
2003-08-23 16:56:45 +08:00
|
|
|
|
*FXSAVE with the value in GDB's register cache. If REGNUM is -1, do
|
2000-08-10 22:54:51 +08:00
|
|
|
|
this for all registers. This function doesn't touch any of the
|
|
|
|
|
reserved bits in *FXSAVE. */
|
|
|
|
|
|
* i386-tdep.h: Put opaque declarations in alphabetical
order. Remove spurious whitespace.
(struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
(i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
* i386-tdep.c (MM0_REGNUM): Remove define.
(i386_mmx_regnum_p): Add gdbarch argument.
(i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
Rewrite using new macro definitions for FPU/SSE registers.
(i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
definitions from i387-tdep.h.
(i386_register_name): Update.
(i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
new macro definitions for FPU/SSE registers.
(i386_extract_return_value): Determine whether floating-point
registers are present by examining REGCACHE's architecture.
(i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
instead of FPU_REG_RAW_SIZE. Use new macro definitions for
FPU/SSE registers.
(i386_register_type): Update.
(i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
definitions for FPU registers. Use REGCACHE's architecture to
determine the appropriate register numbers.
(i386_pseudo_register_read, i386_pseudo_register_write,
i386_register_reggroup_p): Update.
(i386_gdbarch_init): Initialize TDEP->st0_regnum and
TDEP->mm0_regnum.
* i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
(i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
i387_fill_fxsave): Change type of fsave/fxsave argument from `char
*' to `void *'.
* i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
definitions for FPU/SSE registers.
(FXSAVE_MXCSR_ADDR): New define.
* x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
TDEP->mm0_regnum.
(I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
(I387_ST0_REGNUM): Define.
2003-09-28 05:57:56 +08:00
|
|
|
|
extern void i387_fill_fxsave (void *fxsave, int regnum);
|
2000-05-24 07:44:44 +08:00
|
|
|
|
|
2003-11-28 04:35:38 +08:00
|
|
|
|
/* Prepare the FPU stack in REGCACHE for a function return. */
|
|
|
|
|
|
|
|
|
|
extern void i387_return_value (struct gdbarch *gdbarch,
|
|
|
|
|
struct regcache *regcache);
|
|
|
|
|
|
2002-05-12 01:22:27 +08:00
|
|
|
|
#endif /* i387-tdep.h */
|