From eb0e43e699dde3ccdee9e5a9c08678b69d53f014 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 4 Sep 2024 15:31:54 +0800 Subject: [PATCH] test VLREPF VERLLF --- sm3/sm3blocks_s390x.s | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sm3/sm3blocks_s390x.s b/sm3/sm3blocks_s390x.s index 18721b3..46f6d83 100644 --- a/sm3/sm3blocks_s390x.s +++ b/sm3/sm3blocks_s390x.s @@ -326,4 +326,9 @@ loop: MOVD 24(digPtr), R4 VSTM d, h, (R4) + VLREPF (0)(R3), TMP2 + VST TMP2, (R4) + VERLLF $8, TMP2, TMP2 + VST TMP2, 16(R4) + RET