Searched refs:float64_to_uint32 (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 306 rv = float64_to_uint32(res, &fp_status); in HELPER()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 357 uint32_t ret = float64_to_uint32(arg, &env->fp_status); in HELPER()
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 181 WRAP_SF_TO_INT(qemu_f64_to_ui32, float64_to_uint32, float64, uint_fast32_t)
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 491 return (int32_t)float64_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_d()
|
| H A D | vector_helper.c | 4636 RVVCALL(OPFVV1, vfncvt_xu_f_w_w, NOP_UU_W, H4, H8, float64_to_uint32) in RVVCALL()
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 691 uint32_t ret = float64_to_uint32(v2, &env->fpu_status); in HELPER()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 638 RdV = float64_to_uint32(RssV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 780 uint32_t float64_to_uint32(float64, float_status *status);
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 1336 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 D | softfloat.c | 3790 uint32_t float64_to_uint32(float64 a, float_status *s) in float64_to_uint32() function
|