Home
last modified time | relevance | path

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

/qemu/target/loongarch/tcg/
H A Dfpu_helper.c595 fd = (uint64_t)float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftintrm_w_s()
667 fd = (uint64_t)float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftintrp_w_s()
807 fd = float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftintrne_w_s()
851 fd = (uint64_t)float32_to_int32((uint32_t)fj, &env->fp_status); in helper_ftint_w_s()
/qemu/target/mips/tcg/
H A Dfpu_helper.c318 wt2 = float32_to_int32(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()
325 wth2 = float32_to_int32(fdt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()
386 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_cvt_w_s()
462 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_round_w_s()
575 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_ceil_w_s()
635 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_floor_w_s()
694 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_cvt_2008_w_s()
765 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_round_2008_w_s()
893 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_s()
961 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_floor_2008_w_s()
H A Dmsa_helper.c6392 q_val = float32_to_int32(a, status); in float32_to_q16()
/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c124 float32_to_int32(fpa11->fpreg[Fn].fSingle, &fpa11->fp_status)); in PerformFIX()
/qemu/target/xtensa/
H A Dfpu_helper.c278 res = float32_to_int32(float32_scalbn(v, scale, &fp_status), &fp_status); in HELPER()
318 rv = float32_to_int32(res, &fp_status); in HELPER()
/qemu/target/rx/
H A Dop_helper.c186 ret = float32_to_int32(t0, &env->fp_status); in helper_round()
/qemu/target/microblaze/
H A Dop_helper.c335 r = float32_to_int32(fa.f, &env->fp_status); in helper_fint()
/qemu/target/tricore/
H A Dfpu_helper.c362 result = float32_to_int32(f_arg, &env->fp_status); in helper_ftoi()
/qemu/target/hppa/
H A Dfpu_helper.c218 int32_t ret = float32_to_int32(arg, &env->fp_status); in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc187 WRAP_SF_TO_INT(qemu_f32_to_i32, float32_to_int32, float32, int_fast32_t)
/qemu/target/riscv/
H A Dfpu_helper.c324 return float32_to_int32(frs1, &env->fp_status); in helper_fcvt_w_s()
H A Dvector_helper.c4302 RVVCALL(OPFVV1, vfcvt_x_f_v_w, OP_UU_W, H4, H4, float32_to_int32)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c578 int32_t ret = float32_to_int32(v2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c190 const float32 tmp = float32_to_int32(a, s); in vcgd32()
/qemu/include/fpu/
H A Dsoftfloat.h567 int32_t float32_to_int32(float32, float_status *status);
/qemu/target/hexagon/
H A Dop_helper.c706 RdV = float32_to_int32(RsV, &env->fp_status); in HELPER()
/qemu/target/ppc/
H A Dfpu_helper.c969 return float32_to_int32(u.f, &env->vec_status); in efsctsi()
1048 return float32_to_int32(u.f, &env->vec_status); in efsctsf()
/qemu/target/i386/
H A Dops_sse.h720 WRAP_FLOATCONV(int32_t, float32_to_int32, float32, INT32_MIN) in WRAP_FLOATCONV() argument
/qemu/fpu/
H A Dsoftfloat.c3291 int32_t float32_to_int32(float32 a, float_status *s) in float32_to_int32() function