mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 21:55:06 +01:00
A64: Implement AESE
This commit is contained in:
parent
68f46c8334
commit
ccef85dbb7
8 changed files with 98 additions and 8 deletions
|
|
@ -329,7 +329,7 @@ INST(UMSUBL, "UMSUBL", "10011
|
|||
//INST(UMULH, "UMULH", "10011011110mmmmm011111nnnnnddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - AES
|
||||
//INST(AESE, "AESE", "0100111000101000010010nnnnnddddd")
|
||||
INST(AESE, "AESE", "0100111000101000010010nnnnnddddd")
|
||||
//INST(AESD, "AESD", "0100111000101000010110nnnnnddddd")
|
||||
INST(AESMC, "AESMC", "0100111000101000011010nnnnnddddd")
|
||||
INST(AESIMC, "AESIMC", "0100111000101000011110nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue