AMX-TILE Instructions
6 x86 instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| ldtilecfg | LDTILECFG m512 | VEX | Loads AMX tile configuration from memory. |
| sttilecfg | STTILECFG m512 | VEX | Stores AMX tile configuration to memory. |
| tileloadd | TILELOADD tmm1, m | VEX | Loads data into an AMX tile register. |
| tileloaddt1 | TILELOADDT1 tmm1, m | VEX | Loads data into an AMX tile register with T1 hint. |
| tilestored | TILESTORED m, tmm1 | VEX | Stores data from an AMX tile register to memory. |
| tilezero | TILEZERO tmm1 | VEX | Clears an AMX tile register. |