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