Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips regen
details: https://anonhg.NetBSD.org/src/rev/5ce14f4b4195
branches: trunk
changeset: 934990:5ce14f4b4195
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 21 22:16:16 2020 +0000
description:
regen
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S | 6 ++----
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r a68f2e332efc -r 5ce14f4b4195 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S Sun Jun 21 22:16:08 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S Sun Jun 21 22:16:16 2020 +0000
@@ -316,9 +316,8 @@
sw $11,-2*4($4)
.set noreorder
+ bgtz $8,.L_bn_sqr_words_loop
sw $10,-4($4)
- bgtz $8,.L_bn_sqr_words_loop
- nop
beqz $6,.L_bn_sqr_words_return
nop
@@ -589,9 +588,8 @@
lw $4,($7)
move $10,$5
- lw $5,-4($7)
bne $4,$6,bn_div_3_words_internal
- nop
+ lw $5,-4($7)
li $2,-1
jr $31
move $4,$2
diff -r a68f2e332efc -r 5ce14f4b4195 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S Sun Jun 21 22:16:08 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S Sun Jun 21 22:16:16 2020 +0000
@@ -313,9 +313,8 @@
sd $11,-2*8($4)
.set noreorder
+ bgtz $8,.L_bn_sqr_words_loop
sd $10,-8($4)
- bgtz $8,.L_bn_sqr_words_loop
- nop
beqz $6,.L_bn_sqr_words_return
nop
@@ -586,9 +585,8 @@
ld $4,($7)
move $10,$5
- ld $5,-8($7)
bne $4,$6,bn_div_3_words_internal
- nop
+ ld $5,-8($7)
li $2,-1
jr $31
move $4,$2
Home |
Main Index |
Thread Index |
Old Index