Home
last modified time | relevance | path

Searched refs:uint64_to_float64 (Results 1 – 12 of 12) sorted by relevance

/qemu/target/hppa/
H A Dfpu_helper.c295 float64 ret = uint64_to_float64(arg, &env->fp_status); in HELPER()
/qemu/target/ppc/
H A Dfpu_helper.c593 FPU_FCFI(fcfidu, uint64_to_float64, 0)
1310 u.d = uint64_to_float64(val, &env->vec_status); in helper_efdcfuid()
1427 tmp = uint64_to_float64(1ULL << 32, &env->vec_status); in helper_efdctsf()
1443 tmp = uint64_to_float64(1ULL << 32, &env->vec_status); in helper_efdctuf()
/qemu/tests/fp/
H A Dwrap.c.inc299 WRAP_INT_TO_SF(qemu_ui64_to_f64, uint64_to_float64, uint64_t, float64)
/qemu/target/riscv/
H A Dfpu_helper.c522 return uint64_to_float64(rs1, &env->fp_status); in helper_fcvt_d_lu()
H A Dvector_helper.c4311 RVVCALL(OPFVV1, vfcvt_f_xu_v_d, OP_UU_D, H8, H8, uint64_to_float64)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c507 float64 ret = uint64_to_float64(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c209 return uint64_to_float64(a, s); in vcdlg64()
/qemu/include/fpu/
H A Dsoftfloat.h179 float64 uint64_to_float64(uint64_t, float_status *status);
/qemu/target/hexagon/
H A Dop_helper.c659 RddV = uint64_to_float64(RssV, &env->fp_status); in HELPER()
/qemu/fpu/
H A Dsoftfloat.c4164 float64 uint64_to_float64(uint64_t a, float_status *status) in uint64_to_float64() function
/qemu/target/arm/tcg/
H A Dsve_helper.c4642 DO_ZPZ_FP(sve_ucvt_dd, uint64_t, H1_8, uint64_to_float64) in DO_ZPZ_FP()
/qemu/target/mips/tcg/
H A Dmsa_helper.c8146 #define float64_from_uint64 uint64_to_float64