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