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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c169 int bfloat16_bit; member in struct:gdbarch
388 gdbarch->bfloat16_bit = 2*TARGET_CHAR_BIT;
529 /* Skip verify of bfloat16_bit, invalid_p == 0 */
817 "gdbarch_dump: bfloat16_bit = %s\n",
818 plongest (gdbarch->bfloat16_bit));
1639 /* Skip verify of bfloat16_bit, invalid_p == 0 */
1642 return gdbarch->bfloat16_bit;
1647 int bfloat16_bit)
1649 gdbarch->bfloat16_bit = bfloat16_bit;
1646 set_gdbarch_bfloat16_bit(struct gdbarch *gdbarch, int bfloat16_bit) argument
[all...]
H A Dgdbarch.h168 extern void set_gdbarch_bfloat16_bit (struct gdbarch *gdbarch, int bfloat16_bit);
H A Dgdbarch.sh334 v;int;bfloat16_bit;;;16;2*TARGET_CHAR_BIT;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c59 int bfloat16_bit = 2*TARGET_CHAR_BIT; member in struct:gdbarch
301 /* Skip verify of bfloat16_bit, invalid_p == 0 */
564 "gdbarch_dump: bfloat16_bit = %s\n",
565 plongest (gdbarch->bfloat16_bit));
1477 /* Skip verify of bfloat16_bit, invalid_p == 0 */
1480 return gdbarch->bfloat16_bit;
1485 int bfloat16_bit)
1487 gdbarch->bfloat16_bit = bfloat16_bit;
1484 set_gdbarch_bfloat16_bit(struct gdbarch *gdbarch, int bfloat16_bit) argument
H A Dgdbarch-gen.h77 extern void set_gdbarch_bfloat16_bit (struct gdbarch *gdbarch, int bfloat16_bit);

Completed in 216 milliseconds