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