/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-avx512.pl | 110 $A10, # [1][4] [1][3] [1][2] [1][1] [1][0] 148 vpternlogq \$0x96,$A20,$A10,$A00 # and use it as "C00" 156 vpternlogq \$0x96,$A00,$D00,$A10 163 vprolvq @Rhotate0[1],$A10,$A10 170 vpermq $A10,@Pi0[1],$A10 177 vmovdqa64 $A10,@T[1] 178 vpternlogq \$0xD2,$A20,$A10,$A00 179 vpternlogq \$0xD2,$A30,$A20,$A10 [all...] |
H A D | sha512-c64xplus.pl | 90 [A0] STDW A11:A10,*SP[1] 374 || LDDW *FP[-4],A11:A10
|
H A D | keccak1600-c64x.pl | 72 # | A10 | A11 | 412 || STDW A11:A10,*FP[-5] 540 || LDDW *FP[-5],A11:A10 561 || STDW A11:A10,*FP[-5] 736 || LDDW *FP[-5],A11:A10
|
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-avx512.pl | 110 $A10, # [1][4] [1][3] [1][2] [1][1] [1][0] 148 vpternlogq \$0x96,$A20,$A10,$A00 # and use it as "C00" 156 vpternlogq \$0x96,$A00,$D00,$A10 163 vprolvq @Rhotate0[1],$A10,$A10 170 vpermq $A10,@Pi0[1],$A10 177 vmovdqa64 $A10,@T[1] 178 vpternlogq \$0xD2,$A20,$A10,$A00 179 vpternlogq \$0xD2,$A30,$A20,$A10 [all...] |
H A D | sha512-c64xplus.pl | 90 [A0] STDW A11:A10,*SP[1] 374 || LDDW *FP[-4],A11:A10
|
H A D | keccak1600-c64x.pl | 72 # | A10 | A11 | 412 || STDW A11:A10,*FP[-5] 540 || LDDW *FP[-5],A11:A10 561 || STDW A11:A10,*FP[-5] 736 || LDDW *FP[-5],A11:A10
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | k_expl.h | 79 A10 = 2.7557333722375069e-7; /* 0x1.27e505ab56259p-22 */ variable 257 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10)))))))); in __k_expl()
|
H A D | s_expl.c | 291 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10)))))))); in expm1l()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_sse2.c | 313 const __m128i A10 = _mm_packus_epi16(A7, zero); in MultARGBRow_SSE2() local 314 _mm_storel_epi64((__m128i*)&ptr[x], A10); in MultARGBRow_SSE2()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 117 [A2] STDW A11:A10,*FP[-4] 251 LDDW *FP[-4],A11:A10 ; ABI says so
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 117 [A2] STDW A11:A10,*FP[-4] 251 LDDW *FP[-4],A11:A10 ; ABI says so
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 116 SystemZ::A8, SystemZ::A9, SystemZ::A10, SystemZ::A11,
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 37 "A10","A11","B10","B11","A12","A13","B12","B13"); 41 "A10","B10","A11","B11","A2", "B2", "A13","B13"); 70 [A0] STDW A11:A10,*FP[-4] 819 LDDW *FP[-4],A11:A10 ; ABI says so
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 499 static const u8 A10[] = { variable 524 # define A11 A10
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 37 "A10","A11","B10","B11","A12","A13","B12","B13"); 41 "A10","B10","A11","B11","A2", "B2", "A13","B13"); 70 [A0] STDW A11:A10,*FP[-4] 819 LDDW *FP[-4],A11:A10 ; ABI says so
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 242 (cd $srcdir; $valgrind $vjs $pcre2grep -A10 'four' ./testdata/grepinputx) >>testtrygrep
|
H A D | RunGrepTest.bat | 199 (pushd %srcdir% & %pcre2grep% -A10 "four" ./testdata/grepinputx & popd) >>testtrygrep
|
/third_party/python/Lib/test/ |
H A D | test_typing.py | 7736 A10 = Base[P2] 7737 self.assertEqual(A10.__parameters__, (P2,)) 7738 self.assertEqual(A10.__args__, (P2,)) 7739 self.assertEqual(A10[[int, str]], Base[[int, str]])
|