Searched refs:i387_ext_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.h243 struct type *i387_ext_type; member in struct:gdbarch_tdep
353 extern struct type *i387_ext_type (struct gdbarch *gdbarch);
H A Di387-tdep.c43 const struct type *type = i387_ext_type (gdbarch);
335 if (type == i387_ext_type (gdbarch)
373 target_float_convert (from, i387_ext_type (gdbarch), to, type);
399 target_float_convert (from, type, to, i387_ext_type (gdbarch));
H A Di386-tdep.c2841 target_float_convert (buf, i387_ext_type (gdbarch), valbuf, type);
2896 target_float_convert (valbuf, type, buf, i387_ext_type (gdbarch));
3055 i387_ext_type (struct gdbarch *gdbarch)
3059 if (!tdep->i387_ext_type)
3061 tdep->i387_ext_type = tdesc_find_type (gdbarch, "i387_ext");
3062 gdb_assert (tdep->i387_ext_type != NULL);
3065 return tdep->i387_ext_type;
3042 i387_ext_type (struct gdbarch *gdbarch) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.h244 struct type *i387_ext_type = nullptr; member in struct:i386_gdbarch_tdep
354 extern struct type *i387_ext_type (struct gdbarch *gdbarch);
H A Di387-tdep.c43 const struct type *type = i387_ext_type (gdbarch);
335 if (type == i387_ext_type (gdbarch)
375 target_float_convert (from, i387_ext_type (gdbarch), to, type);
401 target_float_convert (from, type, to, i387_ext_type (gdbarch));
H A Di386-tdep.c2900 target_float_convert (buf, i387_ext_type (gdbarch), valbuf, type);
2954 target_float_convert (valbuf, type, buf, i387_ext_type (gdbarch));
3112 i387_ext_type (struct gdbarch *gdbarch)
3116 if (!tdep->i387_ext_type)
3118 tdep->i387_ext_type = tdesc_find_type (gdbarch, "i387_ext");
3119 gdb_assert (tdep->i387_ext_type != NULL);
3122 return tdep->i387_ext_type;
3099 i387_ext_type (struct gdbarch *gdbarch) function

Completed in 134 milliseconds