diff options
-rw-r--r-- | src/lib/libcrypto/modes/asm/ghash-parisc.pl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/modes/asm/ghash-parisc.pl b/src/lib/libcrypto/modes/asm/ghash-parisc.pl index b17ee8858c..965802d3fa 100644 --- a/src/lib/libcrypto/modes/asm/ghash-parisc.pl +++ b/src/lib/libcrypto/modes/asm/ghash-parisc.pl | |||
@@ -372,6 +372,7 @@ L\$pic_ghash | |||
372 | ldi 0xf0,$mask0xf0 | 372 | ldi 0xf0,$mask0xf0 |
373 | ___ | 373 | ___ |
374 | $code.=<<___ if ($SIZE_T==4); | 374 | $code.=<<___ if ($SIZE_T==4); |
375 | #ifndef __OpenBSD__ | ||
375 | ldi 31,$rem | 376 | ldi 31,$rem |
376 | mtctl $rem,%cr11 | 377 | mtctl $rem,%cr11 |
377 | extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0 | 378 | extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0 |
@@ -481,6 +482,7 @@ $code.=<<___ if ($SIZE_T==4); | |||
481 | nop | 482 | nop |
482 | 483 | ||
483 | L\$parisc1_ghash | 484 | L\$parisc1_ghash |
485 | #endif | ||
484 | ldb 15($Xi),$nlo | 486 | ldb 15($Xi),$nlo |
485 | ldo 12($Htbl),$Hll | 487 | ldo 12($Htbl),$Hll |
486 | ldo 8($Htbl),$Hlh | 488 | ldo 8($Htbl),$Hlh |
diff --git a/src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl b/src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl index b17ee8858c..965802d3fa 100644 --- a/src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl +++ b/src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl | |||
@@ -372,6 +372,7 @@ L\$pic_ghash | |||
372 | ldi 0xf0,$mask0xf0 | 372 | ldi 0xf0,$mask0xf0 |
373 | ___ | 373 | ___ |
374 | $code.=<<___ if ($SIZE_T==4); | 374 | $code.=<<___ if ($SIZE_T==4); |
375 | #ifndef __OpenBSD__ | ||
375 | ldi 31,$rem | 376 | ldi 31,$rem |
376 | mtctl $rem,%cr11 | 377 | mtctl $rem,%cr11 |
377 | extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0 | 378 | extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0 |
@@ -481,6 +482,7 @@ $code.=<<___ if ($SIZE_T==4); | |||
481 | nop | 482 | nop |
482 | 483 | ||
483 | L\$parisc1_ghash | 484 | L\$parisc1_ghash |
485 | #endif | ||
484 | ldb 15($Xi),$nlo | 486 | ldb 15($Xi),$nlo |
485 | ldo 12($Htbl),$Hll | 487 | ldo 12($Htbl),$Hll |
486 | ldo 8($Htbl),$Hlh | 488 | ldo 8($Htbl),$Hlh |