Home
last modified time | relevance | path

Searched refs:int64_to_float32 (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dvax_helper.c330 float32 fr = int64_to_float32(a, &FP_STATUS); in helper_cvtqf()
H A Dfpu_helper.c444 float32 fr = int64_to_float32(a, &FP_STATUS); in helper_cvtqs()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c203 float32 ret = int64_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c215 float32 ret = int64_to_float32(src, &env->fp_status); in helper_fxtos()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c495 fd = nanbox_s(int64_to_float32(fj, &env->fp_status)); in helper_ffint_s_l()
H A Dvec_helper.c3004 temp.W(j + ofs * (2 * i + 1)) = int64_to_float32(Vj->D(j + ofs * i), in HELPER()
3006 temp.W(j + ofs * 2 * i) = int64_to_float32(Vk->D(j + ofs * i), in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c357 return nanbox_s(env, int64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_l()
H A Dvector_helper.c4609 RVVCALL(OPFVV1, vfncvt_f_x_w_w, NOP_UU_W, H4, H8, int64_to_float32) in RVVCALL()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc306 WRAP_INT_TO_SF(qemu_i64_to_f32, int64_to_float32, int64_t, float32)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c463 float32 ret = int64_to_float32(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h162 float32 int64_to_float32(int64_t, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c667 RdV = int64_to_float32(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c592 FPU_FCFI(fcfids, int64_to_float32, 1)
1017 tmp = int64_to_float32(1ULL << 32, &env->vec_status); in efscfsf()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c359 fst2 = int64_to_float32(dt0, &env->active_fpu.fp_status); in helper_float_cvts_l()
/openbmc/qemu/target/i386/
H A Dops_sse.h684 d->ZMM_S(0) = int64_to_float32(val, &env->sse_status); in helper_cvtsq2ss()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3904 float32 int64_to_float32(int64_t a, float_status *status) in int64_to_float32() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4633 DO_ZPZ_FP(sve_scvt_ds, uint64_t, H1_8, int64_to_float32) in DO_ZPZ_FP()