Home
last modified time | relevance | path

Searched refs:float128_mul (Results 1 – 7 of 7) sorted by relevance

/qemu/target/sparc/
H A Dfop_helper.c160 float128 ret = float128_mul(f128_in(src1), f128_in(src2), &env->fp_status); in helper_fmulq()
183 float128 ret = float128_mul(float64_to_float128(src1, &env->fp_status), in helper_fdmulq()
/qemu/target/s390x/tcg/
H A Dfpu_helper.c319 float128 ret = float128_mul(ARG128(a), ARG128(b), &env->fpu_status); in HELPER()
329 ret = float128_mul(f1_128, ret, &env->fpu_status); in HELPER()
/qemu/tests/fp/
H A Dfp-bench.c399 res.f128 = float128_mul(a, b, &soft_status); in bench()
H A Dwrap.c.inc555 WRAP2_128(qemu_f128M_mul, float128_mul)
/qemu/include/fpu/
H A Dsoftfloat.h1241 float128 float128_mul(float128, float128, float_status *status);
/qemu/target/ppc/
H A Dfpu_helper.c1697 t.f128 = float128_mul(xa->f128, xb->f128, &tstat); in helper_xsmulqp()
/qemu/fpu/
H A Dsoftfloat.c2186 float128_mul(float128 a, float128 b, float_status *status) in float128_mul() function