Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c132 float64_to_int32(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status)); in PerformFIX()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c583 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrm_w_d()
655 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrp_w_d()
795 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrne_w_d()
871 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftint_w_d()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c272 res = float64_to_int32(float64_scalbn(v, scale, &fp_status), &fp_status); in HELPER()
304 rv = float64_to_int32(res, &fp_status); in HELPER()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c398 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_w_d()
445 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_round_w_d()
559 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_w_d()
619 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_floor_w_d()
678 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_2008_w_d()
746 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_round_2008_w_d()
875 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_d()
943 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_floor_2008_w_d()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c273 int32_t ret = float64_to_int32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc190 WRAP_SF_TO_INT(qemu_f64_to_i32, float64_to_int32, float64, int_fast32_t)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c481 return float64_to_int32(frs1, &env->fp_status); in helper_fcvt_w_d()
H A Dvector_helper.c4644 RVVCALL(OPFVV1, vfncvt_x_f_w_w, NOP_UU_W, H4, H8, float64_to_int32) in RVVCALL()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c593 int32_t ret = float64_to_int32(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c653 RdV = float64_to_int32(RssV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h765 int32_t float64_to_int32(float64, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1323 return float64_to_int32(u.d, &env->vec_status); in helper_efdctsi()
1428 return float64_to_int32(u.d, &env->vec_status); in helper_efdctsf()
/openbmc/qemu/target/i386/
H A Dops_sse.h722 WRAP_FLOATCONV(int32_t, float64_to_int32, float64, INT32_MIN) in WRAP_FLOATCONV()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3383 int32_t float64_to_int32(float64 a, float_status *s) in float64_to_int32() function