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