Update asm_arm64.s

This commit is contained in:
Sun Yimin 2022-01-01 17:13:58 +08:00 committed by GitHub
parent ee8e44ff36
commit c0d6e73eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,9 @@ TEXT ·expandKeyAsm(SB),NOSPLIT,$0
VLD1 (R8), [t0.B16]; VLD1 (R8), [t0.B16];
VTBL FLIP_MASK.B16, [t0.B16], t0.B16 VTBL FLIP_MASK.B16, [t0.B16], t0.B16
VEOR t0.B16, FK_MASK.B16, t0.B16 VEOR t0.B16, FK_MASK.B16, t0.B16
VEOR t1.B16, t1.B16, t1.B16
VEOR t2.B16, t2.B16, t2.B16
VEOR t3.B16, t3.B16, t3.B16
VMOV t0.S[1], t1.S[0] VMOV t0.S[1], t1.S[0]
VMOV t0.S[2], t2.S[0] VMOV t0.S[2], t2.S[0]
VMOV t0.S[3], t3.S[0] VMOV t0.S[3], t3.S[0]