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