Searched refs:bfloat16_muladd (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 437 bfloat16 bfloat16_muladd(bfloat16, bfloat16, bfloat16, int,
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_helper.c | 1619 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 D | sme_helper.c | 1160 *a = bfloat16_muladd(n, *m, *a, negf, fpst); in do_bfmopa()
|
| H A D | sve_helper.c | 5124 r = bfloat16_muladd(e1, e2, e3, flags, status); in DO_ZPZ_FP()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 2458 bfloat16 QEMU_FLATTEN bfloat16_muladd(bfloat16 a, bfloat16 b, bfloat16 c, in bfloat16_muladd() function
|