Searched refs:float64_to_int32_round_to_zero (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 449 ret = float64_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftrc_DT()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 296 int32_t ret = float64_to_int32_round_to_zero(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 287 int32_t ret = float64_to_int32_round_to_zero(src, &env->fp_status); in helper_fdtoi()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 724 fd = (uint64_t)float64_to_int32_round_to_zero(fj, &env->fp_status); in helper_ftintrz_w_d()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 229 float64_to_int32_round_to_zero, float64, int_fast32_t)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 502 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 D | op_helper.c | 773 RdV = float64_to_int32_round_to_zero(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 769 int32_t float64_to_int32_round_to_zero(float64, float_status *status);
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 723 WRAP_FLOATCONV(int32_t, float64_to_int32_round_to_zero, float64, INT32_MIN) in WRAP_FLOATCONV()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1349 return float64_to_int32_round_to_zero(u.d, &env->vec_status); in helper_efdctsiz()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3453 int32_t float64_to_int32_round_to_zero(float64 a, float_status *s) in float64_to_int32_round_to_zero() function
|