Index: openssl/crypto/perlasm/cbc.pl |
=================================================================== |
--- openssl/crypto/perlasm/cbc.pl (revision 105093) |
+++ openssl/crypto/perlasm/cbc.pl (working copy) |
@@ -158,7 +158,6 @@ |
&jmp_ptr($count); |
&set_label("ej7"); |
- &xor("edx", "edx") if $ppro; # ppro friendly |
&movb(&HB("edx"), &BP(6,$in,"",0)); |
&shl("edx",8); |
&set_label("ej6"); |
@@ -170,7 +169,6 @@ |
&jmp(&label("ejend")); |
&set_label("ej3"); |
&movb(&HB("ecx"), &BP(2,$in,"",0)); |
- &xor("ecx", "ecx") if $ppro; # ppro friendly |
&shl("ecx",8); |
&set_label("ej2"); |
&movb(&HB("ecx"), &BP(1,$in,"",0)); |