mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-14 13:06:18 +08:00
Updated MFMM (markdown)
parent
3650e08110
commit
ee633c470e
7
MFMM.md
7
MFMM.md
@ -156,13 +156,6 @@ acc0, acc1, acc2, acc3, acc4, acc5是64位寄存器
|
|||||||
+ acc0, 0, 0, acc0
|
+ acc0, 0, 0, acc0
|
||||||
- H(acc0*2^32) L(acc0*2^32) H(acc0*2^32) L(acc0*2^32)
|
- H(acc0*2^32) L(acc0*2^32) H(acc0*2^32) L(acc0*2^32)
|
||||||
|
|
||||||
=》继续优化
|
|
||||||
acc4, acc3, acc2, acc1
|
|
||||||
+ (acc0 - H(acc0*2^32)), 0, 0, acc0
|
|
||||||
- L(acc0*2^32) H(acc0*2^32) L(acc0*2^32)
|
|
||||||
|
|
||||||
acc0 - H(acc0 * 2^32) >= 0显然。
|
|
||||||
|
|
||||||
MOVQ acc0, AX
|
MOVQ acc0, AX
|
||||||
MOVQ acc0, DX
|
MOVQ acc0, DX
|
||||||
SHLQ $32, AX
|
SHLQ $32, AX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user