Home
last modified time | relevance | path

Searched refs:float64_to_int64 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c547 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrm_l_d()
619 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrp_l_d()
759 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrne_l_d()
829 fd = float64_to_int64(fj, &env->fp_status); in helper_ftint_l_d()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c278 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_l_d()
413 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_l_d()
529 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_l_d()
589 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_l_d()
648 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_2008_l_d()
710 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_2008_l_d()
841 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_d()
909 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_2008_l_d()
H A Dmsa_helper.c6445 q_val = float64_to_int64(a, status); in float64_to_q32()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c287 int64_t ret = float64_to_int64(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc191 WRAP_SF_TO_INT(qemu_f64_to_i64, float64_to_int64, float64, int_fast64_t)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c496 return float64_to_int64(frs1, &env->fp_status); in helper_fcvt_l_d()
H A Dvector_helper.c4554 RVVCALL(OPFVV1, vfcvt_x_f_v_d, OP_UU_D, H8, H8, float64_to_int64)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c544 int64_t ret = float64_to_int64(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c213 const float64 tmp = float64_to_int64(a, s); in vcgd64()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c683 RddV = float64_to_int64(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h766 int64_t float64_to_int64(float64, float_status *status);
/openbmc/qemu/target/ppc/
H A Dint_helper.c737 j = float64_to_int64(t, &s); \
/openbmc/qemu/target/i386/
H A Dops_sse.h726 WRAP_FLOATCONV(int64_t, float64_to_int64, float64, INT64_MIN) in WRAP_FLOATCONV()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3388 int64_t float64_to_int64(float64 a, float_status *s) in float64_to_int64() function