pub trait PrefetchEmitter<A> {
// Required method
fn prefetch(&mut self, op0: A);
}Expand description
PREFETCH.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Mem |
+---+----------+pub trait PrefetchEmitter<A> {
// Required method
fn prefetch(&mut self, op0: A);
}PREFETCH.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Mem |
+---+----------+