pub trait CodeAsmVphaddwq<T, U> { // Required method fn vphaddwq(&mut self, op0: T, op1: U) -> Result<(), IcedError>; }