mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
A64: Implement AESD
This commit is contained in:
parent
ccef85dbb7
commit
40614202e7
8 changed files with 92 additions and 10 deletions
|
|
@ -330,7 +330,7 @@ INST(UMSUBL, "UMSUBL", "10011
|
|||
|
||||
// Data Processing - FP and SIMD - AES
|
||||
INST(AESE, "AESE", "0100111000101000010010nnnnnddddd")
|
||||
//INST(AESD, "AESD", "0100111000101000010110nnnnnddddd")
|
||||
INST(AESD, "AESD", "0100111000101000010110nnnnnddddd")
|
||||
INST(AESMC, "AESMC", "0100111000101000011010nnnnnddddd")
|
||||
INST(AESIMC, "AESIMC", "0100111000101000011110nnnnnddddd")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue