Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Darm-tdep.h106 enum arm_float_model enum
117 enum arm_float_model arm_get_fp_model (struct gdbarch *);
122 enum arm_float_model fp_model; /* Floating point calling conventions. */
Darm-tdep.c111 static enum arm_float_model arm_fp_model = ARM_FLOAT_AUTO;
2368 enum arm_float_model
2380 enum arm_float_model fp_model = arm_get_fp_model (gdbarch); in arm_set_fp()
2402 enum arm_float_model fp_model; in set_fp_model_sfunc()