Home
last modified time | relevance | path

Searched refs:bfloat16_muladd (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h437 bfloat16 bfloat16_muladd(bfloat16, bfloat16, bfloat16, int,
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c1619 return bfloat16_muladd(op1, op2, dest, 0, stat); in bfloat16_muladd_f()
1643 return bfloat16_muladd(bfloat16_chs(op1), op2, dest, 0, stat); in bfloat16_mulsub_f()
1667 return bfloat16_muladd(op1, op2, dest, float_muladd_negate_product, stat); in bfloat16_ah_mulsub_f()
H A Dsme_helper.c1160 *a = bfloat16_muladd(n, *m, *a, negf, fpst); in do_bfmopa()
H A Dsve_helper.c5124 r = bfloat16_muladd(e1, e2, e3, flags, status); in DO_ZPZ_FP()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2458 bfloat16 QEMU_FLATTEN bfloat16_muladd(bfloat16 a, bfloat16 b, bfloat16 c, in bfloat16_muladd() function