Searched refs:float64_to_int32_round_to_zero (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 101 #define float64_to_int32_round_to_zero ___float64_to_int32_round_to_zero macro 115 #define float64_to_int32_round_to_zero __fixdfsi
|
H A D | softfloat.h | 171 signed int float64_to_int32_round_to_zero( float64 );
|
H A D | softfloat.c | 1680 int32 float64_to_int32_round_to_zero( float64 a ) in float64_to_int32_round_to_zero() function
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 450 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 | 259 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 | 288 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 | 719 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 | 503 wt2 = float64_to_int32_round_to_zero(fdt0, &env->active_fpu.fp_status); in helper_float_trunc_w_d() 811 wt2 = float64_to_int32_round_to_zero(fdt0, &env->active_fpu.fp_status); in helper_float_trunc_2008_w_d()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 763 int32_t float64_to_int32_round_to_zero(float64, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 885 RdV = float64_to_int32_round_to_zero(RssV, &env->fp_status); in HELPER()
|
/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 | 1351 return float64_to_int32_round_to_zero(u.d, &env->vec_status); in helper_efdctsiz()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3376 int32_t float64_to_int32_round_to_zero(float64 a, float_status *s) in float64_to_int32_round_to_zero() function
|