Home
last modified time | relevance | path

Searched refs:int64_to_float64 (Results 1 – 19 of 19) sorted by relevance

/qemu/target/openrisc/
H A Dfpu_helper.c87 return int64_to_float64(val, &env->fp_status); in HELPER()
/qemu/target/alpha/
H A Dvax_helper.c352 fr = int64_to_float64(a, &FP_STATUS); in helper_cvtqg()
H A Dfpu_helper.c498 float64 fr = int64_to_float64(a, &FP_STATUS); in helper_cvtqt()
/qemu/target/hppa/
H A Dfpu_helper.c254 float64 ret = int64_to_float64(arg, &env->fp_status); in HELPER()
/qemu/target/sparc/
H A Dfop_helper.c221 float64 ret = int64_to_float64(src, &env->fp_status); in helper_fxtod()
/qemu/target/ppc/
H A Dfpu_helper.c589 FPU_FCFI(fcfid, int64_to_float64, 0)
1290 u.d = int64_to_float64(val, &env->vec_status); in helper_efdcfsid()
1397 tmp = int64_to_float64(1ULL << 32, &env->vec_status); in helper_efdcfsf()
1409 tmp = int64_to_float64(1ULL << 32, &env->vec_status); in helper_efdcfuf()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c518 fd = int64_to_float64(fj, &env->fp_status); in helper_ffint_d_l()
/qemu/tests/fp/
H A Dwrap.c.inc307 WRAP_INT_TO_SF(qemu_i64_to_f64, int64_to_float64, int64_t, float64)
/qemu/target/riscv/
H A Dfpu_helper.c516 return int64_to_float64(rs1, &env->fp_status); in helper_fcvt_d_l()
H A Dvector_helper.c4571 RVVCALL(OPFVV1, vfcvt_f_x_v_d, OP_UU_D, H8, H8, int64_to_float64)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c473 float64 ret = int64_to_float64(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c203 return int64_to_float64(a, s); in vcdg64()
/qemu/target/hexagon/
H A Dop_helper.c564 RddV = int64_to_float64(RssV, &env->fp_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h178 float64 int64_to_float64(int64_t, float_status *status);
/qemu/target/mips/tcg/
H A Dfpu_helper.c269 fdt2 = int64_to_float64(dt0, &env->active_fpu.fp_status); in helper_float_cvtd_l()
H A Dmsa_helper.c8146 #define float64_from_int64 int64_to_float64
/qemu/target/i386/
H A Dops_sse.h689 d->ZMM_D(0) = int64_to_float64(val, &env->sse_status); in helper_cvtsq2sd()
/qemu/fpu/
H A Dsoftfloat.c3988 float64 int64_to_float64(int64_t a, float_status *status) in int64_to_float64() function
/qemu/target/arm/tcg/
H A Dsve_helper.c4993 DO_ZPZ_FP(sve_scvt_dd, uint64_t, H1_8, int64_to_float64) in HELPER()