pub trait CodeAsmVpmacssdql<T, U, V, W> { // Required method fn vpmacssdql( &mut self, op0: T, op1: U, op2: V, op3: W, ) -> Result<(), IcedError>; }