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