Home
last modified time | relevance | path

Searched refs:convert_typed_floating (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dppc-sysv-tdep.c119 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 Ddoublest.h87 extern void convert_typed_floating (const void *from,
H A Dm68k-tdep.c162 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 Di387-tdep.c315 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 Dia64-tdep.c903 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 Di386-tdep.c1294 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 Ddoublest.c770 convert_typed_floating (const void *from, const struct type *from_type, in convert_typed_floating() function
H A Drs6000-tdep.c1670 convert_typed_floating (&regbuf[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 DChangeLog-20012150 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 DChangeLog-20034455 (ia64_store_return_value): Change to use convert_typed_floating()
4457 (ia64_extract_return_value): Change to use convert_typed_floating()
H A DChangeLog7406 use convert_typed_floating to get the appropriate format.
H A DChangeLog-200214097 (convert_typed_floating): Use.