Home
last modified time | relevance | path

Searched refs:fp_status_f16 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/arm/
H A Dvfp_helper.c69 i |= (get_float_exception_flags(&env->vfp.fp_status_f16) in vfp_get_fpsr_from_host()
84 set_float_exception_flags(0, &env->vfp.fp_status_f16); in vfp_clear_float_status_exc_flags()
112 set_float_rounding_mode(i, &env->vfp.fp_status_f16); in vfp_set_fpcr_to_host()
116 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status_f16); in vfp_set_fpcr_to_host()
118 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.fp_status_f16); in vfp_set_fpcr_to_host()
129 set_default_nan_mode(dnan_enabled, &env->vfp.fp_status_f16); in vfp_set_fpcr_to_host()
319 return float16_sqrt(a, &env->vfp.fp_status_f16); in VFP_BINOP()
366 DO_VFP_cmp(h, float16, dh_ctype_f16, fp_status_f16) in DO_VFP_cmp() argument
H A Dcpu.h663 float_status fp_status_f16; member
H A Dcpu.c566 arm_set_default_fp_behaviours(&env->vfp.fp_status_f16); in arm_cpu_reset_hold()
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c2069 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
2077 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
2088 bool fz16 = get_flush_inputs_to_zero(&env->vfp.fp_status_f16); in HELPER()
2134 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
2142 get_flush_inputs_to_zero(&env->vfp.fp_status_f16)); in HELPER()
2154 bool fz16 = get_flush_inputs_to_zero(&env->vfp.fp_status_f16); in HELPER()
H A Dtranslate.h674 offset = offsetof(CPUARMState, vfp.fp_status_f16); in fpstatus_ptr()
H A Dsme_helper.c1046 fpst_f16 = env->vfp.fp_status_f16; in HELPER()