Home
last modified time | relevance | path

Searched refs:float64_to_int32 (Results 1 – 14 of 14) sorted by last modified time

/qemu/target/hppa/
H A Dfpu_helper.c225 int32_t ret = float64_to_int32(arg, &env->fp_status); in HELPER()
/qemu/target/riscv/
H A Dvector_helper.c4393 RVVCALL(OPFVV1, vfncvt_x_f_w_w, NOP_UU_W, H4, H8, float64_to_int32) in RVVCALL()
H A Dfpu_helper.c482 return float64_to_int32(frs1, &env->fp_status); in helper_fcvt_w_d()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c577 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrm_w_d()
649 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrp_w_d()
789 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrne_w_d()
865 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftint_w_d()
/qemu/target/ppc/
H A Dfpu_helper.c1422 return float64_to_int32(u.d, &env->vec_status); in helper_efdctsi()
1527 return float64_to_int32(u.d, &env->vec_status); in helper_efdctsf()
/qemu/target/hexagon/
H A Dop_helper.c766 RdV = float64_to_int32(RssV, &env->fp_status); in HELPER()
/qemu/target/i386/
H A Dops_sse.h722 WRAP_FLOATCONV(int32_t, float64_to_int32, float64, INT32_MIN) in WRAP_FLOATCONV()
/qemu/include/fpu/
H A Dsoftfloat.h759 int32_t float64_to_int32(float64, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3306 int32_t float64_to_int32(float64 a, float_status *s) in float64_to_int32() function
/qemu/target/xtensa/
H A Dfpu_helper.c265 res = float64_to_int32(float64_scalbn(v, scale, &fp_status), &fp_status); in HELPER()
297 rv = float64_to_int32(res, &fp_status); in HELPER()
/qemu/target/s390x/tcg/
H A Dfpu_helper.c594 int32_t ret = float64_to_int32(v2, &env->fpu_status); in HELPER()
/qemu/target/mips/tcg/
H A Dfpu_helper.c399 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_w_d()
446 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_round_w_d()
560 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_w_d()
620 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_floor_w_d()
679 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_2008_w_d()
747 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_round_2008_w_d()
876 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_d()
944 wt2 = float64_to_int32(fdt0, &env->active_fpu.fp_status); in helper_float_floor_2008_w_d()
/qemu/tests/fp/
H A Dwrap.c.inc190 WRAP_SF_TO_INT(qemu_f64_to_i32, float64_to_int32, float64, int_fast32_t)
/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c132 float64_to_int32(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status)); in PerformFIX()