diff options
author | beck <> | 2001-06-22 00:03:44 +0000 |
---|---|---|
committer | beck <> | 2001-06-22 00:03:44 +0000 |
commit | 38b6ff9e5294811c57541ad47940f8f8f41dc114 (patch) | |
tree | 402699541cee3cf3f2943b0384dbda7de534de70 /src/lib/libcrypto/bn/asm | |
parent | afae624d63e4e717c5bae8c7842a4712309f728f (diff) | |
download | openbsd-38b6ff9e5294811c57541ad47940f8f8f41dc114.tar.gz openbsd-38b6ff9e5294811c57541ad47940f8f8f41dc114.tar.bz2 openbsd-38b6ff9e5294811c57541ad47940f8f8f41dc114.zip |
openssl-engine-0.9.6a merge
Diffstat (limited to 'src/lib/libcrypto/bn/asm')
-rw-r--r-- | src/lib/libcrypto/bn/asm/mips3.s | 8 | ||||
-rw-r--r-- | src/lib/libcrypto/bn/asm/pa-risc2.s | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/bn/asm/pa-risc2W.s | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bn/asm/mips3.s b/src/lib/libcrypto/bn/asm/mips3.s index 2df4dcd4b0..45786c00a5 100644 --- a/src/lib/libcrypto/bn/asm/mips3.s +++ b/src/lib/libcrypto/bn/asm/mips3.s | |||
@@ -586,13 +586,13 @@ LEAF(bn_div_3_words) | |||
586 | ld a0,(a3) | 586 | ld a0,(a3) |
587 | move ta2,a1 | 587 | move ta2,a1 |
588 | ld a1,-8(a3) | 588 | ld a1,-8(a3) |
589 | move ta3,ra | 589 | bne a0,a2,.L_bn_div_3_words_proceed |
590 | move v1,zero | ||
591 | li v0,-1 | 590 | li v0,-1 |
592 | beq a0,a2,.L_bn_div_3_words_skip_div | 591 | jr ra |
592 | .L_bn_div_3_words_proceed: | ||
593 | move ta3,ra | ||
593 | bal bn_div_words | 594 | bal bn_div_words |
594 | move ra,ta3 | 595 | move ra,ta3 |
595 | .L_bn_div_3_words_skip_div: | ||
596 | dmultu ta2,v0 | 596 | dmultu ta2,v0 |
597 | ld t2,-16(a3) | 597 | ld t2,-16(a3) |
598 | move ta0,zero | 598 | move ta0,zero |
diff --git a/src/lib/libcrypto/bn/asm/pa-risc2.s b/src/lib/libcrypto/bn/asm/pa-risc2.s index 7239aa2c76..af9730d062 100644 --- a/src/lib/libcrypto/bn/asm/pa-risc2.s +++ b/src/lib/libcrypto/bn/asm/pa-risc2.s | |||
@@ -1611,7 +1611,7 @@ bn_mul_comba4 | |||
1611 | .IMPORT $global$,DATA | 1611 | .IMPORT $global$,DATA |
1612 | .SPACE $TEXT$ | 1612 | .SPACE $TEXT$ |
1613 | .SUBSPA $CODE$ | 1613 | .SUBSPA $CODE$ |
1614 | .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=0x2c,SORT=16 | 1614 | .SUBSPA $LIT$,ACCESS=0x2c |
1615 | C$7 | 1615 | C$7 |
1616 | .ALIGN 8 | 1616 | .ALIGN 8 |
1617 | .STRINGZ "Division would overflow (%d)\n" | 1617 | .STRINGZ "Division would overflow (%d)\n" |
diff --git a/src/lib/libcrypto/bn/asm/pa-risc2W.s b/src/lib/libcrypto/bn/asm/pa-risc2W.s index 54b6606252..a99545754d 100644 --- a/src/lib/libcrypto/bn/asm/pa-risc2W.s +++ b/src/lib/libcrypto/bn/asm/pa-risc2W.s | |||
@@ -1598,7 +1598,7 @@ bn_mul_comba4 | |||
1598 | .IMPORT $global$,DATA | 1598 | .IMPORT $global$,DATA |
1599 | .SPACE $TEXT$ | 1599 | .SPACE $TEXT$ |
1600 | .SUBSPA $CODE$ | 1600 | .SUBSPA $CODE$ |
1601 | .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=0x2c,SORT=16 | 1601 | .SUBSPA $LIT$,ACCESS=0x2c |
1602 | C$4 | 1602 | C$4 |
1603 | .ALIGN 8 | 1603 | .ALIGN 8 |
1604 | .STRINGZ "Division would overflow (%d)\n" | 1604 | .STRINGZ "Division would overflow (%d)\n" |