pub trait CodeAsmFisttp<T> { // Required method fn fisttp(&mut self, op0: T) -> Result<(), IcedError>; }