test message schedule

This commit is contained in:
Sun Yimin 2024-09-04 15:48:46 +08:00 committed by GitHub
parent f6f7cb7c73
commit 5d7d20c335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -328,14 +328,21 @@ loop:
MOVD 0(digPtr), R4
loadWordByIndex(TMP0, 0)
loadWordByIndex(TMP1, 1)
VSTM TMP0, TMP1, (R4)
MOVD 8(digPtr), R4
loadWordByIndex(TMP2, 2)
loadWordByIndex(TMP3, 3)
VSTM TMP0, TMP3, (R4)
MOVD 8(digPtr), R4
VSTM TMP2, TMP3, (R4)
MOVD 16(digPtr), R4
loadWordByIndex(TMP0, 64)
loadWordByIndex(TMP1, 65)
VSTM TMP0, TMP1, (R4)
MOVD 24(digPtr), R4
loadWordByIndex(TMP2, 66)
loadWordByIndex(TMP3, 67)
VSTM TMP0, TMP3, (R4)
VSTM TMP2, TMP3, (R4)
RET