asm/reference

This content has not been validated; it was AI-generated following the x86-64 ISA Documentation generation process to maintain high quality. However, as no human has verified this data, errors may exist. If the accuracy of this data is critical, please consult the Intel SDM. The model used to generate this is gemma4:31b

AESDECLAST



Performs the final round of an AES decryption operation on the destination operand using the source operand as the round key.

The table after the description covers what the source and destinations can be.

source destination(s)
xmm xmm
m128 xmm

DO NOT support LOCK

This instruction is only available when the processor is operating in 64-bit mode or compatibility mode.

To avoid incorrect results, ensure that the source operand contains the final round key and that the destination operand contains the state encrypted by the penultimate round. This instruction omits the AESDecMixCols step, which is required for the final round of the AES decryption process.