AES-NI

Alex Rønne Petersen alex at lycus.org
Sat Dec 8 09:11:36 PST 2012


On 08-12-2012 18:08, Heinz wrote:
> Hi,
> Are AES-NI instruction set supported by the D inline assembler?
> If not, can they be used by inserting raw data (the corresponding
> opcodes)? Does anyone know the opcodes for the instruction set?
> Thanks

Yes, they are supported.

And yes, you can insert raw machine code with the db, dw, dd, and dq 
directives. The opcodes can be found in the Intel manual.

-- 
Alex Rønne Petersen
alex at lycus.org
http://lycus.org


More information about the Digitalmars-d-learn mailing list