Searched refs:float64_to_int64_round_to_zero (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/target/openrisc/ |
H A D | fpu_helper.c | 98 return float64_to_int64_round_to_zero(val, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 347 return float64_to_int64_round_to_zero(fa, &FP_STATUS); in helper_cvtgq()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 273 int64_t ret = float64_to_int64_round_to_zero(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 311 int64_t ret = float64_to_int64_round_to_zero(src, &env->fp_status); in helper_fdtox()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 685 fd = float64_to_int64_round_to_zero(fj, &env->fp_status); in helper_ftintrz_l_d()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 231 float64_to_int64_round_to_zero, float64, int_fast64_t)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 476 dt2 = float64_to_int64_round_to_zero(fdt0, in helper_float_trunc_l_d() 781 dt2 = float64_to_int64_round_to_zero(fdt0, &env->active_fpu.fp_status); in helper_float_trunc_2008_l_d()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 764 int64_t float64_to_int64_round_to_zero(float64, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 915 RddV = float64_to_int64_round_to_zero(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 727 WRAP_FLOATCONV(int64_t, float64_to_int64_round_to_zero, float64, INT64_MIN) in WRAP_FLOATCONV()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1364 return float64_to_int64_round_to_zero(u.d, &env->vec_status); in helper_efdctsidz()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3381 int64_t float64_to_int64_round_to_zero(float64 a, float_status *s) in float64_to_int64_round_to_zero() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4549 return float64_to_int64_round_to_zero(f, s); in vfp_float64_to_int64_rtz()
|