Searched refs:builtin_type_m68881_ext (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | m68k-tdep.c | 96 return builtin_type_m68881_ext; in m68k_register_type() 162 convert_typed_floating (from, builtin_type_m68881_ext, to, type); in m68k_register_to_value() 184 convert_typed_floating (from, type, to, builtin_type_m68881_ext); in m68k_value_to_register() 255 convert_typed_floating (buf, builtin_type_m68881_ext, valbuf, type); in m68k_svr4_extract_return_value() 294 convert_typed_floating (valbuf, type, buf, builtin_type_m68881_ext); in m68k_svr4_store_return_value()
|
H A D | gdbtypes.c | 108 struct type *builtin_type_m68881_ext; variable 3617 builtin_type_m68881_ext = in _initialize_gdbtypes() 3620 TYPE_FLOATFORMAT (builtin_type_m68881_ext) = &floatformat_m68881_ext; in _initialize_gdbtypes()
|
H A D | gdbtypes.h | 1092 extern struct type *builtin_type_m68881_ext;
|
H A D | ChangeLog-2001 | 3059 (builtin_type_i387_ext, builtin_type_m68881_ext) 3070 (builtin_type_i387_ext, builtin_type_m68881_ext)
|
H A D | ChangeLog-2002 | 13920 builtin_type_m68881_ext, builtin_type_i960_ext,
|