Home | History | Annotate | Download | only in gdb

Lines Matching defs:fpu

560 /* Determine if a MIPS3 or later cpu is operating in MIPS{1,2} FPU
1112 do not try to convert between FPU layouts. */
4427 is no FPU, FP are not even considered as possible candidates for
6456 gdb_printf (file, "fpu type: %s\n",
6922 /* Commands to show/set the MIPS FPU type. */
6927 const char *fpu;
6941 fpu = "single-precision";
6944 fpu = "double-precision";
6947 fpu = "absent (none)";
6955 fpu);
6958 ("The MIPS floating-point coprocessor is assumed to be %s\n", fpu);
8227 /* Determine the MIPS FPU type. */
8385 /* FIXME drow/2007-05-17: The FPU should be optional. The MIPS
8388 "org.gnu.gdb.mips.fpu");
8471 /* Be pedantic about which FPU is selected. */
8897 /* Return a textual name for MIPS FPU type FPU_TYPE. */