Home
last modified time | relevance | path

Searched refs:z16 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/vixl/test/aarch64/
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.VnD(), z5.VnD(), 1); in TEST()
576 __ movprfx(z0.VnD(), p3.Merging(), z16.VnD()); in TEST()
639 __ ftsmul(z1.VnD(), z31.VnD(), z16.VnD()); in TEST()
[all …]
Dtest-disasm-sve-aarch64.cc137 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW)), in TEST()
139 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW, 1)), in TEST()
141 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW, 2)), in TEST()
143 COMPARE(adr(z30.VnD(), SVEMemOperand(z14.VnD(), z16.VnD(), UXTW, 3)), in TEST()
145 COMPARE(adr(z8.VnS(), SVEMemOperand(z16.VnS(), z16.VnS())), in TEST()
147 COMPARE(adr(z8.VnS(), SVEMemOperand(z16.VnS(), z16.VnS(), LSL, 1)), in TEST()
149 COMPARE(adr(z8.VnS(), SVEMemOperand(z16.VnS(), z16.VnS(), LSL, 2)), in TEST()
151 COMPARE(adr(z8.VnS(), SVEMemOperand(z16.VnS(), z16.VnS(), LSL, 3)), in TEST()
153 COMPARE(adr(z9.VnD(), SVEMemOperand(z1.VnD(), z16.VnD())), in TEST()
155 COMPARE(adr(z9.VnD(), SVEMemOperand(z1.VnD(), z16.VnD(), LSL, 1)), in TEST()
[all …]
Dtest-assembler-sve-aarch64.cc869 __ Clasta(z16.VnS(), p4, z16.VnS(), z0.VnS()); in TEST_SVE()
910 ASSERT_EQUAL_SVE(z16_expected, z16.VnD()); in TEST_SVE()
1173 InsrHelper(&masm, z16.VnS(), z16_inputs); in TEST_SVE()
1177 __ Cmpgt(p10.VnS(), p3.Zeroing(), z16.VnS(), z17.VnS()); in TEST_SVE()
1180 __ Cmpne(p11.VnS(), p3.Zeroing(), z16.VnS(), z17.VnS()); in TEST_SVE()
1187 __ Cmplt(p15.VnS(), p3.Zeroing(), z17.VnS(), z16.VnS()); // GT in TEST_SVE()
1390 __ dupm(z16.VnB(), 0xc3); in TEST_SVE()
1814 __ Incp(z16.VnS(), p0, z2.VnS()); in TEST_SVE()
1876 ASSERT_EQUAL_SVE(z6_expected, z16.VnS()); in TEST_SVE()
1962 __ Sqincp(z16.VnS(), p0, z2.VnS()); in TEST_SVE()
[all …]
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/
DdeclarationEmitDestructuringArrayPattern4.js5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
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: [];
DdeclarationEmitDestructuringArrayPattern4.symbols14 var [x16, y16, z16, ...a8] = [1, 2, 3];
17 >z16 : Symbol(z16, Decl(declarationEmitDestructuringArrayPattern4.ts, 3, 14))
DthisAndSuperInStaticMembers2(target=es2022).js31 static z16 = ++super[("a")];
72 static { this.z16 = ++super[("a")]; }
DthisAndSuperInStaticMembers1(target=es2022).js31 static z16 = ++super[("a")];
65 static z16 = ++super[("a")];
DthisAndSuperInStaticMembers2(target=esnext).js31 static z16 = ++super[("a")];
72 static { this.z16 = ++super[("a")]; }
DthisAndSuperInStaticMembers1(target=esnext).js31 static z16 = ++super[("a")];
65 static z16 = ++super[("a")];
DdeclarationEmitDestructuringArrayPattern4.types26 var [x16, y16, z16, ...a8] = [1, 2, 3];
29 >z16 : number
DgenericsManyTypeParameters.js37 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
57 x16 , y18 , z16 , a16 , b16 , c16,
63 …c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17…
79 x16, y18, z16, a16, b16, c16,
DgenericsManyTypeParameters.types3 …7: a215, z15: a315, a15: a415, b15: a515, c15: a615, x16: a116, y18: a216, z16: a316, a16: a416, b…
144 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
147 >z16 : a316
171 … , c14, x15 , y17 , z15 , a15 , b15 , c15, x16 , y18 , z16 , a16 , b16 , c16, …
291 x16 , y18 , z16 , a16 , b16 , c16,
294 >z16 : a316
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);
DgenericRestParameters1.js61 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean] constant
218 var z16 = f11.apply(void 0, __spreadArray([42, "hello"], t1, false)); // [42, "hello", boolean] variable
310 declare const z16: [42, "hello", boolean];
DgenericsManyTypeParameters.symbols360 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
365 >z16 : Symbol(z16, Decl(genericsManyTypeParameters.ts, 35, 29))
524 x16 , y18 , z16 , a16 , b16 , c16,
527 >z16 : Symbol(z16, Decl(genericsManyTypeParameters.ts, 35, 29))
DthisAndSuperInStaticMembers1(target=es2015).js31 static z16 = ++super[("a")];
DgenericRestParameters1.symbols228 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
229 >z16 : Symbol(z16, Decl(genericRestParameters1.ts, 59, 5))
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringArrayPattern4.ts5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
DgenericsManyTypeParameters.ts36 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
56 x16 , y18 , z16 , a16 , b16 , c16,
/third_party/typescript/tests/cases/conformance/classes/members/instanceAndStaticMembers/
DthisAndSuperInStaticMembers1.ts34 static z16 = ++super[("a")];
DthisAndSuperInStaticMembers2.ts34 static z16 = ++super[("a")];
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.h86 enum SVGA3dSurfaceFormat z16; member
Dsvga_screen.c1175 svgascreen->depth.z16 = SVGA3D_Z_D16; in svga_screen_create()
1193 svgascreen->depth.z16 = SVGA3D_Z_DF16; in svga_screen_create()
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts63 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]

12