/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 578 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrm_w_d() 650 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrp_w_d() 790 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftintrne_w_d() 866 fd = (uint64_t)float64_to_int32(fj, &env->fp_status); in helper_ftint_w_d()
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cprt.c | 132 float64_to_int32(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status)); in PerformFIX()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.h | 170 signed int float64_to_int32( struct roundingData *, float64 );
|
H A D | fpa11_cprt.c | 119 writeRegister(getRd(opcode), float64_to_int32(&roundData, fpa11->fpreg[Fn].fDouble)); in PerformFIX()
|
H A D | softfloat.c | 1652 int32 float64_to_int32( struct roundingData *roundData, float64 a ) in float64_to_int32() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 399 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()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 272 res = float64_to_int32(float64_scalbn(v, scale, &fp_status), &fp_status); in HELPER() 304 rv = float64_to_int32(res, &fp_status); in HELPER()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 231 int32_t ret = float64_to_int32(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 482 return float64_to_int32(frs1, &env->fp_status); in helper_fcvt_w_d()
|
H A D | vector_helper.c | 4594 RVVCALL(OPFVV1, vfncvt_x_f_w_w, NOP_UU_W, H4, H8, float64_to_int32) in RVVCALL()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 190 WRAP_SF_TO_INT(qemu_f64_to_i32, float64_to_int32, float64, int_fast32_t)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 594 int32_t ret = float64_to_int32(v2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 759 int32_t float64_to_int32(float64, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 765 RdV = float64_to_int32(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1325 return float64_to_int32(u.d, &env->vec_status); in helper_efdctsi() 1430 return float64_to_int32(u.d, &env->vec_status); in helper_efdctsf()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 722 WRAP_FLOATCONV(int32_t, float64_to_int32, float64, INT32_MIN) in WRAP_FLOATCONV()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3306 int32_t float64_to_int32(float64 a, float_status *s) in float64_to_int32() function
|