Home
last modified time | relevance | path

Searched refs:uint32_to_float64 (Results 1 – 7 of 7) 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.c336 float64 ret = uint32_to_float64(arg, &env->fp_status); in HELPER()
/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/target/riscv/
H A Dfpu_helper.c511 return uint32_to_float64((uint32_t)rs1, &env->fp_status); in helper_fcvt_d_wu()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h180 float64 uint32_to_float64(uint32_t, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4247 float64 uint32_to_float64(uint32_t a, float_status *status) in uint32_to_float64() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c5012 DO_ZPZ_FP(sve_ucvt_sd, uint64_t, H1_8, uint32_to_float64) in DO_ZPZ_FP()