Home
last modified time | relevance | path

Searched refs:double_bit (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.c133 int double_bit; member
400 current_gdbarch->double_bit = 8*TARGET_CHAR_BIT; in gdbarch_alloc()
1016 paddr_d (current_gdbarch->double_bit)); in gdbarch_dump()
1789 return gdbarch->double_bit; in gdbarch_double_bit()
1794 int double_bit) in set_gdbarch_double_bit() argument
1796 gdbarch->double_bit = double_bit; in set_gdbarch_double_bit()
Dgdbarch.h160 extern void set_gdbarch_double_bit (struct gdbarch *gdbarch, int double_bit);
Dgdbarch.sh395 v:TARGET_DOUBLE_BIT:int:double_bit:::8 * sizeof (double):8*TARGET_CHAR_BIT::0
DChangeLog-19996159 double_bit, long_double_bit, read_pc, write_pc, read_fp, write_fp,