Searched refs:st0_regnum (Results 1 – 6 of 6) sorted by relevance
77 int st0_regnum = find_regno ("st0"); in i387_cache_to_fsave() local81 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() local120 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() local155 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() local253 supply_register (i + st0_regnum, ((char *) &fp->st_space[0]) + i * 16); in i387_fxsave_to_cache()
225 #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()
101 #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()
73 int st0_regnum; member
1143 tdep->st0_regnum = AMD64_ST0_REGNUM; in amd64_init_abi()
2911 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.2933 (i386_gdbarch_init): Initialize TDEP->st0_regnum and2947 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and