Searched refs:float128_mul (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 160 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()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 319 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()
|
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 399 res.f128 = float128_mul(a, b, &soft_status); in bench()
|
H A D | wrap.c.inc | 555 WRAP2_128(qemu_f128M_mul, float128_mul)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 1241 float128 float128_mul(float128, float128, float_status *status);
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1697 t.f128 = float128_mul(xa->f128, xb->f128, &tstat); in helper_xsmulqp()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2186 float128_mul(float128 a, float128 b, float_status *status) in float128_mul() function
|