Home
last modified time | relevance | path

Searched refs:gdbarch_double_bit (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-lang.c317 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_fortran_types()
H A Ddoublest.c804 else if (len * TARGET_CHAR_BIT == gdbarch_double_bit (gdbarch)) in floatformat_from_length()
H A Dmdebugread.c1430 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, 0, in basic_type()
1443 2 * gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, 0, in basic_type()
1459 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, 0, in basic_type()
H A Dada-lex.c2641 if (sizeof(DOUBLEST) >= gdbarch_double_bit (parse_gdbarch) in processReal()
H A Deval.c503 if (TYPE_LENGTH (type1) * 8 > gdbarch_double_bit (gdbarch) in binop_promote()
504 || TYPE_LENGTH (type2) * 8 > gdbarch_double_bit (gdbarch)) in binop_promote()
H A Dgdbtypes.c3842 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in gdbtypes_post_init()
4005 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, in objfile_type()
H A Dgdbarch.h164 extern int gdbarch_double_bit (struct gdbarch *gdbarch);
H A Dtarget-descriptions.c985 else if (reg->bitsize == gdbarch_double_bit (gdbarch)) in tdesc_register_type()
H A Dgdbarch.c1634 gdbarch_double_bit (struct gdbarch *gdbarch) in gdbarch_double_bit() function
H A Dada-lang.c12663 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info()
12669 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info()
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c2641 if (sizeof(DOUBLEST) >= gdbarch_double_bit (parse_gdbarch) in processReal()