Home
last modified time | relevance | path

Searched refs:float32_to_uint32 (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/tricore/
H A Dfpu_helper.c512 result = float32_to_uint32(f_arg, &env->fp_status); in helper_ftou()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c330 rv = float32_to_uint32(res, &fp_status); in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c350 uint32_t ret = float32_to_uint32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc178 WRAP_SF_TO_INT(qemu_f32_to_ui32, float32_to_uint32, float32, uint_fast32_t)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c329 return (int32_t)float32_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_s()
H A Dvector_helper.c4545 RVVCALL(OPFVV1, vfcvt_xu_f_v_w, OP_UU_W, H4, H4, float32_to_uint32)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c675 uint32_t ret = float32_to_uint32(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c196 const float32 tmp = float32_to_uint32(a, s); in vclgd32()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c578 RdV = float32_to_uint32(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h583 uint32_t float32_to_uint32(float32, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c980 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 Dsoftfloat.c3775 uint32_t float32_to_uint32(float32 a, float_status *s) in float32_to_uint32() function