Searched refs:convert_typed_floating (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ppc-sysv-tdep.c | 119 convert_typed_floating (val, type, regval, regtype); in ppc_sysv_abi_push_dummy_call() 146 convert_typed_floating (val, type, memval, memtype); in ppc_sysv_abi_push_dummy_call() 346 convert_typed_floating (regval, regtype, readbuf, type); in do_ppc_sysv_return_value() 354 convert_typed_floating (writebuf, type, regval, regtype); in do_ppc_sysv_return_value() 652 convert_typed_floating (val, type, regval, regtype); in ppc64_sysv_abi_push_dummy_call() 868 convert_typed_floating (writebuf, valtype, regval, regtype); in ppc64_sysv_abi_return_value() 874 convert_typed_floating (regval, regtype, readbuf, valtype); in ppc64_sysv_abi_return_value() 958 convert_typed_floating ((const bfd_byte *) writebuf + in ppc64_sysv_abi_return_value() 970 convert_typed_floating (regval, regtype, in ppc64_sysv_abi_return_value()
|
H A D | doublest.h | 87 extern void convert_typed_floating (const void *from,
|
H A D | m68k-tdep.c | 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 | i387-tdep.c | 315 convert_typed_floating (from, builtin_type_i387_ext, to, type); in i387_register_to_value() 339 convert_typed_floating (from, type, to, builtin_type_i387_ext); in i387_value_to_register()
|
H A D | ia64-tdep.c | 903 convert_typed_floating (in, builtin_type_ia64_ext, out, valtype); in ia64_register_to_value() 911 convert_typed_floating (in, valtype, out, builtin_type_ia64_ext); in ia64_value_to_register() 2732 convert_typed_floating (from, builtin_type_ia64_ext, in ia64_extract_return_value() 3155 convert_typed_floating (VALUE_CONTENTS (arg) + argoffset, float_elt_type, in ia64_push_dummy_call() 3225 convert_typed_floating (valbuf, type, to, builtin_type_ia64_ext); in ia64_store_return_value()
|
H A D | i386-tdep.c | 1294 convert_typed_floating (buf, builtin_type_i387_ext, valbuf, type); in i386_extract_return_value() 1352 convert_typed_floating (valbuf, type, buf, builtin_type_i387_ext); in i386_store_return_value()
|
H A D | doublest.c | 770 convert_typed_floating (const void *from, const struct type *from_type, in convert_typed_floating() function
|
H A D | rs6000-tdep.c | 1670 convert_typed_floating (®buf[DEPRECATED_REGISTER_BYTE in rs6000_extract_return_value() 1874 convert_typed_floating (from, builtin_type_double, to, type); in rs6000_register_to_value() 1889 convert_typed_floating (from, type, to, builtin_type_double); in rs6000_value_to_register()
|
H A D | ChangeLog-2001 | 2150 convert_typed_floating to extract floating-point value from 2152 (i386_store_return_value): Use convert_typed_floating to store 2156 (i386_register_convert_to_virtual): Use convert_typed_floating to 2162 * doublest.h (convert_typed_floating): New prototype. 2163 * doublest.c (convert_typed_floating): New function.
|
H A D | ChangeLog-2003 | 4455 (ia64_store_return_value): Change to use convert_typed_floating() 4457 (ia64_extract_return_value): Change to use convert_typed_floating()
|
H A D | ChangeLog | 7406 use convert_typed_floating to get the appropriate format.
|
H A D | ChangeLog-2002 | 14097 (convert_typed_floating): Use.
|