Searched refs:muladd (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/fp/ |
H A D | meson.build | 51 # whether to raise the invalid flag when dealing with NaNs in muladd.
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 1024 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 D | softfloat-specialize.c.inc | 585 * otherwise return fRC. Note that muladd on PPC is (fRA * fRC) + frB
|
H A D | softfloat-parts.c.inc | 479 static FloatPartsN *partsN(muladd)(FloatPartsN *a, FloatPartsN *b,
|
H A D | softfloat.c | 800 PARTS_GENERIC_64_128(muladd, A)(A, B, C, Z, S)
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 3487 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()
|