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