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