Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dfpu_helper.c387 uint64_t ret = float32_to_uint64_round_to_zero(arg, &env->fp_status); in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc216 float32_to_uint64_round_to_zero, float32, uint_fast64_t)
/qemu/target/hexagon/
H A Dop_helper.c728 RddV = float32_to_uint64_round_to_zero(RsV, &env->fp_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h588 uint64_t float32_to_uint64_round_to_zero(float32, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3806 uint64_t float32_to_uint64_round_to_zero(float32 a, float_status *s) in float32_to_uint64_round_to_zero() function
/qemu/target/arm/tcg/
H A Dsve_helper.c4661 return float32_to_uint64_round_to_zero(f, s); in vfp_float32_to_uint64_rtz()