Home
last modified time | relevance | path

Searched refs:z16 (Results 1 - 16 of 16) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc132 __ 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 Dtest-disasm-sve-aarch64.cc137 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 Dtest-assembler-sve-aarch64.cc868 __ 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 Dtest-api-aarch64.cc375 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 DdeclarationEmitDestructuringArrayPattern4.js5 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 DthisAndSuperInStaticMembers1(target=es2022).js31 static z16 = ++super[("a")];
65 static z16 = ++super[("a")];
H A DthisAndSuperInStaticMembers1(target=esnext).js31 static z16 = ++super[("a")];
65 static z16 = ++super[("a")];
H A DthisAndSuperInStaticMembers2(target=es2022).js31 static z16 = ++super[("a")];
72 static { this.z16 = ++super[("a")]; }
H A DthisAndSuperInStaticMembers2(target=esnext).js31 static z16 = ++super[("a")];
72 static { this.z16 = ++super[("a")]; }
H A DgenericsManyTypeParameters.js37 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 DthisAndSuperInStaticMembers2(target=es2015).js31 static z16 = ++super[("a")];
87 C.z16 = (Reflect.set(_c, _k = ("a"), (_m = Reflect.get(_c, _k, _b), _l = ++_m), _b), _l);
H A DgenericRestParameters1.js61 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 DthisAndSuperInStaticMembers1(target=es2015).js31 static z16 = ++super[("a")];
202 Object.defineProperty(C, "z16", {
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.h86 enum SVGA3dSurfaceFormat z16; member
H A Dsvga_screen.c1175 svgascreen->depth.z16 = SVGA3D_Z_D16; in svga_screen_create()
1193 svgascreen->depth.z16 = SVGA3D_Z_DF16; in svga_screen_create()
H A Dsvga_format.c348 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.z16 : SVGA3D_Z_D16; in svga_translate_format()

Completed in 13 milliseconds