Home
last modified time | relevance | path

Searched refs:float64_to_uint64 (Results 1 – 9 of 9) sorted by relevance

/qemu/target/hppa/
H A Dfpu_helper.c323 uint64_t ret = float64_to_uint64(arg, &env->fp_status); in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc182 WRAP_SF_TO_INT(qemu_f64_to_ui64, float64_to_uint64, float64, uint_fast64_t)
/qemu/target/riscv/
H A Dfpu_helper.c502 return float64_to_uint64(frs1, &env->fp_status); in helper_fcvt_lu_d()
H A Dvector_helper.c4295 RVVCALL(OPFVV1, vfcvt_xu_f_v_d, OP_UU_D, H8, H8, float64_to_uint64)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c643 uint64_t ret = float64_to_uint64(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c221 const float64 tmp = float64_to_uint64(a, s); in vclgd64()
/qemu/include/fpu/
H A Dsoftfloat.h775 uint64_t float64_to_uint64(float64, float_status *status);
/qemu/target/hexagon/
H A Dop_helper.c781 RddV = float64_to_uint64(RssV, &env->fp_status); in HELPER()
/qemu/fpu/
H A Dsoftfloat.c3717 uint64_t float64_to_uint64(float64 a, float_status *s) in float64_to_uint64() function