Skip to main content

Prefetchit0Emitter

Trait Prefetchit0Emitter 

Source
pub trait Prefetchit0Emitter<A> {
    // Required method
    fn prefetchit0(&mut self, op0: A);
}
Expand description

PREFETCHIT0.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Mem      |
+---+----------+

Required Methods§

Source

fn prefetchit0(&mut self, op0: A)

Implementors§