Home
last modified time | relevance | path

Searched refs:float32_to_int32 (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c124 float32_to_int32(fpa11->fpreg[Fn].fSingle, &fpa11->fp_status)); in PerformFIX()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c601 fd = (uint64_t)float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftintrm_w_s()
673 fd = (uint64_t)float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftintrp_w_s()
813 fd = float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftintrne_w_s()
857 fd = (uint64_t)float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftint_w_s()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c317 wt2 = float32_to_int32(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()
324 wth2 = float32_to_int32(fdt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()
385 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_cvt_w_s()
461 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_round_w_s()
574 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_ceil_w_s()
634 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_floor_w_s()
693 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_cvt_2008_w_s()
764 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_round_2008_w_s()
892 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_s()
960 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_floor_2008_w_s()
H A Dmsa_helper.c6393 q_val = float32_to_int32(a, status); in float32_to_q16()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c285 res = float32_to_int32(float32_scalbn(v, scale, &fp_status), &fp_status); in HELPER()
325 rv = float32_to_int32(res, &fp_status); in HELPER()
/openbmc/qemu/target/rx/
H A Dop_helper.c185 ret = float32_to_int32(t0, &env->fp_status); in helper_round()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c362 result = float32_to_int32(f_arg, &env->fp_status); in helper_ftoi()
/openbmc/qemu/target/microblaze/
H A Dop_helper.c347 r = float32_to_int32(fa.f, &env->fp_status); in helper_fint()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c266 int32_t ret = float32_to_int32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc187 WRAP_SF_TO_INT(qemu_f32_to_i32, float32_to_int32, float32, int_fast32_t)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c323 return float32_to_int32(frs1, &env->fp_status); in helper_fcvt_w_s()
H A Dvector_helper.c4553 RVVCALL(OPFVV1, vfcvt_x_f_v_w, OP_UU_W, H4, H4, float32_to_int32)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c577 int32_t ret = float32_to_int32(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c189 const float32 tmp = float32_to_int32(a, s); in vcgd32()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c593 RdV = float32_to_int32(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h571 int32_t float32_to_int32(float32, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c967 return float32_to_int32(u.f, &env->vec_status); in efsctsi()
1046 return float32_to_int32(u.f, &env->vec_status); in efsctsf()
/openbmc/qemu/target/i386/
H A Dops_sse.h720 WRAP_FLOATCONV(int32_t, float32_to_int32, float32, INT32_MIN) in WRAP_FLOATCONV() argument
/openbmc/qemu/fpu/
H A Dsoftfloat.c3368 int32_t float32_to_int32(float32 a, float_status *s) in float32_to_int32() function