Update asm_arm64.s

This commit is contained in:
Sun Yimin 2021-12-31 16:39:17 +08:00 committed by GitHub
parent 7b29804905
commit 7154c92ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,11 +121,9 @@ GLOBL fk_mask<>(SB), (NOPTR+RODATA), $16
VEOR y.B16, x.B16, x.B16 VEOR y.B16, x.B16, x.B16
#define SM4_TAO_L2(x, y) \ #define SM4_TAO_L2(x, y) \
LDP nibble_mask<>(SB), (R0, R1); \
VMOV R0, XTMP6.D[0]; \ VMOV R0, XTMP6.D[0]; \
VMOV R1, XTMP6.D[1]; \ VMOV R1, XTMP6.D[1]; \
VAND x.B16, XTMP6.B16, XTMP7.B16; \ VAND x.B16, XTMP6.B16, XTMP7.B16; \
LDP m1_low<>(SB), (R0, R1); \
VMOV R0, y.D[0]; \ VMOV R0, y.D[0]; \
VMOV R1, y.D[1]; \ VMOV R1, y.D[1]; \
; \ //#################### 4 parallel L2 linear transforms ##################// ; \ //#################### 4 parallel L2 linear transforms ##################//