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