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