fmadd.q
Floating-Point Multiply-Add Quad-Precision
This instruction is defined by:
Synopsis
The fmadd.q instruction performs a floating-point multiply-add operation on the values in registers fs1, fs2, and fs3.
It computes the result as (fs1 * fs2) + fs3 and writes the result to the destination register fd.
The fused multiply-add instructions must set the invalid operation exception flag when the multiplicands are and zero, even when the addend is a quiet NaN.