Searched refs:float64_to_uint64 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 329 uint64_t ret = float64_to_uint64(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 502 return float64_to_uint64(frs1, &env->fp_status); in helper_fcvt_lu_d()
|
H A D | vector_helper.c | 4496 RVVCALL(OPFVV1, vfcvt_xu_f_v_d, OP_UU_D, H8, H8, float64_to_uint64)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 182 WRAP_SF_TO_INT(qemu_f64_to_ui64, float64_to_uint64, float64, uint_fast64_t)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 643 uint64_t ret = float64_to_uint64(v2, &env->fpu_status); in HELPER()
|
H A D | vec_fpu_helper.c | 221 const float64 tmp = float64_to_uint64(a, s); in vclgd64()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 775 uint64_t float64_to_uint64(float64, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 780 RddV = float64_to_uint64(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3717 uint64_t float64_to_uint64(float64 a, float_status *s) in float64_to_uint64() function
|