Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h85 #define float32_to_int32_round_to_zero __fixsfsi macro
H A Dsoftfloat.h139 signed int float32_to_int32_round_to_zero( float32 );
H A Dsoftfloat.c866 int32 float32_to_int32_round_to_zero( float32 a ) in float32_to_int32_round_to_zero() function
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c103 return float32_to_int32_round_to_zero(val, &env->fp_status); in HELPER()
/openbmc/qemu/target/rx/
H A Dop_helper.c178 ret = float32_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftoi()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c487 result = float32_to_int32_round_to_zero(f_arg, &env->fp_status); in helper_ftoiz()
/openbmc/qemu/target/sh4/
H A Dop_helper.c441 ret = float32_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftrc_FT()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c252 int32_t ret = float32_to_int32_round_to_zero(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c281 int32_t ret = float32_to_int32_round_to_zero(src, &env->fp_status); in helper_fstoi()
/openbmc/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()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c736 fd = float32_to_int32_round_to_zero((uint32_t)fj, &env->fp_status); in helper_ftintrz_w_s()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc219 float32_to_int32_round_to_zero, float32, int_fast32_t)
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c516 wt2 = float32_to_int32_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_w_s()
826 wt2 = float32_to_int32_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_2008_w_s()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h571 int32_t float32_to_int32_round_to_zero(float32, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c825 RdV = float32_to_int32_round_to_zero(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c995 return float32_to_int32_round_to_zero(u.f, &env->vec_status); in efsctsiz()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3361 int32_t float32_to_int32_round_to_zero(float32 a, float_status *s) in float32_to_int32_round_to_zero() function