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