Home
last modified time | relevance | path

Searched refs:float64_sqrt (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Ddouble_cpdo.c180 fpa11->fpreg[Fd].fDouble = float64_sqrt(rFm, &fpa11->fp_status); in DoubleCPDO()
/openbmc/qemu/target/alpha/
H A Dvax_helper.c281 fr = float64_sqrt(fa, &FP_STATUS); in helper_sqrtg()
H A Dfpu_helper.c345 fr = float64_sqrt(fa, &FP_STATUS); in helper_sqrtt()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c278 fd = float64_sqrt(fj, &env->fp_status); in helper_fsqrt_d()
316 fp = float64_sqrt(fj, &env->fp_status); in helper_frsqrt_d()
/openbmc/qemu/target/sh4/
H A Dop_helper.c397 t0 = float64_sqrt(t0, &env->fp_status); in helper_fsqrt_DT()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c256 return float64_sqrt(v, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c373 res.f64 = float64_sqrt(a, &soft_status); in bench()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c182 float64 ret = float64_sqrt(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c333 float64 ret = float64_sqrt(src, &env->fp_status); in helper_fsqrtd()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c235 fdt0 = float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_sqrt_d()
1037 fdt2 = float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_rsqrt_d()
1087 fdt2 = float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_rsqrt1_d()
H A Dmsa_helper.c7832 MSA_FLOAT_RECIPROCAL(pwx->d[i], float64_sqrt(pws->d[i], in helper_msa_frsqrt_df()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c451 return float64_sqrt(frs1, &env->fp_status); in helper_fsqrt_d()
H A Dvector_helper.c3787 RVVCALL(OPFVV1, vfsqrt_v_d, OP_UU_D, H8, H8, float64_sqrt)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c875 float64 ret = float64_sqrt(f2, &env->fpu_status); in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c311 return float64_sqrt(a, fpst); in VFP_HELPER()
H A Dsve_helper.c4999 DO_ZPZ_FP(sve_fsqrt_d, uint64_t, H1_8, float64_sqrt) in DO_ZPZ_FP()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h803 float64 float64_sqrt(float64, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h547 d->ZMM_D(i) = float64_sqrt(s->ZMM_D(i), &env->sse_status); in glue()
564 d->ZMM_D(0) = float64_sqrt(s->ZMM_D(0), &env->sse_status); in helper_sqrtsd()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c728 FPU_FSQRT(FSQRT, float64_sqrt) in FPU_FSQRT() argument
754 float64 rets = float64_sqrt(arg, &env->fp_status); \
/openbmc/qemu/fpu/
H A Dsoftfloat.c4731 float64 QEMU_FLATTEN float64_sqrt(float64 xa, float_status *s) in float64_sqrt() function