Searched refs:bfloat16_format (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c170 const struct floatformat ** bfloat16_format; member in struct:gdbarch
530 if (gdbarch->bfloat16_format == 0)
531 gdbarch->bfloat16_format = floatformats_bfloat16;
820 "gdbarch_dump: bfloat16_format = %s\n",
821 pformat (gdbarch->bfloat16_format));
1658 return gdbarch->bfloat16_format;
1663 const struct floatformat ** bfloat16_format)
1665 gdbarch->bfloat16_format = bfloat16_format;
1662 set_gdbarch_bfloat16_format(struct gdbarch *gdbarch, const struct floatformat ** bfloat16_format) argument
H A Dgdbarch.sh335 v;const struct floatformat **;bfloat16_format;;;;;floatformats_bfloat16;;pformat (gdbarch->bfloat16_format)
H A Dgdbarch.h171 extern void set_gdbarch_bfloat16_format (struct gdbarch *gdbarch, const struct floatformat ** bfloat16_format);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c60 const struct floatformat ** bfloat16_format = 0; member in struct:gdbarch
302 if (gdbarch->bfloat16_format == 0)
303 gdbarch->bfloat16_format = floatformats_bfloat16;
567 "gdbarch_dump: bfloat16_format = %s\n",
568 pformat (gdbarch, gdbarch->bfloat16_format));
1496 return gdbarch->bfloat16_format;
1501 const struct floatformat ** bfloat16_format)
1503 gdbarch->bfloat16_format = bfloat16_format;
1500 set_gdbarch_bfloat16_format(struct gdbarch *gdbarch, const struct floatformat ** bfloat16_format) argument
H A Dgdbarch-gen.h80 extern void set_gdbarch_bfloat16_format (struct gdbarch *gdbarch, const struct floatformat ** bfloat16_format);

Completed in 218 milliseconds