Home
last modified time | relevance | path

Searched refs:muladd (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dmeson.build51 # whether to raise the invalid flag when dealing with NaNs in muladd.
/openbmc/qemu/target/arm/
H A Dvfp_helper.c1024 dh_ctype_f16 VFP_HELPER(muladd, h)(dh_ctype_f16 a, dh_ctype_f16 b, in VFP_HELPER() argument
1031 float32 VFP_HELPER(muladd, s)(float32 a, float32 b, float32 c, void *fpstp) in VFP_HELPER() argument
1037 float64 VFP_HELPER(muladd, d)(float64 a, float64 b, float64 c, void *fpstp) in VFP_HELPER() argument
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc585 * otherwise return fRC. Note that muladd on PPC is (fRA * fRC) + frB
H A Dsoftfloat-parts.c.inc479 static FloatPartsN *partsN(muladd)(FloatPartsN *a, FloatPartsN *b,
H A Dsoftfloat.c800 PARTS_GENERIC_64_128(muladd, A)(A, B, C, Z, S)
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3487 bool neg_acc, vsxger_muladd_f mul, vsxger_muladd_f muladd, in vsxger() argument
3501 muladd(at, a, b, i, j, op_flags, excp_ptr); in vsxger()