| /openbmc/qemu/linux-user/arm/nwfpe/ |
| H A D | fpa11_cprt.c | 124 float32_to_int32(fpa11->fpreg[Fn].fSingle, &fpa11->fp_status)); in PerformFIX()
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 601 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 D | fpu_helper.c | 317 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 D | msa_helper.c | 6393 q_val = float32_to_int32(a, status); in float32_to_q16()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 285 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 D | op_helper.c | 185 ret = float32_to_int32(t0, &env->fp_status); in helper_round()
|
| /openbmc/qemu/target/tricore/ |
| H A D | fpu_helper.c | 362 result = float32_to_int32(f_arg, &env->fp_status); in helper_ftoi()
|
| /openbmc/qemu/target/microblaze/ |
| H A D | op_helper.c | 347 r = float32_to_int32(fa.f, &env->fp_status); in helper_fint()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 266 int32_t ret = float32_to_int32(arg, &env->fp_status); in HELPER()
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 187 WRAP_SF_TO_INT(qemu_f32_to_i32, float32_to_int32, float32, int_fast32_t)
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 323 return float32_to_int32(frs1, &env->fp_status); in helper_fcvt_w_s()
|
| H A D | vector_helper.c | 4553 RVVCALL(OPFVV1, vfcvt_x_f_v_w, OP_UU_W, H4, H4, float32_to_int32)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 577 int32_t ret = float32_to_int32(v2, &env->fpu_status); in HELPER()
|
| H A D | vec_fpu_helper.c | 189 const float32 tmp = float32_to_int32(a, s); in vcgd32()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 593 RdV = float32_to_int32(RsV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 571 int32_t float32_to_int32(float32, float_status *status);
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 967 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 D | ops_sse.h | 720 WRAP_FLOATCONV(int32_t, float32_to_int32, float32, INT32_MIN) in WRAP_FLOATCONV() argument
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 3368 int32_t float32_to_int32(float32 a, float_status *s) in float32_to_int32() function
|