Searched refs:gdbarch_double_bit (Results 1 – 3 of 3) sorted by relevance
159 extern int gdbarch_double_bit (struct gdbarch *gdbarch);165 #define TARGET_DOUBLE_BIT (gdbarch_double_bit (current_gdbarch))
3414 = build_flt (gdbarch_double_bit (gdbarch), "double", in gdbtypes_post_init()3423 = build_complex (gdbarch_double_bit (gdbarch), "double complex", in gdbtypes_post_init()
1783 gdbarch_double_bit (struct gdbarch *gdbarch) in gdbarch_double_bit() function