Searched refs:gdbarch_double_bit (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dd-lang.c318 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
334 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
H A Darch-utils.c238 else if (len == gdbarch_double_bit (gdbarch))
H A Dtarget-descriptions.c956 else if (reg->bitsize == gdbarch_double_bit (gdbarch))
H A Dgdbarch.h185 extern int gdbarch_double_bit (struct gdbarch *gdbarch);
H A Deval.c485 if (TYPE_LENGTH (type1) * 8 > gdbarch_double_bit (gdbarch)
486 || TYPE_LENGTH (type2) * 8 > gdbarch_double_bit (gdbarch))
H A Dgdbtypes.c5778 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
5931 = init_float_type (objfile, gdbarch_double_bit (gdbarch),
H A Dmdebugread.c1434 tp = init_float_type (objfile, gdbarch_double_bit (gdbarch),
1456 gdbarch_double_bit (gdbarch), "floating decimal");
H A Dgdbarch.c1735 gdbarch_double_bit (struct gdbarch *gdbarch) function
1740 fprintf_unfiltered (gdb_stdlog, "gdbarch_double_bit called\n");
H A Dada-lang.c13822 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dd-lang.c232 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
251 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
H A Darch-utils.c304 else if (len == gdbarch_double_bit (gdbarch))
H A Deval.c311 if (type1->length () * 8 > gdbarch_double_bit (gdbarch)
312 || type2->length () * 8 > gdbarch_double_bit (gdbarch))
H A Dtarget-descriptions.c948 else if (reg->bitsize == gdbarch_double_bit (gdbarch))
H A Dgdbarch-gen.h94 extern int gdbarch_double_bit (struct gdbarch *gdbarch);
H A Df-lang.c1765 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
H A Dgdbtypes.c6215 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
6384 = init_float_type (objfile, gdbarch_double_bit (gdbarch),
H A Dmdebugread.c1438 tp = init_float_type (objfile, gdbarch_double_bit (gdbarch),
1460 gdbarch_double_bit (gdbarch), "floating decimal");
H A Dgdbarch.c1573 gdbarch_double_bit (struct gdbarch *gdbarch) function
1578 gdb_printf (gdb_stdlog, "gdbarch_double_bit called\n");
H A Dada-lang.c13565 add (arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),

Completed in 611 milliseconds