pub fn vfma32x4<E>( into: &mut E, dst: impl Into<VReg>, a: impl Into<VReg>, b: impl Into<VReg>, c: impl Into<VReg>, )where E: Extend<u8>,
encode
dst = ieee_fma(a, b, c)