Searched refs:float32_to_int32_round_to_zero (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 85 #define float32_to_int32_round_to_zero __fixsfsi macro
|
H A D | softfloat.h | 139 signed int float32_to_int32_round_to_zero( float32 );
|
H A D | softfloat.c | 866 int32 float32_to_int32_round_to_zero( float32 a ) in float32_to_int32_round_to_zero() function
|
/openbmc/qemu/target/openrisc/ |
H A D | fpu_helper.c | 103 return float32_to_int32_round_to_zero(val, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/rx/ |
H A D | op_helper.c | 178 ret = float32_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftoi()
|
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 487 result = float32_to_int32_round_to_zero(f_arg, &env->fp_status); in helper_ftoiz()
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 441 ret = float32_to_int32_round_to_zero(t0, &env->fp_status); in helper_ftrc_FT()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 252 int32_t ret = float32_to_int32_round_to_zero(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 281 int32_t ret = float32_to_int32_round_to_zero(src, &env->fp_status); in helper_fstoi()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 721 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 D | fpu_helper.c | 736 fd = float32_to_int32_round_to_zero((uint32_t)fj, &env->fp_status); in helper_ftintrz_w_s()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 219 float32_to_int32_round_to_zero, float32, int_fast32_t)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 516 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 D | softfloat.h | 571 int32_t float32_to_int32_round_to_zero(float32, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 825 RdV = float32_to_int32_round_to_zero(RsV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 995 return float32_to_int32_round_to_zero(u.f, &env->vec_status); in efsctsiz()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3361 int32_t float32_to_int32_round_to_zero(float32 a, float_status *s) in float32_to_int32_round_to_zero() function
|