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

/freebsd-10.3-release/contrib/gdb/gdb/
H A Darm-tdep.h108 ARM_FLOAT_AUTO, /* Automatic detection. Do not set in tdep. */ enumerator in enum:arm_float_model
H A Darm-tdep.c111 static enum arm_float_model arm_fp_model = ARM_FLOAT_AUTO;
2371 if (arm_fp_model == ARM_FLOAT_AUTO)
2404 for (fp_model = ARM_FLOAT_AUTO; fp_model != ARM_FLOAT_LAST; fp_model++)
2425 if (arm_fp_model == ARM_FLOAT_AUTO

Completed in 147 milliseconds