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