Home
last modified time | relevance | path

Searched refs:z12 (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djidctflt.c78 FAST_FLOAT z5, z10, z11, z12, z13; in jpeg_idct_float() local
154 z12 = tmp4 - tmp7; in jpeg_idct_float()
159 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ in jpeg_idct_float()
160 tmp10 = z5 - z12 * ((FAST_FLOAT)1.082392200); /* 2*(c2-c6) */ in jpeg_idct_float()
212 z12 = wsptr[1] - wsptr[7]; in jpeg_idct_float()
217 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ in jpeg_idct_float()
218 tmp10 = z5 - z12 * ((FAST_FLOAT)1.082392200); /* 2*(c2-c6) */ in jpeg_idct_float()
H A Djidctfst.c177 DCTELEM z5, z10, z11, z12, z13; in jpeg_idct_ifast() local
253 z12 = tmp4 - tmp7; in jpeg_idct_ifast()
258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ in jpeg_idct_ifast()
259 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast()
335 z12 = (DCTELEM)wsptr[1] - (DCTELEM)wsptr[7]; in jpeg_idct_ifast()
340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ in jpeg_idct_ifast()
341 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast()
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc114 __ movprfx(z12, z13); in TEST()
115 __ and_(z12.VnD(), p5.Merging(), z12.VnD(), z12.VnD()); in TEST()
132 __ movprfx(z12, z16); in TEST()
133 __ clasta(z12.VnD(), p5, z12.VnD(), z12.VnD()); in TEST()
165 __ movprfx(z12.VnD(), p6.Merging(), z3.VnD()); in TEST()
166 __ lslr(z12 in TEST()
[all...]
H A Dtest-disasm-sve-aarch64.cc262 COMPARE(and_(z12.VnD(), z5.VnD(), z29.VnD()), "and z12.d, z5.d, z29.d"); in TEST()
445 COMPARE(asr(z12.VnB(), z8.VnB(), z14.VnD()), "asr z12.b, z8.b, z14.d"); in TEST()
446 COMPARE(asr(z14.VnH(), z8.VnH(), z12.VnD()), "asr z14.h, z8.h, z12.d"); in TEST()
1114 COMPARE_MACRO(Fmin(z22.VnH(), p4.Merging(), z12.VnH(), 0.0), in TEST()
1115 "movprfx z22.h, p4/m, z12.h\n" in TEST()
1117 COMPARE_MACRO(Fminnm(z22.VnH(), p4.Merging(), z12.VnH(), 0.0), in TEST()
1118 "movprfx z22.h, p4/m, z12 in TEST()
[all...]
H A Dtest-assembler-sve-aarch64.cc312 __ Index(z12.VnB(), 0, -1);
363 ASSERT_EQUAL_SVE_LANE(0x00, z12.VnB(), i);
404 ZRegister mla_dm_result = z12.WithLaneSize(lane_size_in_bits);
862 __ Clasta(z12.VnH(), p4, z12.VnH(), z0.VnH());
906 ASSERT_EQUAL_SVE(z12_expected, z12.VnD());
1148 InsrHelper(&masm, z12.VnD(), z12_inputs);
1152 __ Cmphi(p7.VnD(), p1.Zeroing(), z12.VnD(), z13.VnD());
1184 __ Cmplo(p13.VnD(), p1.Zeroing(), z13.VnD(), z12.VnD()); // HI
1375 InsrHelper(&masm, z12
[all...]
H A Dtest-api-aarch64.cc672 VIXL_CHECK(Helper::GetVariant(z12.VnS()) == kSVE); in TEST()
1569 temps.Include(z12, z10, z9.VnB(), z8); in TEST()
1601 temps.Exclude(z12, z10, z9.VnB(), z8); in TEST()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djidctfst-neon.c155 int16x4_t z12 = vsub_s16(tmp4, tmp7); in jsimd_idct_ifast_neon() local
162 int16x4_t z10_add_z12 = vsub_s16(z12, neg_z10); in jsimd_idct_ifast_neon()
165 tmp10 = vqdmulh_lane_s16(z12, consts, 0); in jsimd_idct_ifast_neon()
166 tmp10 = vadd_s16(tmp10, z12); in jsimd_idct_ifast_neon()
230 int16x4_t z12 = vsub_s16(tmp4, tmp7); in jsimd_idct_ifast_neon() local
237 int16x4_t z10_add_z12 = vsub_s16(z12, neg_z10); in jsimd_idct_ifast_neon()
240 tmp10 = vqdmulh_lane_s16(z12, consts, 0); in jsimd_idct_ifast_neon()
241 tmp10 = vadd_s16(tmp10, z12); in jsimd_idct_ifast_neon()
300 int16x8_t z12 = vsubq_s16(tmp4, tmp7); in jsimd_idct_ifast_neon() local
307 int16x8_t z10_add_z12 = vsubq_s16(z12, neg_z1 in jsimd_idct_ifast_neon()
381 int16x8_t z12 = vsubq_s16(col1, col7); jsimd_idct_ifast_neon() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DthisAndSuperInStaticMembers1(target=es2022).js27 static z12 = { x: super.a = 0 } = { x: 0 };
61 static z12 = { x: super.a = 0 } = { x: 0 };
H A DthisAndSuperInStaticMembers1(target=esnext).js27 static z12 = { x: super.a = 0 } = { x: 0 };
61 static z12 = { x: super.a = 0 } = { x: 0 };
H A DthisAndSuperInStaticMembers2(target=es2022).js27 static z12 = { x: super.a = 0 } = { x: 0 };
68 static { this.z12 = { x: super.a = 0 } = { x: 0 }; }
H A DthisAndSuperInStaticMembers2(target=esnext).js27 static z12 = { x: super.a = 0 } = { x: 0 };
68 static { this.z12 = { x: super.a = 0 } = { x: 0 }; }
H A DgenericsManyTypeParameters.js33 x12: a112, y14: a212, z12: a312, a12: a412, b12: a512, c12: a612,
53 x12 , y14 , z12 , a12 , b12 , c12,
63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
75 x12, y14, z12, a12, b12, c12,
H A DthisAndSuperInStaticMembers2(target=es2015).js27 static z12 = { x: super.a = 0 } = { x: 0 };
83 C.z12 = { x: ({ set value(_a) { Reflect.set(_c, "a", _a, _b); } }).value = 0 } = { x: 0 };
H A DgenericRestParameters1.js57 const z12 = f11(42); // [42]
214 var z12 = f11(42); // [42] variable
306 declare const z12: [42];
H A DthisAndSuperInStaticMembers1(target=es2015).js27 static z12 = { x: super.a = 0 } = { x: 0 };
183 Object.defineProperty(C, "z12", {
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.c252 int_simd16_t z1,z2,z3,z4,z5, z10, z11, z12, z13; in column_fidct_c() local
341 z12 = (tmp4 - tmp7) << 1; in column_fidct_c()
345 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in column_fidct_c()
346 tmp10 = MULTIPLY16H(z12, FIX_1_082392200) - z5; in column_fidct_c()
375 int_simd16_t z5, z10, z11, z12, z13; in row_idct_c() local
405 z12 = wsptr[6] - wsptr[7]; in row_idct_c()
410 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in row_idct_c()
411 tmp10 = MULTIPLY16H(z12, FIX_1_082392200) - z5; in row_idct_c()
/third_party/ffmpeg/libavcodec/
H A D4xm.c170 int z5, z10, z11, z12, z13; in idct() local
189 z12 = block[8 * 1 + i] - block[8 * 7 + i]; in idct()
194 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct()
195 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; in idct()
227 z12 = temp[1 + i] - temp[7 + i]; in idct()
232 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct()
233 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; in idct()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctflt-3dn.asm212 pfsub mm4, mm1 ; mm4=z12
225 pfmul mm4, [GOTOFF(ebx,PD_1_082)] ; mm4=(z12 * 1.082392200)
337 pfsub mm4, mm1 ; mm4=z12
350 pfmul mm4, [GOTOFF(ebx,PD_1_082)] ; mm4=(z12 * 1.082392200)
H A Djidctflt-sse.asm271 subps xmm4, xmm1 ; xmm4=z12
284 mulps xmm4, [GOTOFF(ebx,PD_1_082)] ; xmm4=(z12 * 1.082392200)
416 subps xmm4, xmm1 ; xmm4=z12
429 mulps xmm4, [GOTOFF(ebx,PD_1_082)] ; xmm4=(z12 * 1.082392200)
H A Djidctflt-sse2.asm233 subps xmm4, xmm1 ; xmm4=z12
246 mulps xmm4, [GOTOFF(ebx,PD_1_082)] ; xmm4=(z12 * 1.082392200)
378 subps xmm4, xmm1 ; xmm4=z12
391 mulps xmm4, [GOTOFF(ebx,PD_1_082)] ; xmm4=(z12 * 1.082392200)
H A Djidctfst-mmx.asm215 psubw mm2, mm1 ; mm2=z12
369 psubw mm2, mm1 ; mm2=z12
H A Djidctfst-sse2.asm207 psubw xmm2, xmm1 ; xmm2=z12
368 psubw xmm0, xmm7 ; xmm0=z12
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctflt-sse2.asm226 subps xmm4, xmm1 ; xmm4=z12
239 mulps xmm4, [rel PD_1_082] ; xmm4=(z12 * 1.082392200)
370 subps xmm4, xmm1 ; xmm4=z12
383 mulps xmm4, [rel PD_1_082] ; xmm4=(z12 * 1.082392200)
H A Djidctfst-sse2.asm200 psubw xmm2, xmm1 ; xmm2=z12
361 psubw xmm0, xmm7 ; xmm0=z12
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm262 shufps %6, %4, %4, q2301 ; z12.imre, z13.imre...

Completed in 27 milliseconds