Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h100 #define int32_to_float64 ___int32_to_float64 macro
114 #define int32_to_float64 __floatsidf
H A Dsoftfloat.h128 float64 int32_to_float64( signed int );
H A Dfpa11_cprt.c77 fpa11->fpreg[getFn(opcode)].fDouble = int32_to_float64(readRegister(getRd(opcode))); in PerformFLT()
H A Dsoftfloat.c780 float64 int32_to_float64( int32 a ) in int32_to_float64() function
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c93 int32_to_float64(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
/openbmc/qemu/target/sh4/
H A Dop_helper.c358 ret = int32_to_float64(t0, &env->fp_status); in helper_float_DT()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c339 return float64_scalbn(int32_to_float64(v, &env->fp_status), in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c210 float64 ret = int32_to_float64(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c200 float64 ret = int32_to_float64(src, &env->fp_status); in helper_fitod()
/openbmc/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()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c504 fd = int32_to_float64((int32_t)fj, &env->fp_status); in helper_ffint_d_w()
H A Dvec_helper.c2961 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * 2 * i),
2982 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * (2 * i + 1)), in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c507 return int32_to_float64((int32_t)rs1, &env->fp_status); in helper_fcvt_d_w()
H A Dvector_helper.c4557 RVVCALL(OPFVV1, vfwcvt_f_x_v_w, WOP_UU_W, H8, H4, int32_to_float64)
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc303 WRAP_INT_TO_SF(qemu_i32_to_f64, int32_to_float64, int32_t, float64)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h175 float64 int32_to_float64(int32_t, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c640 RddV = int32_to_float64(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1283 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsi()
1398 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsf()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c261 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()
H A Dmsa_helper.c6360 f_val = int32_to_float64(a, status); in float64_from_q32()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3949 float64 int32_to_float64(int32_t a, float_status *status) in int32_to_float64() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4631 DO_ZPZ_FP(sve_scvt_sd, uint64_t, H1_8, int32_to_float64) in DO_ZPZ_FP()