Searched refs:float32_to_uint64 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 322 uint64_t ret = float32_to_uint64(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 342 return float32_to_uint64(frs1, &env->fp_status); in helper_fcvt_lu_s()
|
H A D | vector_helper.c | 4531 RVVCALL(OPFVV1, vfwcvt_xu_f_v_w, WOP_UU_W, H8, H4, float32_to_uint64)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 179 WRAP_SF_TO_INT(qemu_f32_to_ui64, float32_to_uint64, float32, uint_fast64_t)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 627 uint64_t ret = float32_to_uint64(v2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 580 uint64_t float32_to_uint64(float32, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 720 RddV = float32_to_uint64(RsV, &env->fp_status); in HELPER()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3702 uint64_t float32_to_uint64(float32 a, float_status *s) in float32_to_uint64() function
|