Home
last modified time | relevance | path

Searched refs:int32_to_float32 (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c85 int32_to_float32(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c92 return int32_to_float32(val, &env->fp_status); in HELPER()
/openbmc/qemu/target/i386/
H A Dops_sse.h645 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 Dop_helper.c193 ret = int32_to_float32(t0, &env->fp_status); in helper_itof()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c454 f_result = int32_to_float32(arg, &env->fp_status); in helper_itof()
/openbmc/qemu/target/sh4/
H A Dop_helper.c348 ret = int32_to_float32(t0, &env->fp_status); in helper_float_FT()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c345 return float32_scalbn(int32_to_float32(v, &env->fp_status), in HELPER()
/openbmc/qemu/target/microblaze/
H A Dop_helper.c335 fd.f = int32_to_float32(fa.l, &env->fp_status); in helper_flt()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c238 float32 ret = int32_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c192 float32 ret = int32_to_float32(src, &env->fp_status); in helper_fitos()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c305 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 Dmsa_helper.c6350 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 Dfpu_helper.c491 fd = nanbox_s(int32_to_float32((int32_t)fj, &env->fp_status)); in helper_ffint_s_w()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc302 WRAP_INT_TO_SF(qemu_i32_to_f32, int32_to_float32, int32_t, float32)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c346 return nanbox_s(env, int32_to_float32((int32_t)rs1, &env->fp_status)); in helper_fcvt_s_w()
H A Dvector_helper.c4569 RVVCALL(OPFVV1, vfcvt_f_x_v_w, OP_UU_W, H4, H4, int32_to_float32)
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c179 return int32_to_float32(a, s); in vcdg32()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c519 RdV = int32_to_float32(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h163 float32 int32_to_float32(int32_t, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c943 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 Dint_helper.c627 VCF(sx, int32_to_float32, s32)
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c2140 d[i] = int32_to_float32(s[i], fpst); in HELPER()
H A Dsve_helper.c5003 DO_ZPZ_FP(sve_scvt_ss, uint32_t, H1_4, int32_to_float32) in DO_ZPZ_FP()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3987 float32 int32_to_float32(int32_t a, float_status *status) in int32_to_float32() function