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