mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 14:08:17 +01:00
A64: Implement SM3PARTW2
This commit is contained in:
parent
e1b662e90c
commit
20d2491267
2 changed files with 24 additions and 1 deletions
|
|
@ -863,7 +863,7 @@ INST(SM3TT2B, "SM3TT2B", "11001
|
|||
//INST(SHA512SU1, "SHA512SU1", "11001110011mmmmm100010nnnnnddddd")
|
||||
INST(RAX1, "RAX1", "11001110011mmmmm100011nnnnnddddd")
|
||||
//INST(SM3PARTW1, "SM3PARTW1", "11001110011mmmmm110000nnnnnddddd")
|
||||
//INST(SM3PARTW2, "SM3PARTW2", "11001110011mmmmm110001nnnnnddddd")
|
||||
INST(SM3PARTW2, "SM3PARTW2", "11001110011mmmmm110001nnnnnddddd")
|
||||
//INST(SM4EKEY, "SM4EKEY", "11001110011mmmmm110010nnnnnddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - Cryptographic four register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue