Home
last modified time | relevance | path

Searched refs:float32_to_uint32_round_to_zero (Results 1 – 7 of 7) sorted by last modified time

/qemu/target/hppa/
H A Dfpu_helper.c330 uint32_t ret = float32_to_uint32_round_to_zero(arg, &env->fp_status); in HELPER()
/qemu/target/ppc/
H A Dfpu_helper.c1105 return float32_to_uint32_round_to_zero(u.f, &env->vec_status); in efsctuiz()
/qemu/target/hexagon/
H A Dop_helper.c811 RdV = float32_to_uint32_round_to_zero(RsV, &env->fp_status); in HELPER()
/qemu/target/tricore/
H A Dfpu_helper.c544 result = float32_to_uint32_round_to_zero(f_arg, &env->fp_status); in helper_ftouz()
/qemu/include/fpu/
H A Dsoftfloat.h583 uint32_t float32_to_uint32_round_to_zero(float32, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3757 uint32_t float32_to_uint32_round_to_zero(float32 a, float_status *s) in float32_to_uint32_round_to_zero() function
/qemu/tests/fp/
H A Dwrap.c.inc214 float32_to_uint32_round_to_zero, float32, uint_fast32_t)