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