Trait iced_x86::code_asm::asm_traits::CodeAsmVpternlogq
source · pub trait CodeAsmVpternlogq<T, U, V, W> {
// Required method
fn vpternlogq(
&mut self,
op0: T,
op1: U,
op2: V,
op3: W
) -> Result<(), IcedError>;
}