Home
last modified time | relevance | path

Searched refs:uint32_to_float64 (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c351 return float64_scalbn(uint32_to_float64(v, &env->fp_status), in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c294 float64 ret = uint32_to_float64(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c512 return uint32_to_float64((uint32_t)rs1, &env->fp_status); in helper_fcvt_d_wu()
H A Dvector_helper.c4549 RVVCALL(OPFVV1, vfwcvt_f_xu_v_w, WOP_UU_W, H8, H4, uint32_to_float64)
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc295 WRAP_INT_TO_SF(qemu_ui32_to_f64, uint32_to_float64, uint32_t, float64)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h178 float64 uint32_to_float64(uint32_t, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c622 RddV = uint32_to_float64(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1301 u.d = uint32_to_float64(val, &env->vec_status); in helper_efdcfui()
1410 u.d = uint32_to_float64(val, &env->vec_status); in helper_efdcfuf()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4169 float64 uint32_to_float64(uint32_t a, float_status *status) in uint32_to_float64() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4639 DO_ZPZ_FP(sve_ucvt_sd, uint64_t, H1_8, uint32_to_float64) in DO_ZPZ_FP()