mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 23:48:18 +01:00
A64: Implement SHA1C
This commit is contained in:
parent
3c013bd9f8
commit
da6627124b
2 changed files with 33 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ INST(AESMC, "AESMC", "01001
|
|||
INST(AESIMC, "AESIMC", "0100111000101000011110nnnnnddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - SHA
|
||||
//INST(SHA1C, "SHA1C", "01011110000mmmmm000000nnnnnddddd")
|
||||
INST(SHA1C, "SHA1C", "01011110000mmmmm000000nnnnnddddd")
|
||||
//INST(SHA1P, "SHA1P", "01011110000mmmmm000100nnnnnddddd")
|
||||
//INST(SHA1M, "SHA1M", "01011110000mmmmm001000nnnnnddddd")
|
||||
INST(SHA1SU0, "SHA1SU0", "01011110000mmmmm001100nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue