HomeSort by relevance Sort by last modified time
    Searched refs:pclmulqdq (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bn/asm/
x86_64-gf2m.pl 15 # for any x86_64 CPU and PCLMULQDQ one suitable for Westmere and
18 # [not very impressive], while PCLMULQDQ - whole 85%-160% better on
186 pclmulqdq \$0,%xmm1,%xmm0 # a1·b1
189 pclmulqdq \$0,%xmm3,%xmm2 # a0·b0
190 pclmulqdq \$0,%xmm5,%xmm4 # (a0+a1)·(b0+b1)
x86-gf2m.pl 16 # and PCLMULQDQ suitable for Westmere and later. Improvement varies
26 # Westmere 53%-121%(PCLMULQDQ)/20%-32%(MMX)
27 # Sandy Bridge 72%-127%(PCLMULQDQ)/27%-23%(MMX)
211 &test ("edx",1<<1); # check PCLMULQDQ bit
216 &pclmulqdq ("xmm0","xmm0",1);
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 34 # Add PCLMULQDQ version performing at 2.02 cycles per processed byte.
349 # PCLMULQDQ version.
368 pclmulqdq \$0x00,$Hkey,$Xi #######
369 pclmulqdq \$0x11,$Hkey,$Xhi #######
370 pclmulqdq \$0x00,$T2,$T1 #######
553 pclmulqdq \$0x00,$Hkey,$Xn #######
561 pclmulqdq \$0x11,$Hkey,$Xhn #######
571 pclmulqdq \$0x00,$T2n,$T1n #######
ghash-x86.pl 48 # Add PCLMULQDQ version performing at 2.10 cycles per processed byte.
49 # The question is how close is it to theoretical limit? The pclmulqdq
109 # on same XMM register, PCLMULQDQ subroutine was measured to process
817 # PCLMULQDQ version.
840 &pclmulqdq ($Xi,$Hkey,0x00); #######
841 &pclmulqdq ($Xhi,$Hkey,0x11); #######
842 &pclmulqdq ($T1,$T2,0x00); #######
863 &pclmulqdq ($Xi,$Hkey,0x00); #######
864 &pclmulqdq ($Xhi,$Hkey,0x11); #######
869 &pclmulqdq ($T2,$T3,0x00); ######
    [all...]
  /external/openssl/crypto/perlasm/
x86asm.pl 118 sub ::pclmulqdq
123 { &::generic("pclmulqdq",@_); }
x86_64-xlate.pl 749 my $pclmulqdq = sub {
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 1183 // CHECK: pclmulqdq $17, %xmm0, %xmm1
1187 // CHECK: pclmulqdq $1, %xmm0, %xmm1
1189 pclmulqdq $1, %xmm0, %xmm1 label
1191 // CHECK: pclmulqdq $16, (%rdi), %xmm1
1195 // CHECK: pclmulqdq $0, (%rdi), %xmm1
1197 pclmulqdq $0, (%rdi), %xmm1 label

Completed in 226 milliseconds