Skip to main content

TileloaddEmitter

Trait TileloaddEmitter 

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

TILELOADD.

Supported operand variants:

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

Required Methods§

Source

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

Implementors§