sm3: ppc64x debug 1

This commit is contained in:
Sun Yimin 2024-09-05 13:31:23 +08:00 committed by GitHub
parent eacd58c06c
commit bc4b8e691f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,12 +22,11 @@ GLOBL mask<>(SB), 8, $64
#define P8_STXVB16X(VS,RA,RB) STXVB16X VS, (RA+RB) #define P8_STXVB16X(VS,RA,RB) STXVB16X VS, (RA+RB)
# else # else
#define P8_LXVB16X(RA,RB,VT) \ #define P8_LXVB16X(RA,RB,VT) \
LXVD2X (RA+RB), VT \ LXVD2X (RA+RB), VT
XXPERMDI VT, VT, $2, VT
#define P8_STXVB16X(VS,RA,RB) \ #define P8_STXVB16X(VS,RA,RB) \
XXPERMDI VS, VS, $2, VS \
STXVD2X VS, (RA+RB) STXVD2X VS, (RA+RB)
# endif // defined(GOPPC64_power9) # endif // defined(GOPPC64_power9)
#else #else
#define P8_LXVB16X(RA,RB,VT) LXVD2X (RA+RB), VT #define P8_LXVB16X(RA,RB,VT) LXVD2X (RA+RB), VT