* a64: Added "ABS" and "CTZ" mnemonics (CSSC instructions)

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2024-04-05 03:01:16 +01:00 committed by FPK
parent 1ba93085f7
commit 88ab9576b1
4 changed files with 12 additions and 2 deletions

View File

@ -429,5 +429,7 @@
'sha512h', 'sha512h',
'sha512h2', 'sha512h2',
'sha512su0', 'sha512su0',
'sha512su1' 'sha512su1',
'abs',
'ctz'
); );

View File

@ -429,5 +429,7 @@ attsufNONE,
attsufNONE, attsufNONE,
attsufNONE, attsufNONE,
attsufNONE, attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE attsufNONE
); );

View File

@ -864,3 +864,7 @@
[SHA512SU0] [SHA512SU0]
[SHA512SU1] [SHA512SU1]
[ABS]
[CTZ]

View File

@ -429,5 +429,7 @@ A_SDOT,
A_SHA512H, A_SHA512H,
A_SHA512H2, A_SHA512H2,
A_SHA512SU0, A_SHA512SU0,
A_SHA512SU1 A_SHA512SU1,
A_ABS,
A_CTZ
); );