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.c329 float32 ret = uint64_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c592 FPU_FCFI(fcfidus, uint64_to_float32, 1)
1027 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efscfuf()
1043 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efsctsf()
1059 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efsctuf()
/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/riscv/
H A Dfpu_helper.c361 return nanbox_s(env, uint64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_lu()
H A Dvector_helper.c4653 RVVCALL(OPFVV1, vfncvt_f_xu_w_w, NOP_UU_W, H4, H8, uint64_to_float32) in RVVCALL()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c495 float32 ret = uint64_to_float32(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c537 RdV = uint64_to_float32(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h167 float32 uint64_to_float32(uint64_t, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4202 float32 uint64_to_float32(uint64_t a, float_status *status) in uint64_to_float32() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c5014 DO_ZPZ_FP(sve_ucvt_ds, uint64_t, H1_8, uint64_to_float32) in DO_ZPZ_FP()