summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
diff options
context:
space:
mode:
authorx2018 <xkernel.wang@foxmail.com>2021-10-26 15:16:18 +0800
committerPauli <pauli@openssl.org>2021-10-28 13:10:46 +1000
commit1287dabd0b23326be491125698dd982e4ae28887 (patch)
tree3d6a62803bdd3d8ca9378eda3e7316a9c995c001 /crypto/bn/asm
parent01451721afebabd0b7bdcd4cb3a183c9b590d266 (diff)
fix some code with obvious wrong coding style
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16918)
Diffstat (limited to 'crypto/bn/asm')
-rw-r--r--crypto/bn/asm/sparcv8.S8
-rw-r--r--crypto/bn/asm/sparcv8plus.S6
2 files changed, 7 insertions, 7 deletions
diff --git a/crypto/bn/asm/sparcv8.S b/crypto/bn/asm/sparcv8.S
index 9448700844..e5402cc4e2 100644
--- a/crypto/bn/asm/sparcv8.S
+++ b/crypto/bn/asm/sparcv8.S
@@ -381,7 +381,7 @@ bn_add_words:
inc 16,%o1
addxcc %g3,%g4,%g3
st %g3,[%o0+4]
-
+
ld [%o1-4],%g3
ld [%o2+12],%g4
inc 16,%o2
@@ -469,7 +469,7 @@ bn_sub_words:
inc 16,%o1
subxcc %g3,%g4,%g4
st %g4,[%o0+4]
-
+
ld [%o1-4],%g3
ld [%o2+12],%g4
inc 16,%o2
@@ -1040,7 +1040,7 @@ bn_mul_comba4:
addxcc c_2,t_2,c_2 !=
st c_1,rp(6) !r[6]=c1;
st c_2,rp(7) !r[7]=c2;
-
+
ret
restore %g0,%g0,%o0
@@ -1448,7 +1448,7 @@ bn_sqr_comba4:
addxcc c_2,t_2,c_2 !=
st c_1,rp(6) !r[6]=c1;
st c_2,rp(7) !r[7]=c2;
-
+
ret
restore %g0,%g0,%o0
diff --git a/crypto/bn/asm/sparcv8plus.S b/crypto/bn/asm/sparcv8plus.S
index 696dc7b5fe..8a936f1c72 100644
--- a/crypto/bn/asm/sparcv8plus.S
+++ b/crypto/bn/asm/sparcv8plus.S
@@ -496,7 +496,7 @@ bn_add_words:
inc 16,%o1
addccc %g1,%g2,%g1
stuw %g1,[%o0+4]
-
+
inc 16,%o2
addccc %g3,%g4,%g3
stuw %g3,[%o0+8]
@@ -1126,7 +1126,7 @@ bn_mul_comba4:
srlx t_1,32,c_12 !=
stuw t_1,rp(6) !r[6]=c1;
stuw c_12,rp(7) !r[7]=c2;
-
+
ret
restore %g0,%g0,%o0
@@ -1548,7 +1548,7 @@ bn_sqr_comba4:
srlx t_1,32,c_12
stuw t_1,rp(6) !r[6]=c1;
stuw c_12,rp(7) !r[7]=c2;
-
+
ret
restore %g0,%g0,%o0