Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.h62 enum arm_float_model enum
96 enum arm_float_model fp_model {}; /* Floating point calling conventions. */
Darm-tdep.c146 static enum arm_float_model arm_fp_model = ARM_FLOAT_AUTO;
9524 arm_fp_model = (enum arm_float_model) fp_model; in set_fp_model_sfunc()
10118 enum arm_float_model fp_model = arm_fp_model; in arm_gdbarch_init()
DChangeLog-200212574 * arm-tdep.h (enum arm_float_model): New enum.
DChangeLog-200311973 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.