Searched refs:int32_to_float64 (Results 1 – 18 of 18) sorted by relevance
/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cprt.c | 93 int32_to_float64(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
|
/qemu/target/sh4/ |
H A D | op_helper.c | 357 ret = int32_to_float64(t0, &env->fp_status); in helper_float_DT()
|
/qemu/target/xtensa/ |
H A D | fpu_helper.c | 339 return float64_scalbn(int32_to_float64(v, &env->fp_status), in HELPER()
|
/qemu/target/hppa/ |
H A D | fpu_helper.c | 247 float64 ret = int32_to_float64(arg, &env->fp_status); in HELPER()
|
/qemu/target/sparc/ |
H A D | fop_helper.c | 199 float64 ret = int32_to_float64(src, &env->fp_status); in helper_fitod()
|
/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()
|
/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 509 fd = int32_to_float64((int32_t)fj, &env->fp_status); in helper_ffint_d_w()
|
H A D | vec_helper.c | 2960 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * 2 * i), 2981 temp.D(j + ofs * i) = int32_to_float64(Vj->W(j + ofs * (2 * i + 1)), in HELPER()
|
/qemu/tests/fp/ |
H A D | wrap.c.inc | 303 WRAP_INT_TO_SF(qemu_i32_to_f64, int32_to_float64, int32_t, float64)
|
/qemu/target/riscv/ |
H A D | fpu_helper.c | 506 return int32_to_float64((int32_t)rs1, &env->fp_status); in helper_fcvt_d_w()
|
H A D | vector_helper.c | 4608 RVVCALL(OPFVV1, vfwcvt_f_x_v_w, WOP_UU_W, H8, H4, int32_to_float64)
|
/qemu/target/hexagon/ |
H A D | op_helper.c | 528 RddV = int32_to_float64(RsV, &env->fp_status); in HELPER()
|
/qemu/include/fpu/ |
H A D | softfloat.h | 177 float64 int32_to_float64(int32_t, float_status *status);
|
/qemu/target/ppc/ |
H A D | fpu_helper.c | 1281 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsi() 1396 u.d = int32_to_float64(val, &env->vec_status); in helper_efdcfsf()
|
/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 260 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()
|
H A D | msa_helper.c | 6361 f_val = int32_to_float64(a, status); in float64_from_q32()
|
/qemu/fpu/ |
H A D | softfloat.c | 3993 float64 int32_to_float64(int32_t a, float_status *status) in int32_to_float64() function
|
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4990 DO_ZPZ_FP(sve_scvt_sd, uint64_t, H1_8, int32_to_float64) in HELPER()
|