Searched refs:convert_typed_floating (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | doublest.h | 96 extern void convert_typed_floating (const void *from,
|
H A D | i387-tdep.c | 384 convert_typed_floating (from, i387_ext_type (gdbarch), to, type); in i387_register_to_value() 410 convert_typed_floating (from, type, to, i387_ext_type (gdbarch)); in i387_value_to_register()
|
H A D | doublest.c | 888 convert_typed_floating (const void *from, const struct type *from_type, in convert_typed_floating() function
|
H A D | i386-tdep.c | 2529 convert_typed_floating (buf, i387_ext_type (gdbarch), valbuf, type); in i386_extract_return_value() 2584 convert_typed_floating (valbuf, type, buf, i387_ext_type (gdbarch)); in i386_store_return_value()
|