Home
last modified time | relevance | path

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

/qemu/target/tricore/
H A Dfpu_helper.c512 result = float32_to_uint32(f_arg, &env->fp_status); in helper_ftou()
/qemu/target/xtensa/
H A Dfpu_helper.c323 rv = float32_to_uint32(res, &fp_status); in HELPER()
/qemu/target/hppa/
H A Dfpu_helper.c302 uint32_t ret = float32_to_uint32(arg, &env->fp_status); in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc178 WRAP_SF_TO_INT(qemu_f32_to_ui32, float32_to_uint32, float32, uint_fast32_t)
/qemu/target/riscv/
H A Dfpu_helper.c330 return (int32_t)float32_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_s()
H A Dvector_helper.c4297 RVVCALL(OPFVV1, vfcvt_xu_f_v_w, OP_UU_W, H4, H4, float32_to_uint32)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c676 uint32_t ret = float32_to_uint32(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c197 const float32 tmp = float32_to_uint32(a, s); in vclgd32()
/qemu/include/fpu/
H A Dsoftfloat.h579 uint32_t float32_to_uint32(float32, float_status *status);
/qemu/target/hexagon/
H A Dop_helper.c690 RdV = float32_to_uint32(RsV, &env->fp_status); in HELPER()
/qemu/target/ppc/
H A Dfpu_helper.c982 return float32_to_uint32(u.f, &env->vec_status); in efsctui()
1064 return float32_to_uint32(u.f, &env->vec_status); in efsctuf()
/qemu/fpu/
H A Dsoftfloat.c3697 uint32_t float32_to_uint32(float32 a, float_status *s) in float32_to_uint32() function