Home
last modified time | relevance | path

Searched refs:uint64_to_float32 (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dfpu_helper.c287 float32 ret = uint64_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c594 FPU_FCFI(fcfidus, uint64_to_float32, 1)
1029 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efscfuf()
1045 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efsctsf()
1061 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efsctuf()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c362 return nanbox_s(env, uint64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_lu()
H A Dvector_helper.c4603 RVVCALL(OPFVV1, vfncvt_f_xu_w_w, NOP_UU_W, H4, H8, uint64_to_float32) in RVVCALL()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc298 WRAP_INT_TO_SF(qemu_ui64_to_f32, uint64_to_float32, uint64_t, float32)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c496 float32 ret = uint64_to_float32(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h165 float32 uint64_to_float32(uint64_t, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c649 RdV = uint64_to_float32(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4124 float32 uint64_to_float32(uint64_t a, float_status *status) in uint64_to_float32() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4641 DO_ZPZ_FP(sve_ucvt_ds, uint64_t, H1_8, uint64_to_float32) in DO_ZPZ_FP()