/openbmc/linux/arch/arm/nwfpe/ |
H A D | double_cpdo.c | 95 [SQT_CODE >> 20] = float64_sqrt,
|
H A D | softfloat.h | 188 float64 float64_sqrt( struct roundingData *, float64 );
|
H A D | softfloat.c | 2331 float64 float64_sqrt( struct roundingData *roundData, float64 a ) in float64_sqrt() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | double_cpdo.c | 180 fpa11->fpreg[Fd].fDouble = float64_sqrt(rFm, &fpa11->fp_status); in DoubleCPDO()
|
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 282 fr = float64_sqrt(fa, &FP_STATUS); in helper_sqrtg()
|
H A D | fpu_helper.c | 346 fr = float64_sqrt(fa, &FP_STATUS); in helper_sqrtt()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 271 fd = float64_sqrt(fj, &env->fp_status); in helper_fsqrt_d() 309 fp = float64_sqrt(fj, &env->fp_status); in helper_frsqrt_d()
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 398 t0 = float64_sqrt(t0, &env->fp_status); in helper_fsqrt_DT()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 256 return float64_sqrt(v, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 140 float64 ret = float64_sqrt(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 373 res.f64 = float64_sqrt(a, &soft_status); in bench()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 334 float64 ret = float64_sqrt(src, &env->fp_status); in helper_fsqrtd()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 236 fdt0 = float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_sqrt_d() 1038 fdt2 = float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_rsqrt_d() 1088 fdt2 = float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_rsqrt1_d()
|
H A D | msa_helper.c | 7831 MSA_FLOAT_RECIPROCAL(pwx->d[i], float64_sqrt(pws->d[i], in helper_msa_frsqrt_df()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 452 return float64_sqrt(frs1, &env->fp_status); in helper_fsqrt_d()
|
H A D | vector_helper.c | 3737 RVVCALL(OPFVV1, vfsqrt_v_d, OP_UU_D, H8, H8, float64_sqrt)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 876 float64 ret = float64_sqrt(f2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 329 return float64_sqrt(a, &env->vfp.fp_status); in VFP_HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 795 float64 float64_sqrt(float64, float_status *status);
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 547 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 D | fpu_helper.c | 730 FPU_FSQRT(FSQRT, float64_sqrt) in FPU_FSQRT() argument 756 float64 rets = float64_sqrt(arg, &env->fp_status); \
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4645 float64 QEMU_FLATTEN float64_sqrt(float64 xa, float_status *s) in float64_sqrt() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4626 DO_ZPZ_FP(sve_fsqrt_d, uint64_t, H1_8, float64_sqrt) in DO_ZPZ_FP()
|