Home
last modified time | relevance | path

Searched refs:MIPS_FPU_DOUBLE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmips-tdep.h90 MIPS_FPU_DOUBLE, /* Full double precision floating point. */ enumerator
Dmips-tdep.c200 #define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_DOUBLE
4882 if (mips_get_fpu_type (gdbarch) != MIPS_FPU_DOUBLE) in mips_n32n64_fp_arg_chunk_p()
6462 type == MIPS_FPU_DOUBLE ? "double-precision" in mips_print_float_info()
6948 case MIPS_FPU_DOUBLE: in show_mipsfpu_command()
6984 mips_fpu_type = MIPS_FPU_DOUBLE; in set_mipsfpu_double_command()
8248 fpu_type = MIPS_FPU_DOUBLE; in mips_gdbarch_init()
8274 fpu_type = MIPS_FPU_DOUBLE; in mips_gdbarch_init()
8280 fpu_type = MIPS_FPU_DOUBLE; in mips_gdbarch_init()
8914 case MIPS_FPU_DOUBLE: in mips_fpu_type_str()
DChangeLog-19983324 MIPS_FPU_DOUBLE.