summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-05-16 18:07:00 +0000
committerAndy Polyakov <appro@openssl.org>2011-05-16 18:07:00 +0000
commit2b9a8ca15bb3acd8fee40c61fd02f58f94ab4a3f (patch)
treedb2059a05ba43c671fe608b7526236b54078bbf9 /crypto/modes
parentafebe623c52d2067d1c34d4461ee92924371621d (diff)
x86gas.pl: add palignr and move pclmulqdq.
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/asm/ghash-x86.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/modes/asm/ghash-x86.pl b/crypto/modes/asm/ghash-x86.pl
index abd1a8c0b7..1b9adfbc72 100644
--- a/crypto/modes/asm/ghash-x86.pl
+++ b/crypto/modes/asm/ghash-x86.pl
@@ -821,12 +821,6 @@ $len="ebx";
&static_label("bswap");
-sub pclmulqdq
-{ my($dst,$src,$imm)=@_;
- if ("$dst:$src" =~ /xmm([0-7]):xmm([0-7])/)
- { &data_byte(0x66,0x0f,0x3a,0x44,0xc0|($1<<3)|$2,$imm); }
-}
-
sub clmul64x64_T2 { # minimal "register" pressure
my ($Xhi,$Xi,$Hkey)=@_;