AMX-INT8 Instructions
4 x86 instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| tdpbssd | TDPBSSD tmm1, tmm2, tmm3 | VEX | Matrix multiply (Signed Int8 * Signed Int8) accumulating to Int32. |
| tdpbsud | TDPBSUD tmm1, tmm2, tmm3 | VEX | Matrix multiply (Signed * Unsigned) accumulating to Int32. |
| tdpbusd | TDPBUSD tmm1, tmm2, tmm3 | VEX | Matrix multiply (Unsigned * Signed) accumulating to Int32. |
| tdpbuud | TDPBUUD tmm1, tmm2, tmm3 | VEX | Matrix multiply (Unsigned * Unsigned) accumulating to Int32. |