Home
last modified time | relevance | path

Searched refs:A9 (Results 1 - 22 of 22) sorted by relevance

/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm147 ADDU A7,B7,A9:A8
148 ADDU A1,A9:A8,A1:A0
245 || LDW *A5++,A9 ; pre-fetch ap[1]
267 MVD A9,B6 ; move through .M unit(*)
268 [A2] LDW *A5++,A9 ; pre-fetch ap[i+1]
333 || ADDU A26,A1,A9:A8
336 || ADDU A28,A9:A8,A9:A8
339 || ADDU A30,A9:A8,A9
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl45 @s=("A8","B8","A9","B9");
97 [B2] LDNDW *INP++,A9:A8 ; load input
105 [B2] LDNDW *INP++,A9:A8 ; load input
124 MV A9,$s[0]
130 || MV A9,$s[1]
268 MV $Te0[0],A9
272 || [B2] STNDW A9:A8,*OUT++
295 || MV $Te1[2],A9
298 || [B2] STNDW A9:A8,*OUT++
309 [B2] LDNDW *INP++,A9
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl45 @s=("A8","B8","A9","B9");
97 [B2] LDNDW *INP++,A9:A8 ; load input
105 [B2] LDNDW *INP++,A9:A8 ; load input
124 MV A9,$s[0]
130 || MV A9,$s[1]
268 MV $Te0[0],A9
272 || [B2] STNDW A9:A8,*OUT++
295 || MV $Te1[2],A9
298 || [B2] STNDW A9:A8,*OUT++
309 [B2] LDNDW *INP++,A9
[all...]
/third_party/optimized-routines/math/
H A Dv_cosf.c25 #define A9 v_f32 (Poly[0]) macro
63 y = v_fma_f32 (A9, r2, A7); in cosf()
H A Dv_sinf.c25 #define A9 v_f32 (Poly[0]) macro
62 y = v_fma_f32 (A9, r2, A7); in sinf()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl779 LDW *A8++[2],A9
786 SWAP4 A9,A9
788 SWAP2 A9,A9
793 PACK2 B9,A9,B7
795 PACKH2 B9,A9,B9
808 SWAP4 A9,A9
810 SWAP2 A9,A
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl779 LDW *A8++[2],A9
786 SWAP4 A9,A9
788 SWAP2 A9,A9
793 PACK2 B9,A9,B7
795 PACKH2 B9,A9,B9
808 SWAP4 A9,A9
810 SWAP2 A9,A
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dfilters_neon.c227 const uint8x16_t A9 = vaddq_u8(A7, A8); in HorizontalUnfilter_NEON() local
228 vst1q_u8(&out[i], A9); in HorizontalUnfilter_NEON()
229 last = SHIFT_RIGHT_N_Q(A9, 15); in HorizontalUnfilter_NEON()
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_expl.h78 A9 = 2.7557324277411235e-6, /* 0x1.71de3ec75a967p-19 */ 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/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl33 ($D0,$D1,$D2,$D3)= ("A9","B9","A11","B11");
283 || LDW *${NONCEA}[2],A9
300 ADDU A9,A18,A27:A26
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl33 ($D0,$D1,$D2,$D3)= ("A9","B9","A11","B11");
283 || LDW *${NONCEA}[2],A9
300 ADDU A9,A18,A27:A26
/third_party/mbedtls/library/
H A Daes.c121 V(50, 30, 30, 60), V(03, 01, 01, 02), V(A9, 67, 67, CE), V(7D, 2B, 2B, 56), \
164 V(8C, 8D, 8D, 01), V(64, D5, D5, B1), V(D2, 4E, 4E, 9C), V(E0, A9, A9, 49), \
176 V(BB, 69, 69, D2), V(70, D9, D9, A9), V(89, 8E, 8E, 07), V(A7, 94, 94, 33), \
277 V(0B, 0D, 09, 0E), V(AD, C7, 8B, F2), V(B9, A8, B6, 2D), V(C8, A9, 1E, 14), \
284 V(6C, 16, B3, 2B), V(99, B9, 70, A9), V(FA, 48, 94, 11), V(22, 64, E9, 47), \
290 V(BE, 80, 5D, 9F), V(7C, 93, D0, 69), V(A9, 2D, D5, 6F), V(B3, 12, 25, CF), \
303 V(EE, 27, A9, CE), V(35, C9, 61, B7), V(ED, E5, 1C, E1), V(3C, B1, 47, 7A), \
/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/
H A Dc64xpluscpuid.pl148 || ZERO A9
/third_party/openssl/crypto/
H A Dc64xpluscpuid.pl148 || ZERO A9
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypes1.js194 type A9 = And<boolean, boolean>; // boolean
612 type A9 = And<boolean, boolean>;
/third_party/pcre2/pcre2/
H A DRunGrepTest230 (cd $srcdir; $valgrind $vjs $pcre2grep -A9 'four' ./testdata/grepinputx) >>testtrygrep
238 (cd $srcdir; $valgrind $vjs $pcre2grep -A9 -B9 'four' ./testdata/grepinputx) >>testtrygrep
H A DRunGrepTest.bat187 (pushd %srcdir% & %pcre2grep% -A9 "four" ./testdata/grepinputx & popd) >>testtrygrep
195 (pushd %srcdir% & %pcre2grep% -A9 -B9 "four" ./testdata/grepinputx & popd) >>testtrygrep
/third_party/openssl/test/
H A Dmodes_internal_test.c446 # define A9 A8 macro
/third_party/python/Lib/test/
H A Dtest_typing.py7731 A9 = Base[[Tuple[*Ts], *Ts]]
7732 self.assertEqual(A9.__parameters__, (Ts,))
7733 self.assertEqual(A9.__args__, ((Tuple[*Ts], *Ts),))
7734 self.assertEqual(A9[int, str], Base[Tuple[int, str], int, str])
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex9261 \DeclareUnicodeCharacter{00A9}{\copyright}

Completed in 35 milliseconds