Home
last modified time | relevance | path

Searched refs:float64_sub (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Ddouble_cpdo.c108 fpa11->fpreg[Fd].fDouble = float64_sub(rFn,rFm, &fpa11->fp_status); in DoubleCPDO()
112 fpa11->fpreg[Fd].fDouble = float64_sub(rFm,rFn, &fpa11->fp_status); in DoubleCPDO()
/openbmc/qemu/target/alpha/
H A Dvax_helper.c252 fr = float64_sub(fa, fb, &FP_STATUS); in helper_subg()
H A Dfpu_helper.c310 fr = float64_sub(fa, fb, &FP_STATUS); in helper_subt()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1256 dt2 = float64_sub(fdt0, fdt1, &env->active_fpu.fp_status); in helper_float_sub_d()
1364 fdt2 = float64_chs(float64_sub(fdt2, float64_one, in helper_float_recip2_d()
1399 fdt2 = float64_sub(fdt2, float64_one, &env->active_fpu.fp_status); in helper_float_rsqrt2_d()
1592 fst0 = float64_sub(fst0, fst2, &env->active_fpu.fp_status); in helper_float_msub_d()
1674 fst0 = float64_sub(fst0, fst2, &env->active_fpu.fp_status); in helper_float_nmsub_d()
/openbmc/qemu/target/sh4/
H A Dop_helper.c431 t0 = float64_sub(t0, t1, &env->fp_status); in helper_fsub_DT()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c194 return float64_sub(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c361 res.f64 = float64_sub(a, b, &soft_status); in bench()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c203 float64 ret = float64_sub(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c124 float64 ret = float64_sub(src1, src2, &env->fp_status); in helper_fsubd()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c124 fd = float64_sub(fj, fk, &env->fp_status); in helper_fsub_d()
H A Dvec_helper.c2424 DO_3OP_F(vfsub_d, 64, UD, float64_sub)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c401 return float64_sub(frs1, frs2, &env->fp_status); in helper_fsub_d()
H A Dvector_helper.c3204 RVVCALL(OPFVV2, vfsub_vv_d, OP_UUU_D, H8, H8, H8, float64_sub)
3210 RVVCALL(OPFVF2, vfsub_vf_d, OP_UUU_D, H8, H8, float64_sub)
3227 return float64_sub(b, a, s); in float64_rsub()
3268 return float64_sub(float32_to_float64(a, s), in vfwsub32()
3308 return float64_sub(a, float32_to_float64(b, s), s); in vfwsubw32()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c252 float64 ret = float64_sub(f1, f2, &env->fpu_status); in HELPER()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c956 RddV = float64_sub(RssV, RttV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h796 float64 float64_sub(float64, float64, float_status *status);
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c1381 return float64_abs(float64_sub(op1, op2, stat)); in float64_abd()
1399 float64 r = float64_sub(op1, op2, stat); in float64_ah_abd()
1479 DO_3OP(gvec_fsub_d, float64_sub, float64) in DO_3OP()
H A Dsve_helper.c4645 DO_ZPZZ_FP(sve_fsub_d, uint64_t, H1_8, float64_sub) in DO_ZPZZ_FP()
4698 return float64_abs(float64_sub(a, b, s)); in abd_d()
4716 float64 r = float64_sub(op1, op2, stat); in ah_abd_d()
4771 DO_ZPZS_FP(sve_fsubs_d, float64, H1_8, float64_sub)
4789 return float64_sub(b, a, s); in subr_d()
/openbmc/qemu/target/i386/
H A Dops_sse.h979 SSE_HELPER_HPD(hsubpd, float64_sub)
994 d->ZMM_D(i) = float64_sub(v->ZMM_D(i), s->ZMM_D(i), &env->sse_status); in glue()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c785 FPU_HELPER(FSUB, float64_sub, addsub_flags_handler)
1486 u1.d = float64_sub(u1.d, u2.d, &env->vec_status); in helper_efdsub()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2025 float64_sub(float64 a, float64 b, float_status *s) in float64_sub() function