Home
last modified time | relevance | path

Searched refs:A10 (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-avx512.pl110 $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 Dsha512-c64xplus.pl90 [A0] STDW A11:A10,*SP[1]
374 || LDDW *FP[-4],A11:A10
H A Dkeccak1600-c64x.pl72 # | 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 Dkeccak1600-avx512.pl110 $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 Dsha512-c64xplus.pl90 [A0] STDW A11:A10,*SP[1]
374 || LDDW *FP[-4],A11:A10
H A Dkeccak1600-c64x.pl72 # | 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 Dk_expl.h79 A10 = 2.7557333722375069e-7; /* 0x1.27e505ab56259p-22 */ variable
257 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10)))))))); in __k_expl()
H A Ds_expl.c291 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10)))))))); in expm1l()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c313 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 Dpoly1305-c64xplus.pl32 ($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 Dpoly1305-c64xplus.pl32 ($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 DSystemZMCTargetDesc.cpp116 SystemZ::A8, SystemZ::A9, SystemZ::A10, SystemZ::A11,
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl37 "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 Dmodes_internal_test.c499 static const u8 A10[] = { variable
524 # define A11 A10
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl37 "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 DRunGrepTest242 (cd $srcdir; $valgrind $vjs $pcre2grep -A10 'four' ./testdata/grepinputx) >>testtrygrep
H A DRunGrepTest.bat199 (pushd %srcdir% & %pcre2grep% -A10 "four" ./testdata/grepinputx & popd) >>testtrygrep
/third_party/python/Lib/test/
H A Dtest_typing.py7736 A10 = Base[P2]
7737 self.assertEqual(A10.__parameters__, (P2,))
7738 self.assertEqual(A10.__args__, (P2,))
7739 self.assertEqual(A10[[int, str]], Base[[int, str]])

Completed in 29 milliseconds