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