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