+ some opcodes added

This commit is contained in:
florian 2021-10-30 20:21:47 +02:00
parent 1bc8aea2b3
commit fb7cdbefb3
4 changed files with 26 additions and 2 deletions

View File

@ -424,5 +424,10 @@
'cas',
'casa',
'casal',
'casl'
'casl',
'sdot',
'sha512h',
'sha512h2',
'sha512su0',
'sha512su1'
);

View File

@ -424,5 +424,10 @@ attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE
);

View File

@ -855,3 +855,12 @@
[CASL]
[SDOT]
[SHA512H]
[SHA512H2]
[SHA512SU0]
[SHA512SU1]

View File

@ -424,5 +424,10 @@ A_LDADDL,
A_CAS,
A_CASA,
A_CASAL,
A_CASL
A_CASL,
A_SDOT,
A_SHA512H,
A_SHA512H2,
A_SHA512SU0,
A_SHA512SU1
);