Home | History | Annotate | Download | only in target-arm

Lines Matching refs:fp_status

317                               &env->vfp.fp_status);
2618 i = get_float_exception_flags(&env->vfp.fp_status);
2676 set_float_rounding_mode(i, &env->vfp.fp_status);
2679 set_flush_to_zero((val & (1 << 24)) != 0, &env->vfp.fp_status);
2680 set_flush_inputs_to_zero((val & (1 << 24)) != 0, &env->vfp.fp_status);
2683 set_default_nan_mode((val & (1 << 25)) != 0, &env->vfp.fp_status);
2686 set_float_exception_flags(i, &env->vfp.fp_status);
2700 return float32_ ## name (a, b, &env->vfp.fp_status); \
2704 return float64_ ## name (a, b, &env->vfp.fp_status); \
2734 return float32_sqrt(a, &env->vfp.fp_status);
2739 return float64_sqrt(a, &env->vfp.fp_status);
2747 switch(type ## _compare_quiet(a, b, &env->vfp.fp_status)) { \
2759 switch(type ## _compare(a, b, &env->vfp.fp_status)) { \
2809 float64 r = float32_to_float64(x, &env->vfp.fp_status);
2818 float32 r = float64_to_float32(x, &env->vfp.fp_status);
2891 return do_fcvt_f16_to_f32(a, env, &env->vfp.fp_status);
2896 return do_fcvt_f32_to_f16(a, env, &env->vfp.fp_status);
2944 * so we use a local copy of the fp_status.
3014 * so we use a local copy of the fp_status.