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