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