Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.c4661 enum mips_fpu_type fpu_type; in mips_gdbarch_init() local
4770 fpu_type = mips_fpu_type; in mips_gdbarch_init()
4779 fpu_type = MIPS_FPU_NONE; in mips_gdbarch_init()
4782 fpu_type = MIPS_FPU_SINGLE; in mips_gdbarch_init()
4785 fpu_type = MIPS_FPU_DOUBLE; in mips_gdbarch_init()
4789 fpu_type = gdbarch_tdep (arches->gdbarch)->mips_fpu_type; in mips_gdbarch_init()
4791 fpu_type = MIPS_FPU_DOUBLE; in mips_gdbarch_init()
4794 "mips_gdbarch_init: fpu_type = %d\n", fpu_type); in mips_gdbarch_init()
4813 if (gdbarch_tdep (arches->gdbarch)->mips_fpu_type != fpu_type) in mips_gdbarch_init()
4825 tdep->mips_fpu_type = fpu_type; in mips_gdbarch_init()