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.c88 return int64_to_float64(val, &env->fp_status); in HELPER()
/qemu/target/alpha/
H A Dvax_helper.c353 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.c211 float64 ret = int64_to_float64(arg, &env->fp_status); in HELPER()
/qemu/target/sparc/
H A Dfop_helper.c222 float64 ret = int64_to_float64(src, &env->fp_status); in helper_fxtod()
/qemu/target/ppc/
H A Dfpu_helper.c591 FPU_FCFI(fcfid, int64_to_float64, 0)
1292 u.d = int64_to_float64(val, &env->vec_status); in helper_efdcfsid()
1399 tmp = int64_to_float64(1ULL << 32, &env->vec_status); in helper_efdcfsf()
1411 tmp = int64_to_float64(1ULL << 32, &env->vec_status); in helper_efdcfuf()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c512 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.c517 return int64_to_float64(rs1, &env->fp_status); in helper_fcvt_d_l()
H A Dvector_helper.c4322 RVVCALL(OPFVV1, vfcvt_f_x_v_d, OP_UU_D, H8, H8, int64_to_float64)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c474 float64 ret = int64_to_float64(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c204 return int64_to_float64(a, s); in vcdg64()
/qemu/include/fpu/
H A Dsoftfloat.h176 float64 int64_to_float64(int64_t, float_status *status);
/qemu/target/hexagon/
H A Dop_helper.c676 RddV = int64_to_float64(RssV, &env->fp_status); in HELPER()
/qemu/target/mips/tcg/
H A Dfpu_helper.c270 fdt2 = int64_to_float64(dt0, &env->active_fpu.fp_status); in helper_float_cvtd_l()
H A Dmsa_helper.c8145 #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.c3944 float64 int64_to_float64(int64_t a, float_status *status) in int64_to_float64() function
/qemu/target/arm/tcg/
H A Dsve_helper.c4634 DO_ZPZ_FP(sve_scvt_dd, uint64_t, H1_8, int64_to_float64) in DO_ZPZ_FP()