Searched refs:float32_to_uint32 (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/target/tricore/ |
| H A D | fpu_helper.c | 512 result = float32_to_uint32(f_arg, &env->fp_status); in helper_ftou()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 330 rv = float32_to_uint32(res, &fp_status); in HELPER()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 350 uint32_t ret = float32_to_uint32(arg, &env->fp_status); in HELPER()
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 178 WRAP_SF_TO_INT(qemu_f32_to_ui32, float32_to_uint32, float32, uint_fast32_t)
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 329 return (int32_t)float32_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_s()
|
| H A D | vector_helper.c | 4545 RVVCALL(OPFVV1, vfcvt_xu_f_v_w, OP_UU_W, H4, H4, float32_to_uint32)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 675 uint32_t ret = float32_to_uint32(v2, &env->fpu_status); in HELPER()
|
| H A D | vec_fpu_helper.c | 196 const float32 tmp = float32_to_uint32(a, s); in vclgd32()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 578 RdV = float32_to_uint32(RsV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 583 uint32_t float32_to_uint32(float32, float_status *status);
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 980 return float32_to_uint32(u.f, &env->vec_status); in efsctui() 1062 return float32_to_uint32(u.f, &env->vec_status); in efsctuf()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 3775 uint32_t float32_to_uint32(float32 a, float_status *s) in float32_to_uint32() function
|