pub trait CodeAsmTilezero<T> { // Required method fn tilezero(&mut self, op0: T) -> Result<(), IcedError>; }