Skip to main content

InvvpidEmitter

Trait InvvpidEmitter 

Source
pub trait InvvpidEmitter<A, B> {
    // Required method
    fn invvpid(&mut self, op0: A, op1: B);
}
Expand description

INVVPID.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpq, Mem |
+---+----------+

Required Methods§

Source

fn invvpid(&mut self, op0: A, op1: B)

Implementors§