GDB (xrefs)
Loading...
Searching...
No Matches
target_float_ops Member List

This is the complete list of members for target_float_ops, including all inherited members.

binop(enum exp_opcode opcode, const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y, gdb_byte *res, const struct type *type_res) const =0target_float_opspure virtual
compare(const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y) const =0target_float_opspure virtual
convert(const gdb_byte *from, const struct type *from_type, gdb_byte *to, const struct type *to_type) const =0target_float_opspure virtual
from_host_double(gdb_byte *addr, const struct type *type, double val) const =0target_float_opspure virtual
from_longest(gdb_byte *addr, const struct type *type, LONGEST val) const =0target_float_opspure virtual
from_string(gdb_byte *addr, const struct type *type, const std::string &string) const =0target_float_opspure virtual
from_ulongest(gdb_byte *addr, const struct type *type, ULONGEST val) const =0target_float_opspure virtual
to_host_double(const gdb_byte *addr, const struct type *type) const =0target_float_opspure virtual
to_longest(const gdb_byte *addr, const struct type *type) const =0target_float_opspure virtual
to_string(const gdb_byte *addr, const struct type *type, const char *format) const =0target_float_opspure virtual