Home
last modified time | relevance | path

Searched refs:float32_to_int32_round_to_zero (Results 1 – 14 of 14) sorted by relevance

/qemu/target/openrisc/
H A Dfpu_helper.c102 return float32_to_int32_round_to_zero(val, &env->fp_status); in HELPER()
/qemu/target/rx/
H A Dop_helper.c177 ret = float32_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftoi()
/qemu/target/sh4/
H A Dop_helper.c440 ret = float32_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftrc_FT()
/qemu/target/tricore/
H A Dfpu_helper.c487 result = float32_to_int32_round_to_zero(f_arg, &env->fp_status); in helper_ftoiz()
/qemu/target/hppa/
H A Dfpu_helper.c289 int32_t ret = float32_to_int32_round_to_zero(arg, &env->fp_status); in HELPER()
/qemu/target/sparc/
H A Dfop_helper.c280 int32_t ret = float32_to_int32_round_to_zero(src, &env->fp_status); in helper_fstoi()
/qemu/target/i386/
H A Dops_sse.h721 WRAP_FLOATCONV(int32_t, float32_to_int32_round_to_zero, float32, INT32_MIN) in WRAP_FLOATCONV()
1316 d->MMX_L(0) = float32_to_int32_round_to_zero(s->MMX_S(0), &env->mmx_status); in helper_pf2id()
1317 d->MMX_L(1) = float32_to_int32_round_to_zero(s->MMX_S(1), &env->mmx_status); in helper_pf2id()
1322 d->MMX_L(0) = satsw(float32_to_int32_round_to_zero(s->MMX_S(0), in helper_pf2iw()
1324 d->MMX_L(1) = satsw(float32_to_int32_round_to_zero(s->MMX_S(1), in helper_pf2iw()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c741 fd = float32_to_int32_round_to_zero((uint32_t)fj, &env->fp_status); in helper_ftintrz_w_s()
/qemu/tests/fp/
H A Dwrap.c.inc219 float32_to_int32_round_to_zero, float32, int_fast32_t)
/qemu/target/mips/tcg/
H A Dfpu_helper.c515 wt2 = float32_to_int32_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_w_s()
825 wt2 = float32_to_int32_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_2008_w_s()
/qemu/target/hexagon/
H A Dop_helper.c713 RdV = float32_to_int32_round_to_zero(RsV, &env->fp_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h575 int32_t float32_to_int32_round_to_zero(float32, float_status *status);
/qemu/target/ppc/
H A Dfpu_helper.c993 return float32_to_int32_round_to_zero(u.f, &env->vec_status); in efsctsiz()
/qemu/fpu/
H A Dsoftfloat.c3404 int32_t float32_to_int32_round_to_zero(float32 a, float_status *s) in float32_to_int32_round_to_zero() function