mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
A64: Implement AESE
This commit is contained in:
parent
68f46c8334
commit
ccef85dbb7
8 changed files with 98 additions and 8 deletions
|
|
@ -181,6 +181,7 @@ OPCODE(CRC32ISO32, T::U32, T::U32, T::U32
|
|||
OPCODE(CRC32ISO64, T::U32, T::U32, T::U64 )
|
||||
|
||||
// AES instructions
|
||||
OPCODE(AESEncrypt, T::U128, T::U128 )
|
||||
OPCODE(AESInverseMixColumns, T::U128, T::U128 )
|
||||
OPCODE(AESMixColumns, T::U128, T::U128 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue