Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h84 #define int32_to_float32 __floatsisf macro
H A Dsoftfloat.h127 float32 int32_to_float32( struct roundingData *, signed int );
H A Dfpa11_cprt.c70 fpa11->fpreg[getFn(opcode)].fSingle = int32_to_float32(&roundData, readRegister(getRd(opcode))); in PerformFLT()
H A Dsoftfloat.c762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() function
/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.c93 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.c194 ret = int32_to_float32(t0, &env->fp_status); in helper_itof()
/openbmc/qemu/target/microblaze/
H A Dop_helper.c323 fd.f = int32_to_float32(fa.l, &env->fp_status); in helper_flt()
/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.c349 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/hppa/
H A Dfpu_helper.c196 float32 ret = int32_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c193 float32 ret = int32_to_float32(src, &env->fp_status); in helper_fitos()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c306 fst2 = int32_to_float32(dt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtps_pw()
307 fsth2 = int32_to_float32(dt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtps_pw()
350 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()
H A Dmsa_helper.c6349 f_val = int32_to_float32(a, status); in float32_from_q16()
8142 #define float32_from_int32 int32_to_float32
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c486 fd = nanbox_s(int32_to_float32((int32_t)fj, &env->fp_status)); in helper_ffint_s_w()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c347 return nanbox_s(env, int32_to_float32((int32_t)rs1, &env->fp_status)); in helper_fcvt_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/s390x/tcg/
H A Dvec_fpu_helper.c180 return int32_to_float32(a, s); in vcdg32()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h161 float32 int32_to_float32(int32_t, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c631 RdV = int32_to_float32(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c945 u.f = int32_to_float32(val, &env->vec_status); in efscfsi()
1016 u.f = int32_to_float32(val, &env->vec_status); in efscfsf()
H A Dint_helper.c627 VCF(sx, int32_to_float32, s32)
/openbmc/qemu/fpu/
H A Dsoftfloat.c3909 float32 int32_to_float32(int32_t a, float_status *status) in int32_to_float32() function

12