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