zuc: eea ppc4x fix fast return issue #255

This commit is contained in:
Sun Yimin 2024-10-03 17:11:15 +08:00 committed by GitHub
parent b7d66dbbc7
commit 94372eac9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,7 +375,7 @@ zucSixteens:
ONEROUND(15, R4, R3, R14, R15, R16, R17, R18)
ADD $64, R3
BDNZ zucSixteens
BC 12,2,LR // BEQLR, fast return
BC 12,2,zucRet // fast return
MOVD R6, R5
zucOctet:
@ -462,7 +462,7 @@ zucSixteens:
ONEROUND_REV32(15, R4, R3, R14, R15, R16, R17, R18)
ADD $64, R3
BDNZ zucSixteens
BC 12,2,LR // BEQLR, fast return
BC 12,2,zucRet // fast return
MOVD R6, R5
zucOctet: