Zkne Instructions
3 RISC-V instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| AES64ES | AES64ES rd, rs1, rs2 | R-Type | Performs one round of AES-128 encryption key schedule generation. |
| AES64KS1I | AES64KS1I rd, rs1, rcon | I-Type | Performs the first part of the AES-128/192/256 key schedule generation (RV64). |
| AES64KS2 | AES64KS2 rd, rs1, rs2 | R-Type | Performs the second part of the AES-192/256 key schedule generation (RV64). |