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