// vfmacc.vv vd, rs1, vs2, vm # vd[i] = +(vs2[i] * vs1[i]) + vd[i] VI_VFP_VV_LOOP ({ vd = f32_mulAdd(vs1, vs2, vd); })