mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +08:00
sm4: arm64 load const issue
This commit is contained in:
parent
218ce35c71
commit
87041f3ad3
@ -50,9 +50,8 @@
|
|||||||
MOVW.P R2, -4(R11)
|
MOVW.P R2, -4(R11)
|
||||||
|
|
||||||
#define load_global_data_1() \
|
#define load_global_data_1() \
|
||||||
LDP nibble_mask<>(SB), (R0, R1) \
|
MOVW 0x0F0F0F0F, R20 \
|
||||||
VMOV R0, NIBBLE_MASK.D[0] \
|
VMOV R20, NIBBLE_MASK.S4 \
|
||||||
VMOV R1, NIBBLE_MASK.D[1] \
|
|
||||||
LDP m1_low<>(SB), (R0, R1) \
|
LDP m1_low<>(SB), (R0, R1) \
|
||||||
VMOV R0, M1L.D[0] \
|
VMOV R0, M1L.D[0] \
|
||||||
VMOV R1, M1L.D[1] \
|
VMOV R1, M1L.D[1] \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user