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