Home
last modified time | relevance | path

Searched refs:Z2 (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/node/deps/openssl/openssl/crypto/modes/asm/
Dghash-c64xplus.pl33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3,
85 || ZERO $Z3:$Z2
104 || LDDW *${xip}[0],$Z3:$Z2
116 [B0] XOR $H2x,$Z2,$Z2
123 [B0] XOR $H2x,$Z2,$Z2
130 STDW $Z3:$Z2,*${xip}[0]
131 || [B0] ZERO $Z3:$Z2
179 XOR.L $H2x,$Z2,$Z2 ; 6/0 ; [0,0] in epilogue
184 || SHRMB.S $Z2,$Z1,$Z1
189 || SHRMB.S $Z3,$Z2,$Z2
[all …]
Daesni-gcm-x86_64.pl83 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
123 vpclmulqdq \$0x01,$Hkey,$Z3,$Z2
139 vpxor $Z1,$Z2,$Z2
167 vpxor $T1,$Z2,$Z2
170 vpxor $T2,$Z2,$Z2
185 vpxor $T2,$Z2,$Z2
188 vpxor $Hkey,$Z2,$Z2
207 vpxor $Hkey,$Z2,$Z2
210 vpxor $Z1,$Z2,$Z2
229 vpxor $Z1,$Z2,$Z2
[all …]
/third_party/openssl/crypto/modes/asm/
Dghash-c64xplus.pl33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3,
85 || ZERO $Z3:$Z2
104 || LDDW *${xip}[0],$Z3:$Z2
116 [B0] XOR $H2x,$Z2,$Z2
123 [B0] XOR $H2x,$Z2,$Z2
130 STDW $Z3:$Z2,*${xip}[0]
131 || [B0] ZERO $Z3:$Z2
179 XOR.L $H2x,$Z2,$Z2 ; 6/0 ; [0,0] in epilogue
184 || SHRMB.S $Z2,$Z1,$Z1
189 || SHRMB.S $Z3,$Z2,$Z2
[all …]
Daesni-gcm-x86_64.pl83 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
123 vpclmulqdq \$0x01,$Hkey,$Z3,$Z2
139 vpxor $Z1,$Z2,$Z2
167 vpxor $T1,$Z2,$Z2
170 vpxor $T2,$Z2,$Z2
185 vpxor $T2,$Z2,$Z2
188 vpxor $Hkey,$Z2,$Z2
207 vpxor $Hkey,$Z2,$Z2
210 vpxor $Z1,$Z2,$Z2
229 vpxor $Z1,$Z2,$Z2
[all …]
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11SwizzlePattern.h1802 … Z0, Y0, Y1, Z1, X2, Z2, }, // 20
1803 … Z0, Y0, X1, Z1, Y1, Z2, }, // 21
1847 {Z2^Y4^X6, Z1^X4^Y6, Z0^X5^Y5, X5, }, // 36
1848 {Z2^Y3^X6, Z1^X4^Y5, Z0^Y4^X5, X5, }, // 37
1849 {Z2^Y3^X5, Z1^X3^Y5, Z0^X4^Y4, X4, }, // 38
1850 {Y2^Z2^X5, Z1^X3^Y4, Z0^Y3^X4, X4, }, // 39
1851 {Y2^Z2^X4, Z1^X2^Y4, Z0^X3^Y3, X3, }, // 40
1852 {Y4^X7, Z2^X4^Y7, Z1^Y5^X6, Z0^X5^Y6, }, // 41
1853 {Y3^X7, Z2^X4^Y6, Z1^Y4^X6, Z0^X5^Y5, }, // 42
1854 {Y3^X6, Z2^X3^Y6, Z1^Y4^X5, Z0^X4^Y5, }, // 43
[all …]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10SwizzlePattern.h3773 … Z0, Y0, Z1, Y1, X2, Z2, }, // 29
3774 … Z0, Y0, Z1, Y1, X1, Z2, }, // 30
3778 … Z0, Y0, Y1, Z1, X2, Z2, }, // 34
3779 … Z0, Y0, X1, Z1, Y1, Z2, }, // 35
3804 {Z2^Y4^X6, Z1^X4^Y6, Z0^X5^Y5, X5, }, // 16
3805 {Z2^Y3^X6, Z1^X4^Y5, Z0^Y4^X5, X5, }, // 17
3806 {Z2^Y3^X5, Z1^X3^Y5, Z0^X4^Y4, X4, }, // 18
3807 {Y2^Z2^X5, Z1^X3^Y4, Z0^Y3^X4, X4, }, // 19
3808 {Y2^Z2^X4, Z1^X2^Y4, Z0^X3^Y3, X3, }, // 20
3809 {Z3^Y4^X7, Z2^X4^Y7, Z1^Y5^X6, Z0^X5^Y6, }, // 21
[all …]
/third_party/typescript/tests/baselines/reference/
DexportSpecifierAndLocalMemberDeclaration.symbols27 function Z2(): X.I;
28 >Z2 : Symbol(Z2, Decl(exportSpecifierAndLocalMemberDeclaration.ts, 9, 21))
DexportSpecifierAndExportedMemberDeclaration.symbols27 function Z2(): X.I;
28 >Z2 : Symbol(Z2, Decl(exportSpecifierAndExportedMemberDeclaration.ts, 9, 21))
DreferencesForStatementKeywords.baseline.jsonc23 // type Z2 = 2;
126 // type Z2 = 2;
196 // type Z2 = 2;
322 // type Z2 = 2;
478 // type Z2 = 2;
631 // type Z2 = 2;
701 // type Z2 = 2;
776 // type Z2 = 2;
851 // type Z2 = 2;
926 // type Z2 = 2;
[all …]
DexportSpecifierAndLocalMemberDeclaration.types23 function Z2(): X.I;
24 >Z2 : () => X.I
DexportSpecifierAndExportedMemberDeclaration.types23 function Z2(): X.I;
24 >Z2 : () => X.I
DintersectionTypeNormalization.js33 type Z2 = A & (C | D) | X & (M | N) & (C | D)
38 var z: Z2;
DintersectionTypeNormalization.types68 type Z2 = A & (C | D) | X & (M | N) & (C | D)
69 >Z2 : (A & (C | D)) | (X & (M | N) & (C | D))
80 var z: Z2;
DintersectionTypeNormalization.symbols128 type Z2 = A & (C | D) | X & (M | N) & (C | D)
129 >Z2 : Symbol(Z2, Decl(intersectionTypeNormalization.ts, 30, 38))
177 var z: Z2;
179 >Z2 : Symbol(Z2, Decl(intersectionTypeNormalization.ts, 30, 38))
DexportSpecifierAndExportedMemberDeclaration.js12 function Z2(): X.I;
DexportSpecifierAndLocalMemberDeclaration.js12 function Z2(): X.I;
DexportSpecifierAndLocalMemberDeclaration.errors.txt15 function Z2(): X.I;
/third_party/openssl/test/
Ddhtest.c560 unsigned char *Z2 = NULL; in rfc5114_test() local
591 || !TEST_ptr(Z2 = OPENSSL_malloc((size_t)szB))) in rfc5114_test()
602 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1)) in rfc5114_test()
606 || !TEST_mem_eq(Z2, td->Z_len, td->Z, td->Z_len)) in rfc5114_test()
615 OPENSSL_free(Z2); in rfc5114_test()
616 Z2 = NULL; in rfc5114_test()
626 OPENSSL_free(Z2); in rfc5114_test()
634 OPENSSL_free(Z2); in rfc5114_test()
/third_party/ffmpeg/libavcodec/x86/
Dfft.asm195 IF%1 mova m6, Z2(6)
197 IF%1 mova m7, Z2(7)
219 mova Z2(6), m4
226 mova Z2(7), m2
241 mova m6, Z2(6) ; r3
243 mova m7, Z2(7) ; i3
265 IF%1 mova Z2(6), m4
272 IF%1 mova Z2(7), m2
280 INTERL m2, m4, m0, Z2, 6
291 %define Z2(x) [r0+mmsize*x]
[all …]
/third_party/typescript/tests/cases/compiler/
DintersectionTypeNormalization.ts32 type Z2 = A & (C | D) | X & (M | N) & (C | D) alias
37 var z: Z2;
DexportSpecifierAndLocalMemberDeclaration.ts11 function Z2(): X.I;
DexportSpecifierAndExportedMemberDeclaration.ts11 function Z2(): X.I;
/third_party/node/deps/v8/src/bigint/
Dmul-karatsuba.cc177 RWDigits Z2 = Z + n; in KaratsubaMain() local
178 int end = std::min(Z2.len(), P2.len()); in KaratsubaMain()
179 for (int i = 0; i < end; i++) Z2[i] = P2[i]; in KaratsubaMain()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat2x3.hpp46 template <typename X1, typename Y1, typename Z1, typename X2, typename Y2, typename Z2>
49 X2 x2, Y2 y2, Z2 z2);
/third_party/openssl/test/ocsp-tests/
DWRID_D1.ors19 qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi

1234567