Home
last modified time | relevance | path

Searched refs:arch_float_type (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/gdb/gdb-11.1/gdb/
H A Dd-lang.c221 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in build_d_types()
224 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_d_types()
227 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_d_types()
240 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in build_d_types()
243 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_d_types()
246 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_d_types()
H A Dgo-lang.c524 = arch_float_type (gdbarch, 32, "float32", floatformats_ieee_single); in build_go_types()
526 = arch_float_type (gdbarch, 64, "float64", floatformats_ieee_double); in build_go_types()
H A Dtarget-descriptions.c122 m_type = arch_float_type (m_gdbarch, -1, "builtin_type_ieee_half", in make_gdb_type()
127 m_type = arch_float_type (m_gdbarch, -1, "builtin_type_ieee_single", in make_gdb_type()
132 m_type = arch_float_type (m_gdbarch, -1, "builtin_type_ieee_double", in make_gdb_type()
136 m_type = arch_float_type (m_gdbarch, -1, "builtin_type_arm_ext", in make_gdb_type()
141 m_type = arch_float_type (m_gdbarch, -1, "builtin_type_i387_ext", in make_gdb_type()
146 m_type = arch_float_type (m_gdbarch, -1, "builtin_type_bfloat16", in make_gdb_type()
H A Dm2-lang.c290 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), "REAL", in build_m2_types()
H A Dopencl-lang.c927 el_type = add (arch_float_type (gdbarch, 16, "half", floatformats_ieee_half)); in language_arch_info()
929 el_type = add (arch_float_type (gdbarch, 32, "float", floatformats_ieee_single)); in language_arch_info()
931 el_type = add (arch_float_type (gdbarch, 64, "double", floatformats_ieee_double)); in language_arch_info()
H A Df-lang.c1636 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in build_fortran_types()
1639 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_fortran_types()
1644 = arch_float_type (gdbarch, 128, "real*16", fmt); in build_fortran_types()
1647 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_fortran_types()
H A Drust-lang.c1561 add (arch_float_type (gdbarch, 32, "f32", floatformats_ieee_single)); in language_arch_info()
1562 add (arch_float_type (gdbarch, 64, "f64", floatformats_ieee_double)); in language_arch_info()
H A Dgdbtypes.c5759 arch_float_type (struct gdbarch *gdbarch, in arch_float_type() function
6075 = arch_float_type (gdbarch, gdbarch_half_bit (gdbarch),
6078 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch),
6081 = arch_float_type (gdbarch, gdbarch_bfloat16_bit (gdbarch),
6084 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
6087 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch),
H A Dm68k-tdep.c106 = arch_float_type (gdbarch, -1, "builtin_type_m68881_ext", in m68881_ext_type()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Df-lang.c314 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in build_fortran_types()
317 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_fortran_types()
320 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_fortran_types()
H A Dgo-lang.c637 = arch_float_type (gdbarch, 32, "float32", NULL); in build_go_types()
639 = arch_float_type (gdbarch, 64, "float64", NULL); in build_go_types()
H A Dtarget-descriptions.c650 return arch_float_type (gdbarch, -1, "builtin_type_ieee_single", in tdesc_gdb_type()
654 return arch_float_type (gdbarch, -1, "builtin_type_ieee_double", in tdesc_gdb_type()
658 return arch_float_type (gdbarch, -1, "builtin_type_arm_ext", in tdesc_gdb_type()
662 return arch_float_type (gdbarch, -1, "builtin_type_i387_ext", in tdesc_gdb_type()
H A Dopencl-lang.c1200 = arch_float_type (gdbarch, 16, "half", floatformats_ieee_half); in build_opencl_types()
1203 = arch_float_type (gdbarch, 32, "float", floatformats_ieee_single); in build_opencl_types()
1206 = arch_float_type (gdbarch, 64, "double", floatformats_ieee_double); in build_opencl_types()
H A Dm2-lang.c409 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), "REAL", NULL); in build_m2_types()
H A Djv-lang.c1221 = arch_float_type (gdbarch, 32, "float", NULL); in build_java_types()
1223 = arch_float_type (gdbarch, 64, "double", NULL); in build_java_types()
H A Dgdbtypes.c3631 arch_float_type (struct gdbarch *gdbarch, in arch_float_type() function
3839 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in gdbtypes_post_init()
3842 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in gdbtypes_post_init()
3845 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in gdbtypes_post_init()
H A Dm68k-tdep.c109 = arch_float_type (gdbarch, -1, "builtin_type_m68881_ext", in m68881_ext_type()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Df-lang.c426 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in build_fortran_types()
429 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_fortran_types()
432 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_fortran_types()
H A Dtarget-descriptions.c592 return arch_float_type (gdbarch, -1, "builtin_type_ieee_single", in tdesc_gdb_type()
596 return arch_float_type (gdbarch, -1, "builtin_type_ieee_double", in tdesc_gdb_type()
600 return arch_float_type (gdbarch, -1, "builtin_type_arm_ext", in tdesc_gdb_type()
604 return arch_float_type (gdbarch, -1, "builtin_type_i387_ext", in tdesc_gdb_type()
H A Dopencl-lang.c1084 = arch_float_type (gdbarch, 16, "half", floatformats_ieee_half); in build_opencl_types()
1087 = arch_float_type (gdbarch, 32, "float", floatformats_ieee_single); in build_opencl_types()
1090 = arch_float_type (gdbarch, 64, "double", floatformats_ieee_double); in build_opencl_types()
H A Dm2-lang.c419 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), "REAL", NULL); in build_m2_types()
H A Djv-lang.c1214 = arch_float_type (gdbarch, 32, "float", NULL); in build_java_types()
1216 = arch_float_type (gdbarch, 64, "double", NULL); in build_java_types()
H A Dgdbtypes.c3505 arch_float_type (struct gdbarch *gdbarch, in arch_float_type() function
3703 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in gdbtypes_post_init()
3706 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in gdbtypes_post_init()
3709 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in gdbtypes_post_init()
H A Dm68k-tdep.c111 = arch_float_type (gdbarch, -1, "builtin_type_m68881_ext", in m68881_ext_type()
H A Dgdbtypes.h1301 extern struct type *arch_float_type (struct gdbarch *, int, char *,

12