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