Home
last modified time | relevance | path

Searched refs:float32_to_uint64 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dfpu_helper.c322 uint64_t ret = float32_to_uint64(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c342 return float32_to_uint64(frs1, &env->fp_status); in helper_fcvt_lu_s()
H A Dvector_helper.c4531 RVVCALL(OPFVV1, vfwcvt_xu_f_v_w, WOP_UU_W, H8, H4, float32_to_uint64)
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc179 WRAP_SF_TO_INT(qemu_f32_to_ui64, float32_to_uint64, float32, uint_fast64_t)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c627 uint64_t ret = float32_to_uint64(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h580 uint64_t float32_to_uint64(float32, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c720 RddV = float32_to_uint64(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3702 uint64_t float32_to_uint64(float32 a, float_status *s) in float32_to_uint64() function