/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 100 #define int32_to_float64 ___int32_to_float64 macro 114 #define int32_to_float64 __floatsidf
|
H A D | softfloat.h | 128 float64 int32_to_float64( signed int );
|
H A D | fpa11_cprt.c | 77 fpa11->fpreg[getFn(opcode)].fDouble = int32_to_float64(readRegister(getRd(opcode))); in PerformFLT()
|
H A D | softfloat.c | 780 float64 int32_to_float64( int32 a ) in int32_to_float64() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cprt.c | 93 int32_to_float64(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 358 ret = int32_to_float64(t0, &env->fp_status); in helper_float_DT()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 339 return float64_scalbn(int32_to_float64(v, &env->fp_status), in HELPER()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 210 float64 ret = int32_to_float64(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 200 float64 ret = int32_to_float64(src, &env->fp_status); in helper_fitod()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 654 d->ZMM_D(i) = int32_to_float64(l, &env->sse_status); in glue() 667 d->ZMM_D(0) = int32_to_float64(s->MMX_L(0), &env->sse_status); in helper_cvtpi2pd() 668 d->ZMM_D(1) = int32_to_float64(s->MMX_L(1), &env->sse_status); in helper_cvtpi2pd() 678 d->ZMM_D(0) = int32_to_float64(val, &env->sse_status); in helper_cvtsi2sd()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 504 fd = int32_to_float64((int32_t)fj, &env->fp_status); in helper_ffint_d_w()
|
H A D | vec_helper.c | 2961 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * 2 * i), 2982 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * (2 * i + 1)), in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 507 return int32_to_float64((int32_t)rs1, &env->fp_status); in helper_fcvt_d_w()
|
H A D | vector_helper.c | 4557 RVVCALL(OPFVV1, vfwcvt_f_x_v_w, WOP_UU_W, H8, H4, int32_to_float64)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 303 WRAP_INT_TO_SF(qemu_i32_to_f64, int32_to_float64, int32_t, float64)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 175 float64 int32_to_float64(int32_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 640 RddV = int32_to_float64(RsV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1283 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsi() 1398 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsf()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 261 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()
|
H A D | msa_helper.c | 6360 f_val = int32_to_float64(a, status); in float64_from_q32()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3949 float64 int32_to_float64(int32_t a, float_status *status) in int32_to_float64() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4631 DO_ZPZ_FP(sve_scvt_sd, uint64_t, H1_8, int32_to_float64) in DO_ZPZ_FP()
|