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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dmips-tdep.c113 enum mips_fpu_type enum
124 static enum mips_fpu_type mips_fpu_type = MIPS_DEFAULT_FPU_TYPE; variable in typeref:enum:mips_fpu_type
137 enum mips_fpu_type mips_fpu_type; member in struct:gdbarch_tdep
174 #define MIPS_FPU_TYPE (gdbarch_tdep (current_gdbarch)->mips_fpu_type)
3289 && tdep->mips_fpu_type != MIPS_FPU_NONE)
3312 && tdep->mips_fpu_type != MIPS_FPU_NONE)
3702 && TYPE_LENGTH (type) == 4 && tdep->mips_fpu_type != MIPS_FPU_NONE)
3715 && TYPE_LENGTH (type) == 8 && tdep->mips_fpu_type !
[all...]

Completed in 112 milliseconds