/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 84 #define int32_to_float32 __floatsisf macro
|
H A D | softfloat.h | 127 float32 int32_to_float32( struct roundingData *, signed int );
|
H A D | fpa11_cprt.c | 70 fpa11->fpreg[getFn(opcode)].fSingle = int32_to_float32(&roundData, readRegister(getRd(opcode))); in PerformFLT()
|
H A D | softfloat.c | 762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() function
|
/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 | 93 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 | 194 ret = int32_to_float32(t0, &env->fp_status); in helper_itof()
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 323 fd.f = int32_to_float32(fa.l, &env->fp_status); in helper_flt()
|
/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 | 349 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/hppa/ |
H A D | fpu_helper.c | 196 float32 ret = int32_to_float32(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 193 float32 ret = int32_to_float32(src, &env->fp_status); in helper_fitos()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 306 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 D | msa_helper.c | 6349 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 D | fpu_helper.c | 486 fd = nanbox_s(int32_to_float32((int32_t)fj, &env->fp_status)); in helper_ffint_s_w()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 347 return nanbox_s(env, int32_to_float32((int32_t)rs1, &env->fp_status)); in helper_fcvt_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/s390x/tcg/ |
H A D | vec_fpu_helper.c | 180 return int32_to_float32(a, s); in vcdg32()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 161 float32 int32_to_float32(int32_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 631 RdV = int32_to_float32(RsV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 945 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 D | int_helper.c | 627 VCF(sx, int32_to_float32, s32)
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3909 float32 int32_to_float32(int32_t a, float_status *status) in int32_to_float32() function
|