Home
last modified time | relevance | path

Searched refs:float64_to_uint32_round_to_zero (Results 1 – 6 of 6) sorted by relevance

/qemu/target/hppa/
H A Dfpu_helper.c380 uint32_t ret = float64_to_uint32_round_to_zero(arg, &env->fp_status); in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc224 float64_to_uint32_round_to_zero, float64, uint_fast32_t)
/qemu/target/hexagon/
H A Dop_helper.c758 RdV = float64_to_uint32_round_to_zero(RssV, &env->fp_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h784 uint32_t float64_to_uint32_round_to_zero(float64, float_status *status);
/qemu/target/ppc/
H A Dfpu_helper.c1375 return float64_to_uint32_round_to_zero(u.d, &env->vec_status); in helper_efdctuiz()
/qemu/fpu/
H A Dsoftfloat.c3816 uint32_t float64_to_uint32_round_to_zero(float64 a, float_status *s) in float64_to_uint32_round_to_zero() function