Home
last modified time | relevance | path

Searched refs:float32_to_int64_round_to_zero (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dfpu_helper.c266 int64_t ret = float32_to_int64_round_to_zero(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c304 int64_t ret = float32_to_int64_round_to_zero(src, &env->fp_status); in helper_fstox()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c702 fd = float32_to_int64_round_to_zero((uint32_t)fj, &env->fp_status); in helper_ftintrz_l_s()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc221 float32_to_int64_round_to_zero, float32, int_fast64_t)
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c490 dt2 = float32_to_int64_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_l_s()
796 dt2 = float32_to_int64_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_2008_l_s()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h572 int64_t float32_to_int64_round_to_zero(float32, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c855 RddV = float32_to_int64_round_to_zero(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/target/i386/
H A Dops_sse.h725 WRAP_FLOATCONV(int64_t, float32_to_int64_round_to_zero, float32, INT64_MIN) in WRAP_FLOATCONV()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3366 int64_t float32_to_int64_round_to_zero(float32 a, float_status *s) in float32_to_int64_round_to_zero() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4540 return float32_to_int64_round_to_zero(f, s); in vfp_float32_to_int64_rtz()