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