Home
last modified time | relevance | path

Searched refs:pclmulqdq (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl56 # consists of 3 independent pclmulqdq instructions, Karatsuba post-
58 # multiplication operations, triplets of independent pclmulqdq's. As
59 # issue rate for pclmulqdq is limited, it makes lesser sense to
65 # longer. A CPU with higher pclmulqdq issue rate would also benefit
487 pclmulqdq \$0x00,$Hkey,$Xi #######
488 pclmulqdq \$0x11,$Hkey,$Xhi #######
489 pclmulqdq \$0x00,$HK,$T1 #######
644 pclmulqdq \$0x00,$Xi,$T1 # ·(0xE1<<1)
649 pclmulqdq \$0x01,$T3,$Xi
735 pclmulqdq \
[all...]
H A Dghash-x86.pl58 # The question is how close is it to theoretical limit? The pclmulqdq
861 &pclmulqdq ($Xi,$Hkey,0x00); #######
862 &pclmulqdq ($Xhi,$Hkey,0x11); #######
863 &pclmulqdq ($T1,$HK,0x00); #######
884 &pclmulqdq ($Xi,$Hkey,0x00); #######
885 &pclmulqdq ($Xhi,$Hkey,0x11); #######
890 &pclmulqdq ($T2,$T3,0x00); #######
1042 &pclmulqdq ($Xn,$Hkey,0x00); #######
1043 &pclmulqdq ($Xhn,$Hkey,0x11); #######
1044 &pclmulqdq (
[all...]
/third_party/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl56 # consists of 3 independent pclmulqdq instructions, Karatsuba post-
58 # multiplication operations, triplets of independent pclmulqdq's. As
59 # issue rate for pclmulqdq is limited, it makes lesser sense to
65 # longer. A CPU with higher pclmulqdq issue rate would also benefit
487 pclmulqdq \$0x00,$Hkey,$Xi #######
488 pclmulqdq \$0x11,$Hkey,$Xhi #######
489 pclmulqdq \$0x00,$HK,$T1 #######
644 pclmulqdq \$0x00,$Xi,$T1 # ·(0xE1<<1)
649 pclmulqdq \$0x01,$T3,$Xi
735 pclmulqdq \
[all...]
H A Dghash-x86.pl58 # The question is how close is it to theoretical limit? The pclmulqdq
861 &pclmulqdq ($Xi,$Hkey,0x00); #######
862 &pclmulqdq ($Xhi,$Hkey,0x11); #######
863 &pclmulqdq ($T1,$HK,0x00); #######
884 &pclmulqdq ($Xi,$Hkey,0x00); #######
885 &pclmulqdq ($Xhi,$Hkey,0x11); #######
890 &pclmulqdq ($T2,$T3,0x00); #######
1042 &pclmulqdq ($Xn,$Hkey,0x00); #######
1043 &pclmulqdq ($Xhn,$Hkey,0x11); #######
1044 &pclmulqdq (
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl202 pclmulqdq \$0,%xmm1,%xmm0 # a1·b1
205 pclmulqdq \$0,%xmm3,%xmm2 # a0·b0
206 pclmulqdq \$0,%xmm5,%xmm4 # (a0+a1)·(b0+b1)
/third_party/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl202 pclmulqdq \$0,%xmm1,%xmm0 # a1·b1
205 pclmulqdq \$0,%xmm3,%xmm2 # a0·b0
206 pclmulqdq \$0,%xmm5,%xmm4 # (a0+a1)·(b0+b1)
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86asm.pl125 sub ::pclmulqdq
130 { &::generic("pclmulqdq",@_); }
H A Dx86_64-xlate.pl1099 my $pclmulqdq = sub {
/third_party/openssl/crypto/perlasm/
H A Dx86asm.pl125 sub ::pclmulqdq
130 { &::generic("pclmulqdq",@_); }
H A Dx86_64-xlate.pl1094 my $pclmulqdq = sub {
/third_party/node/deps/simdutf/
H A Dsimdutf.h701 constexpr uint32_t pclmulqdq = uint32_t(1) << 1; ///< @private bit 1 of ECX for EAX=0x1 member
785 if (ecx & cpuid_bit::pclmulqdq) { in detect_supported_architectures()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1444 AVX_INSTR pclmulqdq, fnord, 0, 1, 0

Completed in 15 milliseconds