pub trait CodeAsmFistp<T> {
    fn fistp(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods§

Implementors§