Home
last modified time | relevance | path

Searched refs:float64_to_int64_round_to_zero (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c98 return float64_to_int64_round_to_zero(val, &env->fp_status); in HELPER()
/openbmc/qemu/target/alpha/
H A Dvax_helper.c347 return float64_to_int64_round_to_zero(fa, &FP_STATUS); in helper_cvtgq()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c273 int64_t ret = float64_to_int64_round_to_zero(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c311 int64_t ret = float64_to_int64_round_to_zero(src, &env->fp_status); in helper_fdtox()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c685 fd = float64_to_int64_round_to_zero(fj, &env->fp_status); in helper_ftintrz_l_d()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc231 float64_to_int64_round_to_zero, float64, int_fast64_t)
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c476 dt2 = float64_to_int64_round_to_zero(fdt0, in helper_float_trunc_l_d()
781 dt2 = float64_to_int64_round_to_zero(fdt0, &env->active_fpu.fp_status); in helper_float_trunc_2008_l_d()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h764 int64_t float64_to_int64_round_to_zero(float64, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c915 RddV = float64_to_int64_round_to_zero(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/target/i386/
H A Dops_sse.h727 WRAP_FLOATCONV(int64_t, float64_to_int64_round_to_zero, float64, INT64_MIN) in WRAP_FLOATCONV()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1364 return float64_to_int64_round_to_zero(u.d, &env->vec_status); in helper_efdctsidz()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3381 int64_t float64_to_int64_round_to_zero(float64 a, float_status *s) in float64_to_int64_round_to_zero() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4549 return float64_to_int64_round_to_zero(f, s); in vfp_float64_to_int64_rtz()