Searched refs:builtin_type_float (Results 1 – 21 of 21) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | sparc64-tdep.c | 169 { "f0", &builtin_type_float }, 170 { "f1", &builtin_type_float }, 171 { "f2", &builtin_type_float }, 172 { "f3", &builtin_type_float }, 173 { "f4", &builtin_type_float }, 174 { "f5", &builtin_type_float }, 175 { "f6", &builtin_type_float }, 176 { "f7", &builtin_type_float }, 177 { "f8", &builtin_type_float }, 178 { "f9", &builtin_type_float }, [all …]
|
| H A D | gdbtypes.c | 57 struct type *builtin_type_float; variable 3180 builtin_type_float = in build_gdbtypes() 3193 TYPE_FLOATFORMAT (builtin_type_float) = TARGET_FLOAT_FORMAT; in build_gdbtypes() 3213 TYPE_TARGET_TYPE (builtin_type_complex) = builtin_type_float; in build_gdbtypes() 3238 = init_simd_type ("__builtin_v4sf", builtin_type_float, "f", 4); in build_gdbtypes() 3254 builtin_type_v4_float = init_vector_type (builtin_type_float, 4); in build_gdbtypes() 3260 builtin_type_v2_float = init_vector_type (builtin_type_float, 2); in build_gdbtypes() 3544 DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_float); in _initialize_gdbtypes()
|
| H A D | sh-tdep.c | 1771 return builtin_type_float; in sh_sh2a_register_type() 1786 return builtin_type_float; in sh_sh3e_register_type() 1797 return create_array_type (NULL, builtin_type_float, temp); in sh_sh4_build_float_register_type() 1805 return builtin_type_float; in sh_sh4_register_type() 2046 flt = unpack_double (builtin_type_float, raw_buffer, &inv); in sh_do_fp_register()
|
| H A D | p-lang.c | 430 &builtin_type_float,
|
| H A D | printcmd.c | 448 if (len == TYPE_LENGTH (builtin_type_float)) in print_scalar_formatted() 449 type = builtin_type_float; in print_scalar_formatted() 1920 VALUE_TYPE (val_args[nargs]) = builtin_type_float; in printf_command()
|
| H A D | ns32k-tdep.c | 126 return (builtin_type_float); in ns32k_register_virtual_type()
|
| H A D | c-lang.c | 606 &builtin_type_float,
|
| H A D | sh64-tdep.c | 2000 return create_array_type (NULL, builtin_type_float, temp); in sh64_build_float_register_type() 2012 return builtin_type_float; in sh64_register_type() 2545 flt = unpack_double (builtin_type_float, raw_buffer, &inv); in sh_do_fp_register()
|
| H A D | gdbtypes.h | 1021 extern struct type *builtin_type_float;
|
| H A D | jv-exp.y | 740 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | frv-tdep.c | 302 return builtin_type_float; in frv_register_type()
|
| H A D | sparc-tdep.c | 299 return builtin_type_float; in sparc32_register_type()
|
| H A D | p-exp.y | 826 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | objc-exp.y | 1051 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | objc-lang.c | 639 &builtin_type_float,
|
| H A D | jv-exp.c | 2127 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | p-exp.c | 2169 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | objc-exp.c | 2714 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | ChangeLog-1995 | 993 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Return builtin_type_float
|
| H A D | ChangeLog-1994 | 3905 (REGISTER_VIRTUAL_TYPE): Use builtin_type_float for all FP regs.
|
| H A D | ChangeLog-2001 | 3093 of builtin_type_float, builtin_type_double and
|