Searched refs:ppc_floating_point_unit_p (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dppc-tdep.h85 int ppc_floating_point_unit_p (struct gdbarch *gdbarch);
H A Dppcfbsd-nat.c66 gdb_assert (ppc_floating_point_unit_p (current_gdbarch));
H A Dppc-sysv-tdep.c104 && ppc_floating_point_unit_p (current_gdbarch) && len <= 8)
151 || (!ppc_floating_point_unit_p (current_gdbarch) && TYPE_CODE (type) == TYPE_CODE_FLT))) /* double */
334 && ppc_floating_point_unit_p (gdbarch))
642 if (ppc_floating_point_unit_p (current_gdbarch)
H A Dppcfbsd-tdep.c146 gdb_assert (ppc_floating_point_unit_p (current_gdbarch));
190 gdb_assert (ppc_floating_point_unit_p (current_gdbarch));
H A Drs6000-tdep.c143 ppc_floating_point_unit_p (struct gdbarch *gdbarch) function

Completed in 165 milliseconds