Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h194 static inline bool get_flush_inputs_to_zero(const float_status *status) in get_flush_inputs_to_zero() function
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c505 bool save = get_flush_inputs_to_zero(fpst); in HELPER()
531 bool save = get_flush_inputs_to_zero(fpst); in HELPER()
H A Dsve_helper.c4847 bool save = get_flush_inputs_to_zero(fpst);
4858 bool save = get_flush_inputs_to_zero(fpst); in sve_f16_to_f64()
5025 if (!get_flush_inputs_to_zero(s)) { in DO_ZPZ_FP()
5053 if (!get_flush_inputs_to_zero(s)) { in do_float32_logb_as_int()
5081 if (!get_flush_inputs_to_zero(s)) { in do_float64_logb_as_int()
H A Dmve_helper.c3388 bool old_fiz = get_flush_inputs_to_zero(base_fpst); in do_vcvt_hs()