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