Home
last modified time | relevance | path

Searched refs:float64_to_int32_round_to_zero (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dop_helper.c449 ret = float64_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftrc_DT()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c296 int32_t ret = float64_to_int32_round_to_zero(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c287 int32_t ret = float64_to_int32_round_to_zero(src, &env->fp_status); in helper_fdtoi()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c724 fd = (uint64_t)float64_to_int32_round_to_zero(fj, &env->fp_status); in helper_ftintrz_w_d()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc229 float64_to_int32_round_to_zero, float64, int_fast32_t)
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c502 wt2 = float64_to_int32_round_to_zero(fdt0, &env->active_fpu.fp_status); in helper_float_trunc_w_d()
810 wt2 = float64_to_int32_round_to_zero(fdt0, &env->active_fpu.fp_status); in helper_float_trunc_2008_w_d()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c773 RdV = float64_to_int32_round_to_zero(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h769 int32_t float64_to_int32_round_to_zero(float64, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h723 WRAP_FLOATCONV(int32_t, float64_to_int32_round_to_zero, float64, INT32_MIN) in WRAP_FLOATCONV()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1349 return float64_to_int32_round_to_zero(u.d, &env->vec_status); in helper_efdctsiz()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3453 int32_t float64_to_int32_round_to_zero(float64 a, float_status *s) in float64_to_int32_round_to_zero() function