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