Home
last modified time | relevance | path

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

/qemu/fpu/
H A Dsoftfloat.c3311 int64_t float64_to_int64(float64 a, float_status *s) in float64_to_int64() function
/qemu/include/fpu/
H A Dsoftfloat.h760 int64_t float64_to_int64(float64, float_status *status);
/qemu/target/hexagon/
H A Dop_helper.c796 RddV = float64_to_int64(RssV, &env->fp_status); in HELPER()
/qemu/target/hppa/
H A Dfpu_helper.c239 int64_t ret = float64_to_int64(arg, &env->fp_status); in HELPER()
/qemu/target/i386/
H A Dops_sse.h726 WRAP_FLOATCONV(int64_t, float64_to_int64, float64, INT64_MIN) in WRAP_FLOATCONV()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c541 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrm_l_d()
613 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrp_l_d()
753 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrne_l_d()
823 fd = float64_to_int64(fj, &env->fp_status); in helper_ftint_l_d()
/qemu/target/mips/tcg/
H A Dfpu_helper.c279 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_l_d()
414 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_l_d()
530 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_l_d()
590 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_l_d()
649 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_2008_l_d()
711 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_2008_l_d()
842 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_d()
910 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_2008_l_d()
H A Dmsa_helper.c6444 q_val = float64_to_int64(a, status); in float64_to_q32()
/qemu/target/ppc/
H A Dint_helper.c737 j = float64_to_int64(t, &s); \
/qemu/target/riscv/
H A Dfpu_helper.c497 return float64_to_int64(frs1, &env->fp_status); in helper_fcvt_l_d()
H A Dvector_helper.c4303 RVVCALL(OPFVV1, vfcvt_x_f_v_d, OP_UU_D, H8, H8, float64_to_int64)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c545 int64_t ret = float64_to_int64(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c214 const float64 tmp = float64_to_int64(a, s); in vcgd64()
/qemu/tests/fp/
H A Dwrap.c.inc191 WRAP_SF_TO_INT(qemu_f64_to_i64, float64_to_int64, float64, int_fast64_t)