Home
last modified time | relevance | path

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

1234567

/third_party/openssl/crypto/modes/asm/
Dghash-c64xplus.pl34 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3,
86 || ZERO $Z3:$Z2
105 || LDDW *${xip}[0],$Z3:$Z2
117 [B0] XOR $H2x,$Z2,$Z2
124 [B0] XOR $H2x,$Z2,$Z2
131 STDW $Z3:$Z2,*${xip}[0]
132 || [B0] ZERO $Z3:$Z2
180 XOR.L $H2x,$Z2,$Z2 ; 6/0 ; [0,0] in epilogue
185 || SHRMB.S $Z2,$Z1,$Z1
190 || SHRMB.S $Z3,$Z2,$Z2
[all …]
Daesni-gcm-x86_64.pl81 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
121 vpclmulqdq \$0x01,$Hkey,$Z3,$Z2
137 vpxor $Z1,$Z2,$Z2
165 vpxor $T1,$Z2,$Z2
168 vpxor $T2,$Z2,$Z2
183 vpxor $T2,$Z2,$Z2
186 vpxor $Hkey,$Z2,$Z2
205 vpxor $Hkey,$Z2,$Z2
208 vpxor $Z1,$Z2,$Z2
227 vpxor $Z1,$Z2,$Z2
[all …]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10SwizzlePattern.h3774 … Z0, Y0, Z1, Y1, X2, Z2, }, // 29
3775 … Z0, Y0, Z1, Y1, X1, Z2, }, // 30
3779 … Z0, Y0, Y1, Z1, X2, Z2, }, // 34
3780 … Z0, Y0, X1, Z1, Y1, Z2, }, // 35
3805 {Z2^Y4^X6, Z1^X4^Y6, Z0^X5^Y5, X5, }, // 16
3806 {Z2^Y3^X6, Z1^X4^Y5, Z0^Y4^X5, X5, }, // 17
3807 {Z2^Y3^X5, Z1^X3^Y5, Z0^X4^Y4, X4, }, // 18
3808 {Y2^Z2^X5, Z1^X3^Y4, Z0^Y3^X4, X4, }, // 19
3809 {Y2^Z2^X4, Z1^X2^Y4, Z0^X3^Y3, X3, }, // 20
3810 {Z3^Y4^X7, Z2^X4^Y7, Z1^Y5^X6, Z0^X5^Y6, }, // 21
[all …]
/third_party/boost/libs/mp11/test/
Dmp_product.cpp25 struct Z2 {}; struct
42 using L3 = std::pair<Z1, Z2>; in main()
44 …L3>, std::tuple<F3<X1, Y1, Z1>, F3<X1, Y1, Z2>, F3<X2, Y1, Z1>, F3<X2, Y1, Z2>, F3<X3, Y1, Z1>, F3… in main()
45 …L3>, std::tuple<F3<X1, Y1, Z1>, F3<X1, Y1, Z2>, F3<X2, Y1, Z1>, F3<X2, Y1, Z2>, F3<X3, Y1, Z1>, F3… in main()
51 using L3 = std::pair<Z1, Z2>; in main()
Dmp_transform_q.cpp29 struct Z2 {}; struct
71 using L3 = mp_list<Z1, Z2, Z3, Z4>; in main()
73 …orm_q<Q_mp_list, L1, L2, L3>, mp_list<mp_list<X1, Y1, Z1>, mp_list<X2, Y2, Z2>, mp_list<X3, Y3, Z3… in main()
74 …std_tuple, L1, L2, L3>, mp_list<std::tuple<X1, Y1, Z1>, std::tuple<X2, Y2, Z2>, std::tuple<X3, Y3,… in main()
102 using L8 = std::pair<Z1, Z2>; in main()
107 …Q_std_tuple, L5, L6, L8, L9>, std::pair<std::tuple<X1, Y1, Z1, U1>, std::tuple<X2, Y2, Z2, U2>>>)); in main()
108 …L5, L6, L8, L9, L10>, std::pair<std::tuple<X1, Y1, Z1, U1, V1>, std::tuple<X2, Y2, Z2, U2, V2>>>)); in main()
109 …9, L10, L11>, std::pair<std::tuple<X1, Y1, Z1, U1, V1, W1>, std::tuple<X2, Y2, Z2, U2, V2, W2>>>)); in main()
Dmp_transform.cpp28 struct Z2 {}; struct
62 using L3 = mp_list<Z1, Z2, Z3, Z4>; in main()
64 …ansform<mp_list, L1, L2, L3>, mp_list<mp_list<X1, Y1, Z1>, mp_list<X2, Y2, Z2>, mp_list<X3, Y3, Z3… in main()
65 …td::tuple, L1, L2, L3>, mp_list<std::tuple<X1, Y1, Z1>, std::tuple<X2, Y2, Z2>, std::tuple<X3, Y3,… in main()
93 using L8 = std::pair<Z1, Z2>; in main()
98 …<std::tuple, L5, L6, L8, L9>, std::pair<std::tuple<X1, Y1, Z1, U1>, std::tuple<X2, Y2, Z2, U2>>>)); in main()
99 …L5, L6, L8, L9, L10>, std::pair<std::tuple<X1, Y1, Z1, U1, V1>, std::tuple<X2, Y2, Z2, U2, V2>>>)); in main()
100 …9, L10, L11>, std::pair<std::tuple<X1, Y1, Z1, U1, V1, W1>, std::tuple<X2, Y2, Z2, U2, V2, W2>>>)); in main()
/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))
DexportSpecifierAndLocalMemberDeclaration.types23 function Z2(): X.I;
24 >Z2 : () => any
DexportSpecifierAndExportedMemberDeclaration.types23 function Z2(): X.I;
24 >Z2 : () => X.I
DintersectionTypeNormalization.types68 type Z2 = A & (C | D) | X & (M | N) & (C | D)
69 >Z2 : Z2
80 var z: Z2;
DintersectionTypeNormalization.js33 type Z2 = A & (C | D) | X & (M | N) & (C | D)
38 var z: Z2;
DexportSpecifierAndExportedMemberDeclaration.js12 function Z2(): X.I;
DexportSpecifierAndLocalMemberDeclaration.js12 function Z2(): X.I;
DexportSpecifierAndLocalMemberDeclaration.errors.txt15 function Z2(): X.I;
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))
/third_party/openssl/test/
Ddhtest.c521 unsigned char *Z2 = NULL; in rfc5114_test() local
549 || !TEST_ptr(Z2 = OPENSSL_malloc(DH_size(dhB)))) in rfc5114_test()
560 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1)) in rfc5114_test()
564 || !TEST_mem_eq(Z2, td->Z_len, td->Z, td->Z_len)) in rfc5114_test()
573 OPENSSL_free(Z2); in rfc5114_test()
574 Z2 = NULL; in rfc5114_test()
612 OPENSSL_free(Z2); in rfc5114_test()
621 OPENSSL_free(Z2); in rfc5114_test()
/third_party/ffmpeg/libavcodec/x86/
Dfft.asm218 IF%1 mova m6, Z2(6)
220 IF%1 mova m7, Z2(7)
242 mova Z2(6), m4
249 mova Z2(7), m2
264 mova m6, Z2(6) ; r3
266 mova m7, Z2(7) ; i3
288 IF%1 mova Z2(6), m4
295 IF%1 mova Z2(7), m2
303 INTERL m2, m4, m0, Z2, 6
320 %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;
DexportSpecifierAndExportedMemberDeclaration.ts11 function Z2(): X.I;
DexportSpecifierAndLocalMemberDeclaration.ts11 function Z2(): X.I;
/third_party/openssl/test/ocsp-tests/
DWRID_D1.ors19 qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi
DWIKH_D1.ors19 qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi
DWINH_D1.ors19 qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi
DD1.ors19 qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi

1234567