| /openbmc/qemu/linux-user/arm/nwfpe/ |
| H A D | fpa11_cprt.c | 85 int32_to_float32(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
|
| /openbmc/qemu/target/openrisc/ |
| H A D | fpu_helper.c | 92 return int32_to_float32(val, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/i386/ |
| H A D | ops_sse.h | 645 d->ZMM_S(i) = int32_to_float32(s->ZMM_L(i), &env->sse_status); in glue() 661 d->ZMM_S(0) = int32_to_float32(s->MMX_L(0), &env->sse_status); in helper_cvtpi2ps() 662 d->ZMM_S(1) = int32_to_float32(s->MMX_L(1), &env->sse_status); in helper_cvtpi2ps() 673 d->ZMM_S(0) = int32_to_float32(val, &env->sse_status); in helper_cvtsi2ss() 1304 d->MMX_S(0) = int32_to_float32(s->MMX_L(0), &env->mmx_status); in helper_pi2fd() 1305 d->MMX_S(1) = int32_to_float32(s->MMX_L(1), &env->mmx_status); in helper_pi2fd() 1310 d->MMX_S(0) = int32_to_float32((int16_t)s->MMX_W(0), &env->mmx_status); in helper_pi2fw() 1311 d->MMX_S(1) = int32_to_float32((int16_t)s->MMX_W(2), &env->mmx_status); in helper_pi2fw()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 193 ret = int32_to_float32(t0, &env->fp_status); in helper_itof()
|
| /openbmc/qemu/target/tricore/ |
| H A D | fpu_helper.c | 454 f_result = int32_to_float32(arg, &env->fp_status); in helper_itof()
|
| /openbmc/qemu/target/sh4/ |
| H A D | op_helper.c | 348 ret = int32_to_float32(t0, &env->fp_status); in helper_float_FT()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 345 return float32_scalbn(int32_to_float32(v, &env->fp_status), in HELPER()
|
| /openbmc/qemu/target/microblaze/ |
| H A D | op_helper.c | 335 fd.f = int32_to_float32(fa.l, &env->fp_status); in helper_flt()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 238 float32 ret = int32_to_float32(arg, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/sparc/ |
| H A D | fop_helper.c | 192 float32 ret = int32_to_float32(src, &env->fp_status); in helper_fitos()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 305 fst2 = int32_to_float32(dt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtps_pw() 306 fsth2 = int32_to_float32(dt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtps_pw() 349 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()
|
| H A D | msa_helper.c | 6350 f_val = int32_to_float32(a, status); in float32_from_q16() 8143 #define float32_from_int32 int32_to_float32
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 491 fd = nanbox_s(int32_to_float32((int32_t)fj, &env->fp_status)); in helper_ffint_s_w()
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 302 WRAP_INT_TO_SF(qemu_i32_to_f32, int32_to_float32, int32_t, float32)
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 346 return nanbox_s(env, int32_to_float32((int32_t)rs1, &env->fp_status)); in helper_fcvt_s_w()
|
| H A D | vector_helper.c | 4569 RVVCALL(OPFVV1, vfcvt_f_x_v_w, OP_UU_W, H4, H4, int32_to_float32)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | vec_fpu_helper.c | 179 return int32_to_float32(a, s); in vcdg32()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 519 RdV = int32_to_float32(RsV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 163 float32 int32_to_float32(int32_t, float_status *status);
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 943 u.f = int32_to_float32(val, &env->vec_status); in efscfsi() 1014 u.f = int32_to_float32(val, &env->vec_status); in efscfsf()
|
| H A D | int_helper.c | 627 VCF(sx, int32_to_float32, s32)
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sme_helper.c | 2140 d[i] = int32_to_float32(s[i], fpst); in HELPER()
|
| H A D | sve_helper.c | 5003 DO_ZPZ_FP(sve_scvt_ss, uint32_t, H1_4, int32_to_float32) in DO_ZPZ_FP()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 3987 float32 int32_to_float32(int32_t a, float_status *status) in int32_to_float32() function
|