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