aes64ks2

AES Key Schedule Instruction 2

This instruction is defined by:

Encoding

svg

Synopsis

This instruction implements the additional XOR’ing of key words as part of the AES block cipher Key Schedule.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> xs2 = $encoding[24:20];
Bits<5> xs1 = $encoding[19:15];
Bits<5> xd = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original