/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 132 __ movprfx(z12, z16); in TEST() 210 __ movprfx(z16, z8); in TEST() 211 __ not_(z16.VnH(), p6.Merging(), z16.VnH()); in TEST() 387 __ movprfx(z16.VnD(), p0.Merging(), z13.VnD()); in TEST() 388 __ fcvt(z16.VnD(), p0.Merging(), z16.VnH()); in TEST() 411 __ movprfx(z19.VnD(), p1.Zeroing(), z16.VnD()); in TEST() 477 __ movprfx(z5, z16); in TEST() 478 __ fmls(z5.VnD(), z16 in TEST() [all...] |
H A D | test-disasm-sve-aarch64.cc | 137 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW)), in TEST() 138 "adr z30.d, [z14.d, z16.d, uxtw]"); in TEST() 139 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW, 1)), in TEST() 140 "adr z30.d, [z14.d, z16.d, uxtw #1]"); in TEST() 141 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW, 2)), in TEST() 142 "adr z30.d, [z14.d, z16.d, uxtw #2]"); in TEST() 143 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW, 3)), in TEST() 144 "adr z30.d, [z14.d, z16.d, uxtw #3]"); in TEST() 145 COMPARE(adr(z8.VnS(), SVEMemOperand(z16.VnS(), z16 in TEST() [all...] |
H A D | test-assembler-sve-aarch64.cc | 868 __ Clasta(z16.VnS(), p4, z16.VnS(), z0.VnS()); 909 ASSERT_EQUAL_SVE(z16_expected, z16.VnD()); 1172 InsrHelper(&masm, z16.VnS(), z16_inputs); 1176 __ Cmpgt(p10.VnS(), p3.Zeroing(), z16.VnS(), z17.VnS()); 1179 __ Cmpne(p11.VnS(), p3.Zeroing(), z16.VnS(), z17.VnS()); 1186 __ Cmplt(p15.VnS(), p3.Zeroing(), z17.VnS(), z16.VnS()); // GT 1389 __ dupm(z16.VnB(), 0xc3); 1813 __ Incp(z16.VnS(), p0, z2.VnS()); 1875 ASSERT_EQUAL_SVE(z6_expected, z16 [all...] |
H A D | test-api-aarch64.cc | 375 CPURegisterByValueHelper(z16.VnD()); in TEST() 1562 temps.Include(CPURegList(z16, z17, z18)); in TEST() 1567 temps.Include(CPURegister(z16)); in TEST() 1594 temps.Exclude(CPURegList(z16, z17, z18)); in TEST() 1599 temps.Exclude(CPURegister(z16)); in TEST()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitDestructuringArrayPattern4.js | 5 var [x16, y16, z16, ...a8] = [1, 2, 3]; 16 var _c = [1, 2, 3], x16 = _c[0], y16 = _c[1], z16 = _c[2], a8 = _c.slice(3);
27 declare var x16: number, y16: number, z16: number, a8: [];
|
H A D | thisAndSuperInStaticMembers1(target=es2022).js | 31 static z16 = ++super[("a")]; 65 static z16 = ++super[("a")];
|
H A D | thisAndSuperInStaticMembers1(target=esnext).js | 31 static z16 = ++super[("a")]; 65 static z16 = ++super[("a")];
|
H A D | thisAndSuperInStaticMembers2(target=es2022).js | 31 static z16 = ++super[("a")]; 72 static { this.z16 = ++super[("a")]; }
|
H A D | thisAndSuperInStaticMembers2(target=esnext).js | 31 static z16 = ++super[("a")]; 72 static { this.z16 = ++super[("a")]; }
|
H A D | genericsManyTypeParameters.js | 37 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616, 57 x16 , y18 , z16 , a16 , b16 , c16, 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) {
79 x16, y18, z16, a16, b16, c16,
|
H A D | thisAndSuperInStaticMembers2(target=es2015).js | 31 static z16 = ++super[("a")]; 87 C.z16 = (Reflect.set(_c, _k = ("a"), (_m = Reflect.get(_c, _k, _b), _l = ++_m), _b), _l);
|
H A D | genericRestParameters1.js | 61 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean] 218 var z16 = f11.apply(void 0, __spreadArray([42, "hello"], t1, false)); // [42, "hello", boolean]
variable 310 declare const z16: [42, "hello", boolean];
|
H A D | thisAndSuperInStaticMembers1(target=es2015).js | 31 static z16 = ++super[("a")]; 202 Object.defineProperty(C, "z16", {
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen.h | 86 enum SVGA3dSurfaceFormat z16; member
|
H A D | svga_screen.c | 1175 svgascreen->depth.z16 = SVGA3D_Z_D16; in svga_screen_create() 1193 svgascreen->depth.z16 = SVGA3D_Z_DF16; in svga_screen_create()
|
H A D | svga_format.c | 348 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.z16 : SVGA3D_Z_D16; in svga_translate_format()
|