Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c306 rv = float64_to_uint32(res, &fp_status); in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c357 uint32_t ret = float64_to_uint32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc181 WRAP_SF_TO_INT(qemu_f64_to_ui32, float64_to_uint32, float64, uint_fast32_t)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c491 return (int32_t)float64_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_d()
H A Dvector_helper.c4636 RVVCALL(OPFVV1, vfncvt_xu_f_w_w, NOP_UU_W, H4, H8, float64_to_uint32) in RVVCALL()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c691 uint32_t ret = float64_to_uint32(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c638 RdV = float64_to_uint32(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h780 uint32_t float64_to_uint32(float64, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1336 return float64_to_uint32(u.d, &env->vec_status); in helper_efdctui()
1444 return float64_to_uint32(u.d, &env->vec_status); in helper_efdctuf()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3790 uint32_t float64_to_uint32(float64 a, float_status *s) in float64_to_uint32() function