diff options
Diffstat (limited to 'src/lib/libcrypto/bn/asm/pa-risc2W.s')
-rw-r--r-- | src/lib/libcrypto/bn/asm/pa-risc2W.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/pa-risc2W.s b/src/lib/libcrypto/bn/asm/pa-risc2W.s index a99545754d..a91f3ea5af 100644 --- a/src/lib/libcrypto/bn/asm/pa-risc2W.s +++ b/src/lib/libcrypto/bn/asm/pa-risc2W.s | |||
@@ -783,7 +783,7 @@ $00000012 | |||
783 | COPY %r0,%r10 ; ret = 0 | 783 | COPY %r0,%r10 ; ret = 0 |
784 | MTSARCM %r31 ; i to shift | 784 | MTSARCM %r31 ; i to shift |
785 | DEPD,Z %r3,%sar,64,%r3 ; d <<= i; | 785 | DEPD,Z %r3,%sar,64,%r3 ; d <<= i; |
786 | SUBI 64,%r31,%r19 ; 64 - i; redundent | 786 | SUBI 64,%r31,%r19 ; 64 - i; redundant |
787 | MTSAR %r19 ; (64 -i) to shift | 787 | MTSAR %r19 ; (64 -i) to shift |
788 | SHRPD %r4,%r5,%sar,%r4 ; l>> (64-i) | 788 | SHRPD %r4,%r5,%sar,%r4 ; l>> (64-i) |
789 | MTSARCM %r31 ; i to shift | 789 | MTSARCM %r31 ; i to shift |