Home
last modified time | relevance | path

Searched refs:st0_regnum (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Di387-fp.c77 int st0_regnum = find_regno ("st0"); in i387_cache_to_fsave() local
81 collect_register (i + st0_regnum, ((char *) &fp->st_space[0]) + i * 10); in i387_cache_to_fsave()
116 int st0_regnum = find_regno ("st0"); in i387_fsave_to_cache() local
120 supply_register (i + st0_regnum, ((char *) &fp->st_space[0]) + i * 10); in i387_fsave_to_cache()
150 int st0_regnum = find_regno ("st0"); in i387_cache_to_fxsave() local
155 collect_register (i + st0_regnum, ((char *) &fp->st_space[0]) + i * 16); in i387_cache_to_fxsave()
248 int st0_regnum = find_regno ("st0"); in i387_fxsave_to_cache() local
253 supply_register (i + st0_regnum, ((char *) &fp->st_space[0]) + i * 16); in i387_fxsave_to_cache()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Di387-tdep.c225 #define I387_ST0_REGNUM tdep->st0_regnum in i387_print_float_info()
391 gdb_assert (tdep->st0_regnum >= I386_ST0_REGNUM); in i387_supply_fsave()
396 #define I387_ST0_REGNUM tdep->st0_regnum in i387_supply_fsave()
453 gdb_assert (tdep->st0_regnum >= I386_ST0_REGNUM); in i387_collect_fsave()
457 #define I387_ST0_REGNUM tdep->st0_regnum in i387_collect_fsave()
562 gdb_assert (tdep->st0_regnum >= I386_ST0_REGNUM); in i387_supply_fxsave()
568 #define I387_ST0_REGNUM tdep->st0_regnum in i387_supply_fxsave()
652 gdb_assert (tdep->st0_regnum >= I386_ST0_REGNUM); in i387_collect_fxsave()
658 #define I387_ST0_REGNUM tdep->st0_regnum in i387_collect_fxsave()
783 #define I387_ST0_REGNUM tdep->st0_regnum in i387_return_value()
Di386-tdep.c101 #define I387_ST0_REGNUM tdep->st0_regnum in i386_sse_regnum_p()
118 #define I387_ST0_REGNUM tdep->st0_regnum in i386_mxcsr_regnum_p()
130 #define I387_ST0_REGNUM (gdbarch_tdep (current_gdbarch)->st0_regnum)
1282 if (tdep->st0_regnum < 0) in i386_extract_return_value()
1338 if (tdep->st0_regnum < 0) in i386_store_return_value()
1520 #define I387_ST0_REGNUM tdep->st0_regnum in i386_mmx_regnum_to_fp_regnum()
2094 tdep->st0_regnum = I386_ST0_REGNUM; in i386_gdbarch_init()
Di386-tdep.h73 int st0_regnum; member
Damd64-tdep.c1143 tdep->st0_regnum = AMD64_ST0_REGNUM; in amd64_init_abi()
DChangeLog-20032911 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2933 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2947 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and