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