mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
sm4: use simple inst.
This commit is contained in:
parent
c813a1fb65
commit
fe84641340
@ -54,7 +54,7 @@
|
|||||||
PXOR t3, x; \
|
PXOR t3, x; \
|
||||||
SM4_TAO_L2(x, y, XTMP6, XTMP7); \
|
SM4_TAO_L2(x, y, XTMP6, XTMP7); \
|
||||||
PXOR x, t0; \
|
PXOR x, t0; \
|
||||||
PEXTRD $0, t0, R8; \
|
MOVL t0, R8; \ // _mm_cvtsi128_si32
|
||||||
MOVL R8, (index * 4)(DX)(CX*1); \
|
MOVL R8, (index * 4)(DX)(CX*1); \
|
||||||
MOVL R8, (12 - index * 4)(DI)(SI*1)
|
MOVL R8, (12 - index * 4)(DI)(SI*1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user