mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-28 13:16:19 +08:00
sm3: arm64, try BIC instruction
This commit is contained in:
parent
d46ef92f74
commit
aa5ff27e5e
@ -94,8 +94,7 @@
|
||||
ADDW h, hlp0; \ // Wt + h
|
||||
ADDW BX, hlp0; \ // h + ss1 + Wt
|
||||
ANDW e, f, DX; \ // e AND f
|
||||
MVNW e, BX; \ // NOT(e)
|
||||
ANDW g, BX; \ // NOT(e) AND g
|
||||
BICW e, g, BX; \ // NOT(e) AND g
|
||||
ORRW DX, BX; \
|
||||
ADDW hlp0, BX
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user