Home
last modified time | relevance | path

Searched refs:float32_to_int64 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c565 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftintrm_l_s()
637 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftintrp_l_s()
777 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftintrne_l_s()
843 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftint_l_s()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c291 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvt_l_s()
429 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_round_l_s()
544 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_ceil_l_s()
604 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_floor_l_s()
663 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvt_2008_l_s()
728 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_round_2008_l_s()
858 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_s()
926 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_floor_2008_l_s()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c280 int64_t ret = float32_to_int64(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc188 WRAP_SF_TO_INT(qemu_f32_to_i64, float32_to_int64, float32, int_fast64_t)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c335 return float32_to_int64(frs1, &env->fp_status); in helper_fcvt_l_s()
H A Dvector_helper.c4590 RVVCALL(OPFVV1, vfwcvt_x_f_v_w, WOP_UU_W, H8, H4, float32_to_int64)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c528 int64_t ret = float32_to_int64(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c623 RddV = float32_to_int64(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h572 int64_t float32_to_int64(float32, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h724 WRAP_FLOATCONV(int64_t, float32_to_int64, float32, INT64_MIN) in WRAP_FLOATCONV()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3373 int64_t float32_to_int64(float32 a, float_status *s) in float32_to_int64() function