Skip to main content

Prefetchit1Emitter

Trait Prefetchit1Emitter 

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

PREFETCHIT1.

Supported operand variants:

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

Required Methods§

Source

fn prefetchit1(&mut self, op0: A)

Implementors§