Home
last modified time | relevance | path

Searched refs:int32_to_float64 (Results 1 – 18 of 18) sorted by relevance

/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c93 int32_to_float64(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
/qemu/target/sh4/
H A Dop_helper.c357 ret = int32_to_float64(t0, &env->fp_status); in helper_float_DT()
/qemu/target/xtensa/
H A Dfpu_helper.c339 return float64_scalbn(int32_to_float64(v, &env->fp_status), in HELPER()
/qemu/target/hppa/
H A Dfpu_helper.c247 float64 ret = int32_to_float64(arg, &env->fp_status); in HELPER()
/qemu/target/sparc/
H A Dfop_helper.c199 float64 ret = int32_to_float64(src, &env->fp_status); in helper_fitod()
/qemu/target/i386/
H A Dops_sse.h654 d->ZMM_D(i) = int32_to_float64(l, &env->sse_status); in glue()
667 d->ZMM_D(0) = int32_to_float64(s->MMX_L(0), &env->sse_status); in helper_cvtpi2pd()
668 d->ZMM_D(1) = int32_to_float64(s->MMX_L(1), &env->sse_status); in helper_cvtpi2pd()
678 d->ZMM_D(0) = int32_to_float64(val, &env->sse_status); in helper_cvtsi2sd()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c509 fd = int32_to_float64((int32_t)fj, &env->fp_status); in helper_ffint_d_w()
H A Dvec_helper.c2960 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * 2 * i),
2981 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * (2 * i + 1)), in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc303 WRAP_INT_TO_SF(qemu_i32_to_f64, int32_to_float64, int32_t, float64)
/qemu/target/riscv/
H A Dfpu_helper.c506 return int32_to_float64((int32_t)rs1, &env->fp_status); in helper_fcvt_d_w()
H A Dvector_helper.c4608 RVVCALL(OPFVV1, vfwcvt_f_x_v_w, WOP_UU_W, H8, H4, int32_to_float64)
/qemu/target/hexagon/
H A Dop_helper.c528 RddV = int32_to_float64(RsV, &env->fp_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h177 float64 int32_to_float64(int32_t, float_status *status);
/qemu/target/ppc/
H A Dfpu_helper.c1281 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsi()
1396 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsf()
/qemu/target/mips/tcg/
H A Dfpu_helper.c260 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()
H A Dmsa_helper.c6361 f_val = int32_to_float64(a, status); in float64_from_q32()
/qemu/fpu/
H A Dsoftfloat.c3993 float64 int32_to_float64(int32_t a, float_status *status) in int32_to_float64() function
/qemu/target/arm/tcg/
H A Dsve_helper.c4990 DO_ZPZ_FP(sve_scvt_sd, uint64_t, H1_8, int32_to_float64) in HELPER()