Searched refs:float32_to_int64_round_to_zero (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 266 int64_t ret = float32_to_int64_round_to_zero(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 304 int64_t ret = float32_to_int64_round_to_zero(src, &env->fp_status); in helper_fstox()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 702 fd = float32_to_int64_round_to_zero((uint32_t)fj, &env->fp_status); in helper_ftintrz_l_s()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 221 float32_to_int64_round_to_zero, float32, int_fast64_t)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 490 dt2 = float32_to_int64_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_l_s() 796 dt2 = float32_to_int64_round_to_zero(fst0, &env->active_fpu.fp_status); in helper_float_trunc_2008_l_s()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 572 int64_t float32_to_int64_round_to_zero(float32, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 855 RddV = float32_to_int64_round_to_zero(RsV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 725 WRAP_FLOATCONV(int64_t, float32_to_int64_round_to_zero, float32, INT64_MIN) in WRAP_FLOATCONV()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3366 int64_t float32_to_int64_round_to_zero(float32 a, float_status *s) in float32_to_int64_round_to_zero() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4540 return float32_to_int64_round_to_zero(f, s); in vfp_float32_to_int64_rtz()
|