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

  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 36 # Add PCLMULQDQ version performing at 2.02 cycles per processed byte.
50 # consists of 3 independent pclmulqdq instructions, Karatsuba post-
52 # multiplication operations, triplets of independent pclmulqdq's. As
53 # issue rate for pclmulqdq is limited, it makes lesser sense to
59 # longer. A CPU with higher pclmulqdq issue rate would also benefit
411 # PCLMULQDQ version.
438 pclmulqdq \$0x00,$Hkey,$Xi #######
439 pclmulqdq \$0x11,$Hkey,$Xhi #######
440 pclmulqdq \$0x00,$HK,$T1 #######
591 pclmulqdq \$0x00,$Xi,$T1 # ?(0xE1<<1
    [all...]
ghash-x86.pl 50 # Add PCLMULQDQ version performing at 2.10 cycles per processed byte.
51 # The question is how close is it to theoretical limit? The pclmulqdq
111 # on same XMM register, PCLMULQDQ subroutine was measured to process
829 # PCLMULQDQ version.
853 &pclmulqdq ($Xi,$Hkey,0x00); #######
854 &pclmulqdq ($Xhi,$Hkey,0x11); #######
855 &pclmulqdq ($T1,$HK,0x00); #######
876 &pclmulqdq ($Xi,$Hkey,0x00); #######
877 &pclmulqdq ($Xhi,$Hkey,0x11); #######
882 &pclmulqdq ($T2,$T3,0x00); ######
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 118 sub ::pclmulqdq
123 { &::generic("pclmulqdq",@_); }
x86_64-xlate.pl 770 my $pclmulqdq = sub {
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 1231 // CHECK: pclmulqdq $17, %xmm0, %xmm1
1235 // CHECK: pclmulqdq $1, %xmm0, %xmm1
1237 pclmulqdq $1, %xmm0, %xmm1 label
1239 // CHECK: pclmulqdq $16, (%rdi), %xmm1
1243 // CHECK: pclmulqdq $0, (%rdi), %xmm1
1245 pclmulqdq $0, (%rdi), %xmm1 label

Completed in 418 milliseconds