Home
last modified time | relevance | path

Searched refs:get_flush_inputs_to_zero (Results 1 – 5 of 5) sorted by relevance

/qemu/include/fpu/
H A Dsoftfloat-helpers.h134 static inline bool get_flush_inputs_to_zero(float_status *status) in get_flush_inputs_to_zero() function
/qemu/target/arm/
H A Dvfp_helper.c492 bool save = get_flush_inputs_to_zero(fpst); in HELPER()
518 bool save = get_flush_inputs_to_zero(fpst); in HELPER()
/qemu/target/arm/tcg/
H A Dvec_helper.c1982 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
1990 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
2001 bool fz16 = get_flush_inputs_to_zero(&env->vfp.fp_status_f16); in HELPER()
2047 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
2055 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
2067 bool fz16 = get_flush_inputs_to_zero(&env->vfp.fp_status_f16); in HELPER()
H A Dsve_helper.c4474 bool save = get_flush_inputs_to_zero(fpst);
4485 bool save = get_flush_inputs_to_zero(fpst); in sve_f16_to_f64()
4652 if (!get_flush_inputs_to_zero(s)) { in DO_ZPZ_FP()
4680 if (!get_flush_inputs_to_zero(s)) { in do_float32_logb_as_int()
4708 if (!get_flush_inputs_to_zero(s)) { in do_float64_logb_as_int()
H A Dmve_helper.c3381 bool old_fiz = get_flush_inputs_to_zero(base_fpst); in do_vcvt_hs()