@andrivet/z80-assembler 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/index.js +12 -12
- package/index.mjs +1608 -1180
- package/lib/compiler/Ast.d.ts +18 -11
- package/lib/compiler/Labels.d.ts +9 -10
- package/lib/grammar/z80.d.ts +784 -508
- package/lib/types/Error.d.ts +6 -8
- package/lib/types/Types.d.ts +9 -2
- package/package.json +1 -1
package/lib/grammar/z80.d.ts
CHANGED
|
@@ -161,18 +161,24 @@ export declare enum ASTKinds {
|
|
|
161
161
|
Load8Instruction_19 = "Load8Instruction_19",
|
|
162
162
|
Load8Instruction_20 = "Load8Instruction_20",
|
|
163
163
|
Load8Instruction_21 = "Load8Instruction_21",
|
|
164
|
-
Load8Instruction_$
|
|
165
|
-
Load8Instruction_$
|
|
166
|
-
Load8Instruction_$
|
|
167
|
-
Load8Instruction_$
|
|
168
|
-
Load8Instruction_$
|
|
169
|
-
Load8Instruction_$
|
|
170
|
-
Load8Instruction_$
|
|
171
|
-
Load8Instruction_$
|
|
172
|
-
Load8Instruction_$
|
|
173
|
-
Load8Instruction_$
|
|
174
|
-
Load8Instruction_$
|
|
175
|
-
Load8Instruction_$
|
|
164
|
+
Load8Instruction_$0 = "Load8Instruction_$0",
|
|
165
|
+
Load8Instruction_$0_$0_1 = "Load8Instruction_$0_$0_1",
|
|
166
|
+
Load8Instruction_$0_$0_2 = "Load8Instruction_$0_$0_2",
|
|
167
|
+
Load8Instruction_$1 = "Load8Instruction_$1",
|
|
168
|
+
Load8Instruction_$1_$0_1 = "Load8Instruction_$1_$0_1",
|
|
169
|
+
Load8Instruction_$1_$0_2 = "Load8Instruction_$1_$0_2",
|
|
170
|
+
Load8Instruction_$2 = "Load8Instruction_$2",
|
|
171
|
+
Load8Instruction_$2_$0_1 = "Load8Instruction_$2_$0_1",
|
|
172
|
+
Load8Instruction_$2_$0_2 = "Load8Instruction_$2_$0_2",
|
|
173
|
+
Load8Instruction_$3 = "Load8Instruction_$3",
|
|
174
|
+
Load8Instruction_$3_$0_1 = "Load8Instruction_$3_$0_1",
|
|
175
|
+
Load8Instruction_$3_$0_2 = "Load8Instruction_$3_$0_2",
|
|
176
|
+
Load8Instruction_$4 = "Load8Instruction_$4",
|
|
177
|
+
Load8Instruction_$4_$0_1 = "Load8Instruction_$4_$0_1",
|
|
178
|
+
Load8Instruction_$4_$0_2 = "Load8Instruction_$4_$0_2",
|
|
179
|
+
Load8Instruction_$5 = "Load8Instruction_$5",
|
|
180
|
+
Load8Instruction_$5_$0_1 = "Load8Instruction_$5_$0_1",
|
|
181
|
+
Load8Instruction_$5_$0_2 = "Load8Instruction_$5_$0_2",
|
|
176
182
|
Load16Instruction_1 = "Load16Instruction_1",
|
|
177
183
|
Load16Instruction_2 = "Load16Instruction_2",
|
|
178
184
|
Load16Instruction_3 = "Load16Instruction_3",
|
|
@@ -249,74 +255,90 @@ export declare enum ASTKinds {
|
|
|
249
255
|
ArithmeticLogic8Instruction_40 = "ArithmeticLogic8Instruction_40",
|
|
250
256
|
ArithmeticLogic8Instruction_$0 = "ArithmeticLogic8Instruction_$0",
|
|
251
257
|
ArithmeticLogic8Instruction_$1 = "ArithmeticLogic8Instruction_$1",
|
|
252
|
-
ArithmeticLogic8Instruction_$
|
|
253
|
-
ArithmeticLogic8Instruction_$
|
|
258
|
+
ArithmeticLogic8Instruction_$2 = "ArithmeticLogic8Instruction_$2",
|
|
259
|
+
ArithmeticLogic8Instruction_$2_$0_1 = "ArithmeticLogic8Instruction_$2_$0_1",
|
|
260
|
+
ArithmeticLogic8Instruction_$2_$0_2 = "ArithmeticLogic8Instruction_$2_$0_2",
|
|
254
261
|
ArithmeticLogic8Instruction_$3 = "ArithmeticLogic8Instruction_$3",
|
|
255
|
-
ArithmeticLogic8Instruction_$
|
|
256
|
-
ArithmeticLogic8Instruction_$
|
|
262
|
+
ArithmeticLogic8Instruction_$4 = "ArithmeticLogic8Instruction_$4",
|
|
263
|
+
ArithmeticLogic8Instruction_$4_$0_1 = "ArithmeticLogic8Instruction_$4_$0_1",
|
|
264
|
+
ArithmeticLogic8Instruction_$4_$0_2 = "ArithmeticLogic8Instruction_$4_$0_2",
|
|
257
265
|
ArithmeticLogic8Instruction_$5 = "ArithmeticLogic8Instruction_$5",
|
|
258
266
|
ArithmeticLogic8Instruction_$6 = "ArithmeticLogic8Instruction_$6",
|
|
259
267
|
ArithmeticLogic8Instruction_$7 = "ArithmeticLogic8Instruction_$7",
|
|
260
268
|
ArithmeticLogic8Instruction_$8 = "ArithmeticLogic8Instruction_$8",
|
|
261
|
-
ArithmeticLogic8Instruction_$
|
|
262
|
-
ArithmeticLogic8Instruction_$
|
|
269
|
+
ArithmeticLogic8Instruction_$9 = "ArithmeticLogic8Instruction_$9",
|
|
270
|
+
ArithmeticLogic8Instruction_$9_$0_1 = "ArithmeticLogic8Instruction_$9_$0_1",
|
|
271
|
+
ArithmeticLogic8Instruction_$9_$0_2 = "ArithmeticLogic8Instruction_$9_$0_2",
|
|
263
272
|
ArithmeticLogic8Instruction_$10 = "ArithmeticLogic8Instruction_$10",
|
|
264
|
-
ArithmeticLogic8Instruction_$
|
|
265
|
-
ArithmeticLogic8Instruction_$
|
|
273
|
+
ArithmeticLogic8Instruction_$11 = "ArithmeticLogic8Instruction_$11",
|
|
274
|
+
ArithmeticLogic8Instruction_$11_$0_1 = "ArithmeticLogic8Instruction_$11_$0_1",
|
|
275
|
+
ArithmeticLogic8Instruction_$11_$0_2 = "ArithmeticLogic8Instruction_$11_$0_2",
|
|
266
276
|
ArithmeticLogic8Instruction_$12 = "ArithmeticLogic8Instruction_$12",
|
|
267
277
|
ArithmeticLogic8Instruction_$13 = "ArithmeticLogic8Instruction_$13",
|
|
268
278
|
ArithmeticLogic8Instruction_$14 = "ArithmeticLogic8Instruction_$14",
|
|
269
279
|
ArithmeticLogic8Instruction_$15 = "ArithmeticLogic8Instruction_$15",
|
|
270
|
-
ArithmeticLogic8Instruction_$
|
|
271
|
-
ArithmeticLogic8Instruction_$
|
|
280
|
+
ArithmeticLogic8Instruction_$16 = "ArithmeticLogic8Instruction_$16",
|
|
281
|
+
ArithmeticLogic8Instruction_$16_$0_1 = "ArithmeticLogic8Instruction_$16_$0_1",
|
|
282
|
+
ArithmeticLogic8Instruction_$16_$0_2 = "ArithmeticLogic8Instruction_$16_$0_2",
|
|
272
283
|
ArithmeticLogic8Instruction_$17 = "ArithmeticLogic8Instruction_$17",
|
|
273
|
-
ArithmeticLogic8Instruction_$
|
|
274
|
-
ArithmeticLogic8Instruction_$
|
|
284
|
+
ArithmeticLogic8Instruction_$18 = "ArithmeticLogic8Instruction_$18",
|
|
285
|
+
ArithmeticLogic8Instruction_$18_$0_1 = "ArithmeticLogic8Instruction_$18_$0_1",
|
|
286
|
+
ArithmeticLogic8Instruction_$18_$0_2 = "ArithmeticLogic8Instruction_$18_$0_2",
|
|
275
287
|
ArithmeticLogic8Instruction_$19 = "ArithmeticLogic8Instruction_$19",
|
|
276
288
|
ArithmeticLogic8Instruction_$20 = "ArithmeticLogic8Instruction_$20",
|
|
277
289
|
ArithmeticLogic8Instruction_$21 = "ArithmeticLogic8Instruction_$21",
|
|
278
290
|
ArithmeticLogic8Instruction_$22 = "ArithmeticLogic8Instruction_$22",
|
|
279
|
-
ArithmeticLogic8Instruction_$
|
|
280
|
-
ArithmeticLogic8Instruction_$
|
|
291
|
+
ArithmeticLogic8Instruction_$23 = "ArithmeticLogic8Instruction_$23",
|
|
292
|
+
ArithmeticLogic8Instruction_$23_$0_1 = "ArithmeticLogic8Instruction_$23_$0_1",
|
|
293
|
+
ArithmeticLogic8Instruction_$23_$0_2 = "ArithmeticLogic8Instruction_$23_$0_2",
|
|
281
294
|
ArithmeticLogic8Instruction_$24 = "ArithmeticLogic8Instruction_$24",
|
|
282
|
-
ArithmeticLogic8Instruction_$
|
|
283
|
-
ArithmeticLogic8Instruction_$
|
|
295
|
+
ArithmeticLogic8Instruction_$25 = "ArithmeticLogic8Instruction_$25",
|
|
296
|
+
ArithmeticLogic8Instruction_$25_$0_1 = "ArithmeticLogic8Instruction_$25_$0_1",
|
|
297
|
+
ArithmeticLogic8Instruction_$25_$0_2 = "ArithmeticLogic8Instruction_$25_$0_2",
|
|
284
298
|
ArithmeticLogic8Instruction_$26 = "ArithmeticLogic8Instruction_$26",
|
|
285
299
|
ArithmeticLogic8Instruction_$27 = "ArithmeticLogic8Instruction_$27",
|
|
286
300
|
ArithmeticLogic8Instruction_$28 = "ArithmeticLogic8Instruction_$28",
|
|
287
301
|
ArithmeticLogic8Instruction_$29 = "ArithmeticLogic8Instruction_$29",
|
|
288
|
-
ArithmeticLogic8Instruction_$
|
|
289
|
-
ArithmeticLogic8Instruction_$
|
|
302
|
+
ArithmeticLogic8Instruction_$30 = "ArithmeticLogic8Instruction_$30",
|
|
303
|
+
ArithmeticLogic8Instruction_$30_$0_1 = "ArithmeticLogic8Instruction_$30_$0_1",
|
|
304
|
+
ArithmeticLogic8Instruction_$30_$0_2 = "ArithmeticLogic8Instruction_$30_$0_2",
|
|
290
305
|
ArithmeticLogic8Instruction_$31 = "ArithmeticLogic8Instruction_$31",
|
|
291
|
-
ArithmeticLogic8Instruction_$
|
|
292
|
-
ArithmeticLogic8Instruction_$
|
|
306
|
+
ArithmeticLogic8Instruction_$32 = "ArithmeticLogic8Instruction_$32",
|
|
307
|
+
ArithmeticLogic8Instruction_$32_$0_1 = "ArithmeticLogic8Instruction_$32_$0_1",
|
|
308
|
+
ArithmeticLogic8Instruction_$32_$0_2 = "ArithmeticLogic8Instruction_$32_$0_2",
|
|
293
309
|
ArithmeticLogic8Instruction_$33 = "ArithmeticLogic8Instruction_$33",
|
|
294
310
|
ArithmeticLogic8Instruction_$34 = "ArithmeticLogic8Instruction_$34",
|
|
295
311
|
ArithmeticLogic8Instruction_$35 = "ArithmeticLogic8Instruction_$35",
|
|
296
312
|
ArithmeticLogic8Instruction_$36 = "ArithmeticLogic8Instruction_$36",
|
|
297
|
-
ArithmeticLogic8Instruction_$
|
|
298
|
-
ArithmeticLogic8Instruction_$
|
|
313
|
+
ArithmeticLogic8Instruction_$37 = "ArithmeticLogic8Instruction_$37",
|
|
314
|
+
ArithmeticLogic8Instruction_$37_$0_1 = "ArithmeticLogic8Instruction_$37_$0_1",
|
|
315
|
+
ArithmeticLogic8Instruction_$37_$0_2 = "ArithmeticLogic8Instruction_$37_$0_2",
|
|
299
316
|
ArithmeticLogic8Instruction_$38 = "ArithmeticLogic8Instruction_$38",
|
|
300
|
-
ArithmeticLogic8Instruction_$
|
|
301
|
-
ArithmeticLogic8Instruction_$
|
|
317
|
+
ArithmeticLogic8Instruction_$39 = "ArithmeticLogic8Instruction_$39",
|
|
318
|
+
ArithmeticLogic8Instruction_$39_$0_1 = "ArithmeticLogic8Instruction_$39_$0_1",
|
|
319
|
+
ArithmeticLogic8Instruction_$39_$0_2 = "ArithmeticLogic8Instruction_$39_$0_2",
|
|
302
320
|
ArithmeticLogic8Instruction_$40 = "ArithmeticLogic8Instruction_$40",
|
|
303
321
|
ArithmeticLogic8Instruction_$41 = "ArithmeticLogic8Instruction_$41",
|
|
304
322
|
ArithmeticLogic8Instruction_$42 = "ArithmeticLogic8Instruction_$42",
|
|
305
323
|
ArithmeticLogic8Instruction_$43 = "ArithmeticLogic8Instruction_$43",
|
|
306
|
-
ArithmeticLogic8Instruction_$
|
|
307
|
-
ArithmeticLogic8Instruction_$
|
|
324
|
+
ArithmeticLogic8Instruction_$44 = "ArithmeticLogic8Instruction_$44",
|
|
325
|
+
ArithmeticLogic8Instruction_$44_$0_1 = "ArithmeticLogic8Instruction_$44_$0_1",
|
|
326
|
+
ArithmeticLogic8Instruction_$44_$0_2 = "ArithmeticLogic8Instruction_$44_$0_2",
|
|
308
327
|
ArithmeticLogic8Instruction_$45 = "ArithmeticLogic8Instruction_$45",
|
|
309
|
-
ArithmeticLogic8Instruction_$
|
|
310
|
-
ArithmeticLogic8Instruction_$
|
|
328
|
+
ArithmeticLogic8Instruction_$46 = "ArithmeticLogic8Instruction_$46",
|
|
329
|
+
ArithmeticLogic8Instruction_$46_$0_1 = "ArithmeticLogic8Instruction_$46_$0_1",
|
|
330
|
+
ArithmeticLogic8Instruction_$46_$0_2 = "ArithmeticLogic8Instruction_$46_$0_2",
|
|
311
331
|
ArithmeticLogic8Instruction_$47 = "ArithmeticLogic8Instruction_$47",
|
|
312
332
|
ArithmeticLogic8Instruction_$48 = "ArithmeticLogic8Instruction_$48",
|
|
313
333
|
ArithmeticLogic8Instruction_$49 = "ArithmeticLogic8Instruction_$49",
|
|
314
334
|
ArithmeticLogic8Instruction_$50 = "ArithmeticLogic8Instruction_$50",
|
|
315
|
-
ArithmeticLogic8Instruction_$
|
|
316
|
-
ArithmeticLogic8Instruction_$
|
|
335
|
+
ArithmeticLogic8Instruction_$51 = "ArithmeticLogic8Instruction_$51",
|
|
336
|
+
ArithmeticLogic8Instruction_$51_$0_1 = "ArithmeticLogic8Instruction_$51_$0_1",
|
|
337
|
+
ArithmeticLogic8Instruction_$51_$0_2 = "ArithmeticLogic8Instruction_$51_$0_2",
|
|
317
338
|
ArithmeticLogic8Instruction_$52 = "ArithmeticLogic8Instruction_$52",
|
|
318
|
-
ArithmeticLogic8Instruction_$
|
|
319
|
-
ArithmeticLogic8Instruction_$
|
|
339
|
+
ArithmeticLogic8Instruction_$53 = "ArithmeticLogic8Instruction_$53",
|
|
340
|
+
ArithmeticLogic8Instruction_$53_$0_1 = "ArithmeticLogic8Instruction_$53_$0_1",
|
|
341
|
+
ArithmeticLogic8Instruction_$53_$0_2 = "ArithmeticLogic8Instruction_$53_$0_2",
|
|
320
342
|
ArithmeticLogic8Instruction_$54 = "ArithmeticLogic8Instruction_$54",
|
|
321
343
|
ArithmeticLogic8Instruction_$55 = "ArithmeticLogic8Instruction_$55",
|
|
322
344
|
IncrementDecrement8Instruction_1 = "IncrementDecrement8Instruction_1",
|
|
@@ -327,14 +349,18 @@ export declare enum ASTKinds {
|
|
|
327
349
|
IncrementDecrement8Instruction_6 = "IncrementDecrement8Instruction_6",
|
|
328
350
|
IncrementDecrement8Instruction_7 = "IncrementDecrement8Instruction_7",
|
|
329
351
|
IncrementDecrement8Instruction_8 = "IncrementDecrement8Instruction_8",
|
|
330
|
-
IncrementDecrement8Instruction_$
|
|
331
|
-
IncrementDecrement8Instruction_$
|
|
332
|
-
IncrementDecrement8Instruction_$
|
|
333
|
-
IncrementDecrement8Instruction_$
|
|
334
|
-
IncrementDecrement8Instruction_$
|
|
335
|
-
IncrementDecrement8Instruction_$
|
|
336
|
-
IncrementDecrement8Instruction_$
|
|
337
|
-
IncrementDecrement8Instruction_$
|
|
352
|
+
IncrementDecrement8Instruction_$0 = "IncrementDecrement8Instruction_$0",
|
|
353
|
+
IncrementDecrement8Instruction_$0_$0_1 = "IncrementDecrement8Instruction_$0_$0_1",
|
|
354
|
+
IncrementDecrement8Instruction_$0_$0_2 = "IncrementDecrement8Instruction_$0_$0_2",
|
|
355
|
+
IncrementDecrement8Instruction_$1 = "IncrementDecrement8Instruction_$1",
|
|
356
|
+
IncrementDecrement8Instruction_$1_$0_1 = "IncrementDecrement8Instruction_$1_$0_1",
|
|
357
|
+
IncrementDecrement8Instruction_$1_$0_2 = "IncrementDecrement8Instruction_$1_$0_2",
|
|
358
|
+
IncrementDecrement8Instruction_$2 = "IncrementDecrement8Instruction_$2",
|
|
359
|
+
IncrementDecrement8Instruction_$2_$0_1 = "IncrementDecrement8Instruction_$2_$0_1",
|
|
360
|
+
IncrementDecrement8Instruction_$2_$0_2 = "IncrementDecrement8Instruction_$2_$0_2",
|
|
361
|
+
IncrementDecrement8Instruction_$3 = "IncrementDecrement8Instruction_$3",
|
|
362
|
+
IncrementDecrement8Instruction_$3_$0_1 = "IncrementDecrement8Instruction_$3_$0_1",
|
|
363
|
+
IncrementDecrement8Instruction_$3_$0_2 = "IncrementDecrement8Instruction_$3_$0_2",
|
|
338
364
|
GeneralPurposeArithmeticInstruction_1 = "GeneralPurposeArithmeticInstruction_1",
|
|
339
365
|
GeneralPurposeArithmeticInstruction_2 = "GeneralPurposeArithmeticInstruction_2",
|
|
340
366
|
GeneralPurposeArithmeticInstruction_3 = "GeneralPurposeArithmeticInstruction_3",
|
|
@@ -390,34 +416,48 @@ export declare enum ASTKinds {
|
|
|
390
416
|
RotateShiftInstruction_32 = "RotateShiftInstruction_32",
|
|
391
417
|
RotateShiftInstruction_33 = "RotateShiftInstruction_33",
|
|
392
418
|
RotateShiftInstruction_34 = "RotateShiftInstruction_34",
|
|
393
|
-
RotateShiftInstruction_$
|
|
394
|
-
RotateShiftInstruction_$
|
|
395
|
-
RotateShiftInstruction_$
|
|
396
|
-
RotateShiftInstruction_$
|
|
397
|
-
RotateShiftInstruction_$
|
|
398
|
-
RotateShiftInstruction_$
|
|
399
|
-
RotateShiftInstruction_$
|
|
400
|
-
RotateShiftInstruction_$
|
|
401
|
-
RotateShiftInstruction_$
|
|
402
|
-
RotateShiftInstruction_$
|
|
403
|
-
RotateShiftInstruction_$
|
|
404
|
-
RotateShiftInstruction_$
|
|
405
|
-
RotateShiftInstruction_$
|
|
406
|
-
RotateShiftInstruction_$
|
|
407
|
-
RotateShiftInstruction_$
|
|
408
|
-
RotateShiftInstruction_$
|
|
409
|
-
RotateShiftInstruction_$
|
|
410
|
-
RotateShiftInstruction_$
|
|
411
|
-
RotateShiftInstruction_$
|
|
412
|
-
RotateShiftInstruction_$
|
|
413
|
-
RotateShiftInstruction_$
|
|
414
|
-
RotateShiftInstruction_$
|
|
415
|
-
RotateShiftInstruction_$
|
|
416
|
-
RotateShiftInstruction_$
|
|
417
|
-
RotateShiftInstruction_$
|
|
418
|
-
RotateShiftInstruction_$
|
|
419
|
-
RotateShiftInstruction_$
|
|
420
|
-
RotateShiftInstruction_$
|
|
419
|
+
RotateShiftInstruction_$0 = "RotateShiftInstruction_$0",
|
|
420
|
+
RotateShiftInstruction_$0_$0_1 = "RotateShiftInstruction_$0_$0_1",
|
|
421
|
+
RotateShiftInstruction_$0_$0_2 = "RotateShiftInstruction_$0_$0_2",
|
|
422
|
+
RotateShiftInstruction_$1 = "RotateShiftInstruction_$1",
|
|
423
|
+
RotateShiftInstruction_$1_$0_1 = "RotateShiftInstruction_$1_$0_1",
|
|
424
|
+
RotateShiftInstruction_$1_$0_2 = "RotateShiftInstruction_$1_$0_2",
|
|
425
|
+
RotateShiftInstruction_$2 = "RotateShiftInstruction_$2",
|
|
426
|
+
RotateShiftInstruction_$2_$0_1 = "RotateShiftInstruction_$2_$0_1",
|
|
427
|
+
RotateShiftInstruction_$2_$0_2 = "RotateShiftInstruction_$2_$0_2",
|
|
428
|
+
RotateShiftInstruction_$3 = "RotateShiftInstruction_$3",
|
|
429
|
+
RotateShiftInstruction_$3_$0_1 = "RotateShiftInstruction_$3_$0_1",
|
|
430
|
+
RotateShiftInstruction_$3_$0_2 = "RotateShiftInstruction_$3_$0_2",
|
|
431
|
+
RotateShiftInstruction_$4 = "RotateShiftInstruction_$4",
|
|
432
|
+
RotateShiftInstruction_$4_$0_1 = "RotateShiftInstruction_$4_$0_1",
|
|
433
|
+
RotateShiftInstruction_$4_$0_2 = "RotateShiftInstruction_$4_$0_2",
|
|
434
|
+
RotateShiftInstruction_$5 = "RotateShiftInstruction_$5",
|
|
435
|
+
RotateShiftInstruction_$5_$0_1 = "RotateShiftInstruction_$5_$0_1",
|
|
436
|
+
RotateShiftInstruction_$5_$0_2 = "RotateShiftInstruction_$5_$0_2",
|
|
437
|
+
RotateShiftInstruction_$6 = "RotateShiftInstruction_$6",
|
|
438
|
+
RotateShiftInstruction_$6_$0_1 = "RotateShiftInstruction_$6_$0_1",
|
|
439
|
+
RotateShiftInstruction_$6_$0_2 = "RotateShiftInstruction_$6_$0_2",
|
|
440
|
+
RotateShiftInstruction_$7 = "RotateShiftInstruction_$7",
|
|
441
|
+
RotateShiftInstruction_$7_$0_1 = "RotateShiftInstruction_$7_$0_1",
|
|
442
|
+
RotateShiftInstruction_$7_$0_2 = "RotateShiftInstruction_$7_$0_2",
|
|
443
|
+
RotateShiftInstruction_$8 = "RotateShiftInstruction_$8",
|
|
444
|
+
RotateShiftInstruction_$8_$0_1 = "RotateShiftInstruction_$8_$0_1",
|
|
445
|
+
RotateShiftInstruction_$8_$0_2 = "RotateShiftInstruction_$8_$0_2",
|
|
446
|
+
RotateShiftInstruction_$9 = "RotateShiftInstruction_$9",
|
|
447
|
+
RotateShiftInstruction_$9_$0_1 = "RotateShiftInstruction_$9_$0_1",
|
|
448
|
+
RotateShiftInstruction_$9_$0_2 = "RotateShiftInstruction_$9_$0_2",
|
|
449
|
+
RotateShiftInstruction_$10 = "RotateShiftInstruction_$10",
|
|
450
|
+
RotateShiftInstruction_$10_$0_1 = "RotateShiftInstruction_$10_$0_1",
|
|
451
|
+
RotateShiftInstruction_$10_$0_2 = "RotateShiftInstruction_$10_$0_2",
|
|
452
|
+
RotateShiftInstruction_$11 = "RotateShiftInstruction_$11",
|
|
453
|
+
RotateShiftInstruction_$11_$0_1 = "RotateShiftInstruction_$11_$0_1",
|
|
454
|
+
RotateShiftInstruction_$11_$0_2 = "RotateShiftInstruction_$11_$0_2",
|
|
455
|
+
RotateShiftInstruction_$12 = "RotateShiftInstruction_$12",
|
|
456
|
+
RotateShiftInstruction_$12_$0_1 = "RotateShiftInstruction_$12_$0_1",
|
|
457
|
+
RotateShiftInstruction_$12_$0_2 = "RotateShiftInstruction_$12_$0_2",
|
|
458
|
+
RotateShiftInstruction_$13 = "RotateShiftInstruction_$13",
|
|
459
|
+
RotateShiftInstruction_$13_$0_1 = "RotateShiftInstruction_$13_$0_1",
|
|
460
|
+
RotateShiftInstruction_$13_$0_2 = "RotateShiftInstruction_$13_$0_2",
|
|
421
461
|
BitManipulationInstruction_1 = "BitManipulationInstruction_1",
|
|
422
462
|
BitManipulationInstruction_2 = "BitManipulationInstruction_2",
|
|
423
463
|
BitManipulationInstruction_3 = "BitManipulationInstruction_3",
|
|
@@ -430,18 +470,24 @@ export declare enum ASTKinds {
|
|
|
430
470
|
BitManipulationInstruction_10 = "BitManipulationInstruction_10",
|
|
431
471
|
BitManipulationInstruction_11 = "BitManipulationInstruction_11",
|
|
432
472
|
BitManipulationInstruction_12 = "BitManipulationInstruction_12",
|
|
433
|
-
BitManipulationInstruction_$
|
|
434
|
-
BitManipulationInstruction_$
|
|
435
|
-
BitManipulationInstruction_$
|
|
436
|
-
BitManipulationInstruction_$
|
|
437
|
-
BitManipulationInstruction_$
|
|
438
|
-
BitManipulationInstruction_$
|
|
439
|
-
BitManipulationInstruction_$
|
|
440
|
-
BitManipulationInstruction_$
|
|
441
|
-
BitManipulationInstruction_$
|
|
442
|
-
BitManipulationInstruction_$
|
|
443
|
-
BitManipulationInstruction_$
|
|
444
|
-
BitManipulationInstruction_$
|
|
473
|
+
BitManipulationInstruction_$0 = "BitManipulationInstruction_$0",
|
|
474
|
+
BitManipulationInstruction_$0_$0_1 = "BitManipulationInstruction_$0_$0_1",
|
|
475
|
+
BitManipulationInstruction_$0_$0_2 = "BitManipulationInstruction_$0_$0_2",
|
|
476
|
+
BitManipulationInstruction_$1 = "BitManipulationInstruction_$1",
|
|
477
|
+
BitManipulationInstruction_$1_$0_1 = "BitManipulationInstruction_$1_$0_1",
|
|
478
|
+
BitManipulationInstruction_$1_$0_2 = "BitManipulationInstruction_$1_$0_2",
|
|
479
|
+
BitManipulationInstruction_$2 = "BitManipulationInstruction_$2",
|
|
480
|
+
BitManipulationInstruction_$2_$0_1 = "BitManipulationInstruction_$2_$0_1",
|
|
481
|
+
BitManipulationInstruction_$2_$0_2 = "BitManipulationInstruction_$2_$0_2",
|
|
482
|
+
BitManipulationInstruction_$3 = "BitManipulationInstruction_$3",
|
|
483
|
+
BitManipulationInstruction_$3_$0_1 = "BitManipulationInstruction_$3_$0_1",
|
|
484
|
+
BitManipulationInstruction_$3_$0_2 = "BitManipulationInstruction_$3_$0_2",
|
|
485
|
+
BitManipulationInstruction_$4 = "BitManipulationInstruction_$4",
|
|
486
|
+
BitManipulationInstruction_$4_$0_1 = "BitManipulationInstruction_$4_$0_1",
|
|
487
|
+
BitManipulationInstruction_$4_$0_2 = "BitManipulationInstruction_$4_$0_2",
|
|
488
|
+
BitManipulationInstruction_$5 = "BitManipulationInstruction_$5",
|
|
489
|
+
BitManipulationInstruction_$5_$0_1 = "BitManipulationInstruction_$5_$0_1",
|
|
490
|
+
BitManipulationInstruction_$5_$0_2 = "BitManipulationInstruction_$5_$0_2",
|
|
445
491
|
Offset_1 = "Offset_1",
|
|
446
492
|
Offset_2 = "Offset_2",
|
|
447
493
|
JumpInstruction_1 = "JumpInstruction_1",
|
|
@@ -928,20 +974,16 @@ export declare class Load8Instruction_2 {
|
|
|
928
974
|
export declare class Load8Instruction_3 {
|
|
929
975
|
kind: ASTKinds.Load8Instruction_3;
|
|
930
976
|
r: r;
|
|
931
|
-
|
|
932
|
-
pos: PosInfo;
|
|
933
|
-
d: Expression;
|
|
977
|
+
o: Nullable<Load8Instruction_$0>;
|
|
934
978
|
elements: AstElements;
|
|
935
|
-
constructor(r: r,
|
|
979
|
+
constructor(r: r, o: Nullable<Load8Instruction_$0>);
|
|
936
980
|
}
|
|
937
981
|
export declare class Load8Instruction_4 {
|
|
938
982
|
kind: ASTKinds.Load8Instruction_4;
|
|
939
983
|
r: r;
|
|
940
|
-
|
|
941
|
-
pos: PosInfo;
|
|
942
|
-
d: Expression;
|
|
984
|
+
o: Nullable<Load8Instruction_$1>;
|
|
943
985
|
elements: AstElements;
|
|
944
|
-
constructor(r: r,
|
|
986
|
+
constructor(r: r, o: Nullable<Load8Instruction_$1>);
|
|
945
987
|
}
|
|
946
988
|
export declare class Load8Instruction_5 {
|
|
947
989
|
kind: ASTKinds.Load8Instruction_5;
|
|
@@ -951,21 +993,17 @@ export declare class Load8Instruction_5 {
|
|
|
951
993
|
}
|
|
952
994
|
export declare class Load8Instruction_6 {
|
|
953
995
|
kind: ASTKinds.Load8Instruction_6;
|
|
954
|
-
|
|
955
|
-
pos: PosInfo;
|
|
956
|
-
d: Expression;
|
|
996
|
+
o: Nullable<Load8Instruction_$2>;
|
|
957
997
|
r: r;
|
|
958
998
|
elements: AstElements;
|
|
959
|
-
constructor(
|
|
999
|
+
constructor(o: Nullable<Load8Instruction_$2>, r: r);
|
|
960
1000
|
}
|
|
961
1001
|
export declare class Load8Instruction_7 {
|
|
962
1002
|
kind: ASTKinds.Load8Instruction_7;
|
|
963
|
-
|
|
964
|
-
pos: PosInfo;
|
|
965
|
-
d: Expression;
|
|
1003
|
+
o: Nullable<Load8Instruction_$3>;
|
|
966
1004
|
r: r;
|
|
967
1005
|
elements: AstElements;
|
|
968
|
-
constructor(
|
|
1006
|
+
constructor(o: Nullable<Load8Instruction_$3>, r: r);
|
|
969
1007
|
}
|
|
970
1008
|
export declare class Load8Instruction_8 {
|
|
971
1009
|
kind: ASTKinds.Load8Instruction_8;
|
|
@@ -976,23 +1014,19 @@ export declare class Load8Instruction_8 {
|
|
|
976
1014
|
}
|
|
977
1015
|
export declare class Load8Instruction_9 {
|
|
978
1016
|
kind: ASTKinds.Load8Instruction_9;
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
d: Expression;
|
|
982
|
-
pos1: PosInfo;
|
|
1017
|
+
o: Nullable<Load8Instruction_$4>;
|
|
1018
|
+
pos: PosInfo;
|
|
983
1019
|
n: Expression;
|
|
984
1020
|
elements: AstElements;
|
|
985
|
-
constructor(
|
|
1021
|
+
constructor(o: Nullable<Load8Instruction_$4>, pos: PosInfo, n: Expression);
|
|
986
1022
|
}
|
|
987
1023
|
export declare class Load8Instruction_10 {
|
|
988
1024
|
kind: ASTKinds.Load8Instruction_10;
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
d: Expression;
|
|
992
|
-
pos1: PosInfo;
|
|
1025
|
+
o: Nullable<Load8Instruction_$5>;
|
|
1026
|
+
pos: PosInfo;
|
|
993
1027
|
n: Expression;
|
|
994
1028
|
elements: AstElements;
|
|
995
|
-
constructor(
|
|
1029
|
+
constructor(o: Nullable<Load8Instruction_$5>, pos: PosInfo, n: Expression);
|
|
996
1030
|
}
|
|
997
1031
|
export declare class Load8Instruction_11 {
|
|
998
1032
|
kind: ASTKinds.Load8Instruction_11;
|
|
@@ -1056,24 +1090,60 @@ export declare class Load8Instruction_21 {
|
|
|
1056
1090
|
elements: AstElements;
|
|
1057
1091
|
constructor(r: Reg8, pos: PosInfo, n: Expression);
|
|
1058
1092
|
}
|
|
1059
|
-
export
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
export type Load8Instruction_$
|
|
1066
|
-
export type Load8Instruction_$
|
|
1067
|
-
export type Load8Instruction_$
|
|
1068
|
-
export
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
export type Load8Instruction_$
|
|
1075
|
-
export type Load8Instruction_$
|
|
1076
|
-
export type Load8Instruction_$
|
|
1093
|
+
export interface Load8Instruction_$0 {
|
|
1094
|
+
kind: ASTKinds.Load8Instruction_$0;
|
|
1095
|
+
s: Load8Instruction_$0_$0;
|
|
1096
|
+
pos: PosInfo;
|
|
1097
|
+
d: Expression;
|
|
1098
|
+
}
|
|
1099
|
+
export type Load8Instruction_$0_$0 = Load8Instruction_$0_$0_1 | Load8Instruction_$0_$0_2;
|
|
1100
|
+
export type Load8Instruction_$0_$0_1 = string;
|
|
1101
|
+
export type Load8Instruction_$0_$0_2 = string;
|
|
1102
|
+
export interface Load8Instruction_$1 {
|
|
1103
|
+
kind: ASTKinds.Load8Instruction_$1;
|
|
1104
|
+
s: Load8Instruction_$1_$0;
|
|
1105
|
+
pos: PosInfo;
|
|
1106
|
+
d: Expression;
|
|
1107
|
+
}
|
|
1108
|
+
export type Load8Instruction_$1_$0 = Load8Instruction_$1_$0_1 | Load8Instruction_$1_$0_2;
|
|
1109
|
+
export type Load8Instruction_$1_$0_1 = string;
|
|
1110
|
+
export type Load8Instruction_$1_$0_2 = string;
|
|
1111
|
+
export interface Load8Instruction_$2 {
|
|
1112
|
+
kind: ASTKinds.Load8Instruction_$2;
|
|
1113
|
+
s: Load8Instruction_$2_$0;
|
|
1114
|
+
pos: PosInfo;
|
|
1115
|
+
d: Expression;
|
|
1116
|
+
}
|
|
1117
|
+
export type Load8Instruction_$2_$0 = Load8Instruction_$2_$0_1 | Load8Instruction_$2_$0_2;
|
|
1118
|
+
export type Load8Instruction_$2_$0_1 = string;
|
|
1119
|
+
export type Load8Instruction_$2_$0_2 = string;
|
|
1120
|
+
export interface Load8Instruction_$3 {
|
|
1121
|
+
kind: ASTKinds.Load8Instruction_$3;
|
|
1122
|
+
s: Load8Instruction_$3_$0;
|
|
1123
|
+
pos: PosInfo;
|
|
1124
|
+
d: Expression;
|
|
1125
|
+
}
|
|
1126
|
+
export type Load8Instruction_$3_$0 = Load8Instruction_$3_$0_1 | Load8Instruction_$3_$0_2;
|
|
1127
|
+
export type Load8Instruction_$3_$0_1 = string;
|
|
1128
|
+
export type Load8Instruction_$3_$0_2 = string;
|
|
1129
|
+
export interface Load8Instruction_$4 {
|
|
1130
|
+
kind: ASTKinds.Load8Instruction_$4;
|
|
1131
|
+
s: Load8Instruction_$4_$0;
|
|
1132
|
+
pos: PosInfo;
|
|
1133
|
+
d: Expression;
|
|
1134
|
+
}
|
|
1135
|
+
export type Load8Instruction_$4_$0 = Load8Instruction_$4_$0_1 | Load8Instruction_$4_$0_2;
|
|
1136
|
+
export type Load8Instruction_$4_$0_1 = string;
|
|
1137
|
+
export type Load8Instruction_$4_$0_2 = string;
|
|
1138
|
+
export interface Load8Instruction_$5 {
|
|
1139
|
+
kind: ASTKinds.Load8Instruction_$5;
|
|
1140
|
+
s: Load8Instruction_$5_$0;
|
|
1141
|
+
pos: PosInfo;
|
|
1142
|
+
d: Expression;
|
|
1143
|
+
}
|
|
1144
|
+
export type Load8Instruction_$5_$0 = Load8Instruction_$5_$0_1 | Load8Instruction_$5_$0_2;
|
|
1145
|
+
export type Load8Instruction_$5_$0_1 = string;
|
|
1146
|
+
export type Load8Instruction_$5_$0_2 = string;
|
|
1077
1147
|
export type Load16Instruction = Load16Instruction_1 | Load16Instruction_2 | Load16Instruction_3 | Load16Instruction_4 | Load16Instruction_5 | Load16Instruction_6 | Load16Instruction_7 | Load16Instruction_8 | Load16Instruction_9 | Load16Instruction_10 | Load16Instruction_11 | Load16Instruction_12 | Load16Instruction_13 | Load16Instruction_14 | Load16Instruction_15 | Load16Instruction_16 | Load16Instruction_17 | Load16Instruction_18 | Load16Instruction_19 | Load16Instruction_20;
|
|
1078
1148
|
export declare class Load16Instruction_1 {
|
|
1079
1149
|
kind: ASTKinds.Load16Instruction_1;
|
|
@@ -1282,19 +1352,15 @@ export declare class ArithmeticLogic8Instruction_1 {
|
|
|
1282
1352
|
}
|
|
1283
1353
|
export declare class ArithmeticLogic8Instruction_2 {
|
|
1284
1354
|
kind: ASTKinds.ArithmeticLogic8Instruction_2;
|
|
1285
|
-
|
|
1286
|
-
pos: PosInfo;
|
|
1287
|
-
d: Expression;
|
|
1355
|
+
o: Nullable<ArithmeticLogic8Instruction_$2>;
|
|
1288
1356
|
elements: AstElements;
|
|
1289
|
-
constructor(
|
|
1357
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$2>);
|
|
1290
1358
|
}
|
|
1291
1359
|
export declare class ArithmeticLogic8Instruction_3 {
|
|
1292
1360
|
kind: ASTKinds.ArithmeticLogic8Instruction_3;
|
|
1293
|
-
|
|
1294
|
-
pos: PosInfo;
|
|
1295
|
-
d: Expression;
|
|
1361
|
+
o: Nullable<ArithmeticLogic8Instruction_$4>;
|
|
1296
1362
|
elements: AstElements;
|
|
1297
|
-
constructor(
|
|
1363
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$4>);
|
|
1298
1364
|
}
|
|
1299
1365
|
export declare class ArithmeticLogic8Instruction_4 {
|
|
1300
1366
|
kind: ASTKinds.ArithmeticLogic8Instruction_4;
|
|
@@ -1316,19 +1382,15 @@ export declare class ArithmeticLogic8Instruction_6 {
|
|
|
1316
1382
|
}
|
|
1317
1383
|
export declare class ArithmeticLogic8Instruction_7 {
|
|
1318
1384
|
kind: ASTKinds.ArithmeticLogic8Instruction_7;
|
|
1319
|
-
|
|
1320
|
-
pos: PosInfo;
|
|
1321
|
-
d: Expression;
|
|
1385
|
+
o: Nullable<ArithmeticLogic8Instruction_$9>;
|
|
1322
1386
|
elements: AstElements;
|
|
1323
|
-
constructor(
|
|
1387
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$9>);
|
|
1324
1388
|
}
|
|
1325
1389
|
export declare class ArithmeticLogic8Instruction_8 {
|
|
1326
1390
|
kind: ASTKinds.ArithmeticLogic8Instruction_8;
|
|
1327
|
-
|
|
1328
|
-
pos: PosInfo;
|
|
1329
|
-
d: Expression;
|
|
1391
|
+
o: Nullable<ArithmeticLogic8Instruction_$11>;
|
|
1330
1392
|
elements: AstElements;
|
|
1331
|
-
constructor(
|
|
1393
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$11>);
|
|
1332
1394
|
}
|
|
1333
1395
|
export declare class ArithmeticLogic8Instruction_9 {
|
|
1334
1396
|
kind: ASTKinds.ArithmeticLogic8Instruction_9;
|
|
@@ -1350,19 +1412,15 @@ export declare class ArithmeticLogic8Instruction_11 {
|
|
|
1350
1412
|
}
|
|
1351
1413
|
export declare class ArithmeticLogic8Instruction_12 {
|
|
1352
1414
|
kind: ASTKinds.ArithmeticLogic8Instruction_12;
|
|
1353
|
-
|
|
1354
|
-
pos: PosInfo;
|
|
1355
|
-
d: Expression;
|
|
1415
|
+
o: Nullable<ArithmeticLogic8Instruction_$16>;
|
|
1356
1416
|
elements: AstElements;
|
|
1357
|
-
constructor(
|
|
1417
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$16>);
|
|
1358
1418
|
}
|
|
1359
1419
|
export declare class ArithmeticLogic8Instruction_13 {
|
|
1360
1420
|
kind: ASTKinds.ArithmeticLogic8Instruction_13;
|
|
1361
|
-
|
|
1362
|
-
pos: PosInfo;
|
|
1363
|
-
d: Expression;
|
|
1421
|
+
o: Nullable<ArithmeticLogic8Instruction_$18>;
|
|
1364
1422
|
elements: AstElements;
|
|
1365
|
-
constructor(
|
|
1423
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$18>);
|
|
1366
1424
|
}
|
|
1367
1425
|
export declare class ArithmeticLogic8Instruction_14 {
|
|
1368
1426
|
kind: ASTKinds.ArithmeticLogic8Instruction_14;
|
|
@@ -1384,19 +1442,15 @@ export declare class ArithmeticLogic8Instruction_16 {
|
|
|
1384
1442
|
}
|
|
1385
1443
|
export declare class ArithmeticLogic8Instruction_17 {
|
|
1386
1444
|
kind: ASTKinds.ArithmeticLogic8Instruction_17;
|
|
1387
|
-
|
|
1388
|
-
pos: PosInfo;
|
|
1389
|
-
d: Expression;
|
|
1445
|
+
o: Nullable<ArithmeticLogic8Instruction_$23>;
|
|
1390
1446
|
elements: AstElements;
|
|
1391
|
-
constructor(
|
|
1447
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$23>);
|
|
1392
1448
|
}
|
|
1393
1449
|
export declare class ArithmeticLogic8Instruction_18 {
|
|
1394
1450
|
kind: ASTKinds.ArithmeticLogic8Instruction_18;
|
|
1395
|
-
|
|
1396
|
-
pos: PosInfo;
|
|
1397
|
-
d: Expression;
|
|
1451
|
+
o: Nullable<ArithmeticLogic8Instruction_$25>;
|
|
1398
1452
|
elements: AstElements;
|
|
1399
|
-
constructor(
|
|
1453
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$25>);
|
|
1400
1454
|
}
|
|
1401
1455
|
export declare class ArithmeticLogic8Instruction_19 {
|
|
1402
1456
|
kind: ASTKinds.ArithmeticLogic8Instruction_19;
|
|
@@ -1418,19 +1472,15 @@ export declare class ArithmeticLogic8Instruction_21 {
|
|
|
1418
1472
|
}
|
|
1419
1473
|
export declare class ArithmeticLogic8Instruction_22 {
|
|
1420
1474
|
kind: ASTKinds.ArithmeticLogic8Instruction_22;
|
|
1421
|
-
|
|
1422
|
-
pos: PosInfo;
|
|
1423
|
-
d: Expression;
|
|
1475
|
+
o: Nullable<ArithmeticLogic8Instruction_$30>;
|
|
1424
1476
|
elements: AstElements;
|
|
1425
|
-
constructor(
|
|
1477
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$30>);
|
|
1426
1478
|
}
|
|
1427
1479
|
export declare class ArithmeticLogic8Instruction_23 {
|
|
1428
1480
|
kind: ASTKinds.ArithmeticLogic8Instruction_23;
|
|
1429
|
-
|
|
1430
|
-
pos: PosInfo;
|
|
1431
|
-
d: Expression;
|
|
1481
|
+
o: Nullable<ArithmeticLogic8Instruction_$32>;
|
|
1432
1482
|
elements: AstElements;
|
|
1433
|
-
constructor(
|
|
1483
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$32>);
|
|
1434
1484
|
}
|
|
1435
1485
|
export declare class ArithmeticLogic8Instruction_24 {
|
|
1436
1486
|
kind: ASTKinds.ArithmeticLogic8Instruction_24;
|
|
@@ -1452,19 +1502,15 @@ export declare class ArithmeticLogic8Instruction_26 {
|
|
|
1452
1502
|
}
|
|
1453
1503
|
export declare class ArithmeticLogic8Instruction_27 {
|
|
1454
1504
|
kind: ASTKinds.ArithmeticLogic8Instruction_27;
|
|
1455
|
-
|
|
1456
|
-
pos: PosInfo;
|
|
1457
|
-
d: Expression;
|
|
1505
|
+
o: Nullable<ArithmeticLogic8Instruction_$37>;
|
|
1458
1506
|
elements: AstElements;
|
|
1459
|
-
constructor(
|
|
1507
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$37>);
|
|
1460
1508
|
}
|
|
1461
1509
|
export declare class ArithmeticLogic8Instruction_28 {
|
|
1462
1510
|
kind: ASTKinds.ArithmeticLogic8Instruction_28;
|
|
1463
|
-
|
|
1464
|
-
pos: PosInfo;
|
|
1465
|
-
d: Expression;
|
|
1511
|
+
o: Nullable<ArithmeticLogic8Instruction_$39>;
|
|
1466
1512
|
elements: AstElements;
|
|
1467
|
-
constructor(
|
|
1513
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$39>);
|
|
1468
1514
|
}
|
|
1469
1515
|
export declare class ArithmeticLogic8Instruction_29 {
|
|
1470
1516
|
kind: ASTKinds.ArithmeticLogic8Instruction_29;
|
|
@@ -1486,19 +1532,15 @@ export declare class ArithmeticLogic8Instruction_31 {
|
|
|
1486
1532
|
}
|
|
1487
1533
|
export declare class ArithmeticLogic8Instruction_32 {
|
|
1488
1534
|
kind: ASTKinds.ArithmeticLogic8Instruction_32;
|
|
1489
|
-
|
|
1490
|
-
pos: PosInfo;
|
|
1491
|
-
d: Expression;
|
|
1535
|
+
o: Nullable<ArithmeticLogic8Instruction_$44>;
|
|
1492
1536
|
elements: AstElements;
|
|
1493
|
-
constructor(
|
|
1537
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$44>);
|
|
1494
1538
|
}
|
|
1495
1539
|
export declare class ArithmeticLogic8Instruction_33 {
|
|
1496
1540
|
kind: ASTKinds.ArithmeticLogic8Instruction_33;
|
|
1497
|
-
|
|
1498
|
-
pos: PosInfo;
|
|
1499
|
-
d: Expression;
|
|
1541
|
+
o: Nullable<ArithmeticLogic8Instruction_$46>;
|
|
1500
1542
|
elements: AstElements;
|
|
1501
|
-
constructor(
|
|
1543
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$46>);
|
|
1502
1544
|
}
|
|
1503
1545
|
export declare class ArithmeticLogic8Instruction_34 {
|
|
1504
1546
|
kind: ASTKinds.ArithmeticLogic8Instruction_34;
|
|
@@ -1520,19 +1562,15 @@ export declare class ArithmeticLogic8Instruction_36 {
|
|
|
1520
1562
|
}
|
|
1521
1563
|
export declare class ArithmeticLogic8Instruction_37 {
|
|
1522
1564
|
kind: ASTKinds.ArithmeticLogic8Instruction_37;
|
|
1523
|
-
|
|
1524
|
-
pos: PosInfo;
|
|
1525
|
-
d: Expression;
|
|
1565
|
+
o: Nullable<ArithmeticLogic8Instruction_$51>;
|
|
1526
1566
|
elements: AstElements;
|
|
1527
|
-
constructor(
|
|
1567
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$51>);
|
|
1528
1568
|
}
|
|
1529
1569
|
export declare class ArithmeticLogic8Instruction_38 {
|
|
1530
1570
|
kind: ASTKinds.ArithmeticLogic8Instruction_38;
|
|
1531
|
-
|
|
1532
|
-
pos: PosInfo;
|
|
1533
|
-
d: Expression;
|
|
1571
|
+
o: Nullable<ArithmeticLogic8Instruction_$53>;
|
|
1534
1572
|
elements: AstElements;
|
|
1535
|
-
constructor(
|
|
1573
|
+
constructor(o: Nullable<ArithmeticLogic8Instruction_$53>);
|
|
1536
1574
|
}
|
|
1537
1575
|
export declare class ArithmeticLogic8Instruction_39 {
|
|
1538
1576
|
kind: ASTKinds.ArithmeticLogic8Instruction_39;
|
|
@@ -1553,15 +1591,27 @@ export interface ArithmeticLogic8Instruction_$0 {
|
|
|
1553
1591
|
export interface ArithmeticLogic8Instruction_$1 {
|
|
1554
1592
|
kind: ASTKinds.ArithmeticLogic8Instruction_$1;
|
|
1555
1593
|
}
|
|
1556
|
-
export
|
|
1557
|
-
|
|
1558
|
-
|
|
1594
|
+
export interface ArithmeticLogic8Instruction_$2 {
|
|
1595
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$2;
|
|
1596
|
+
s: ArithmeticLogic8Instruction_$2_$0;
|
|
1597
|
+
pos: PosInfo;
|
|
1598
|
+
d: Expression;
|
|
1599
|
+
}
|
|
1600
|
+
export type ArithmeticLogic8Instruction_$2_$0 = ArithmeticLogic8Instruction_$2_$0_1 | ArithmeticLogic8Instruction_$2_$0_2;
|
|
1601
|
+
export type ArithmeticLogic8Instruction_$2_$0_1 = string;
|
|
1602
|
+
export type ArithmeticLogic8Instruction_$2_$0_2 = string;
|
|
1559
1603
|
export interface ArithmeticLogic8Instruction_$3 {
|
|
1560
1604
|
kind: ASTKinds.ArithmeticLogic8Instruction_$3;
|
|
1561
1605
|
}
|
|
1562
|
-
export
|
|
1563
|
-
|
|
1564
|
-
|
|
1606
|
+
export interface ArithmeticLogic8Instruction_$4 {
|
|
1607
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$4;
|
|
1608
|
+
s: ArithmeticLogic8Instruction_$4_$0;
|
|
1609
|
+
pos: PosInfo;
|
|
1610
|
+
d: Expression;
|
|
1611
|
+
}
|
|
1612
|
+
export type ArithmeticLogic8Instruction_$4_$0 = ArithmeticLogic8Instruction_$4_$0_1 | ArithmeticLogic8Instruction_$4_$0_2;
|
|
1613
|
+
export type ArithmeticLogic8Instruction_$4_$0_1 = string;
|
|
1614
|
+
export type ArithmeticLogic8Instruction_$4_$0_2 = string;
|
|
1565
1615
|
export interface ArithmeticLogic8Instruction_$5 {
|
|
1566
1616
|
kind: ASTKinds.ArithmeticLogic8Instruction_$5;
|
|
1567
1617
|
}
|
|
@@ -1574,15 +1624,27 @@ export interface ArithmeticLogic8Instruction_$7 {
|
|
|
1574
1624
|
export interface ArithmeticLogic8Instruction_$8 {
|
|
1575
1625
|
kind: ASTKinds.ArithmeticLogic8Instruction_$8;
|
|
1576
1626
|
}
|
|
1577
|
-
export
|
|
1578
|
-
|
|
1579
|
-
|
|
1627
|
+
export interface ArithmeticLogic8Instruction_$9 {
|
|
1628
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$9;
|
|
1629
|
+
s: ArithmeticLogic8Instruction_$9_$0;
|
|
1630
|
+
pos: PosInfo;
|
|
1631
|
+
d: Expression;
|
|
1632
|
+
}
|
|
1633
|
+
export type ArithmeticLogic8Instruction_$9_$0 = ArithmeticLogic8Instruction_$9_$0_1 | ArithmeticLogic8Instruction_$9_$0_2;
|
|
1634
|
+
export type ArithmeticLogic8Instruction_$9_$0_1 = string;
|
|
1635
|
+
export type ArithmeticLogic8Instruction_$9_$0_2 = string;
|
|
1580
1636
|
export interface ArithmeticLogic8Instruction_$10 {
|
|
1581
1637
|
kind: ASTKinds.ArithmeticLogic8Instruction_$10;
|
|
1582
1638
|
}
|
|
1583
|
-
export
|
|
1584
|
-
|
|
1585
|
-
|
|
1639
|
+
export interface ArithmeticLogic8Instruction_$11 {
|
|
1640
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$11;
|
|
1641
|
+
s: ArithmeticLogic8Instruction_$11_$0;
|
|
1642
|
+
pos: PosInfo;
|
|
1643
|
+
d: Expression;
|
|
1644
|
+
}
|
|
1645
|
+
export type ArithmeticLogic8Instruction_$11_$0 = ArithmeticLogic8Instruction_$11_$0_1 | ArithmeticLogic8Instruction_$11_$0_2;
|
|
1646
|
+
export type ArithmeticLogic8Instruction_$11_$0_1 = string;
|
|
1647
|
+
export type ArithmeticLogic8Instruction_$11_$0_2 = string;
|
|
1586
1648
|
export interface ArithmeticLogic8Instruction_$12 {
|
|
1587
1649
|
kind: ASTKinds.ArithmeticLogic8Instruction_$12;
|
|
1588
1650
|
}
|
|
@@ -1595,15 +1657,27 @@ export interface ArithmeticLogic8Instruction_$14 {
|
|
|
1595
1657
|
export interface ArithmeticLogic8Instruction_$15 {
|
|
1596
1658
|
kind: ASTKinds.ArithmeticLogic8Instruction_$15;
|
|
1597
1659
|
}
|
|
1598
|
-
export
|
|
1599
|
-
|
|
1600
|
-
|
|
1660
|
+
export interface ArithmeticLogic8Instruction_$16 {
|
|
1661
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$16;
|
|
1662
|
+
s: ArithmeticLogic8Instruction_$16_$0;
|
|
1663
|
+
pos: PosInfo;
|
|
1664
|
+
d: Expression;
|
|
1665
|
+
}
|
|
1666
|
+
export type ArithmeticLogic8Instruction_$16_$0 = ArithmeticLogic8Instruction_$16_$0_1 | ArithmeticLogic8Instruction_$16_$0_2;
|
|
1667
|
+
export type ArithmeticLogic8Instruction_$16_$0_1 = string;
|
|
1668
|
+
export type ArithmeticLogic8Instruction_$16_$0_2 = string;
|
|
1601
1669
|
export interface ArithmeticLogic8Instruction_$17 {
|
|
1602
1670
|
kind: ASTKinds.ArithmeticLogic8Instruction_$17;
|
|
1603
1671
|
}
|
|
1604
|
-
export
|
|
1605
|
-
|
|
1606
|
-
|
|
1672
|
+
export interface ArithmeticLogic8Instruction_$18 {
|
|
1673
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$18;
|
|
1674
|
+
s: ArithmeticLogic8Instruction_$18_$0;
|
|
1675
|
+
pos: PosInfo;
|
|
1676
|
+
d: Expression;
|
|
1677
|
+
}
|
|
1678
|
+
export type ArithmeticLogic8Instruction_$18_$0 = ArithmeticLogic8Instruction_$18_$0_1 | ArithmeticLogic8Instruction_$18_$0_2;
|
|
1679
|
+
export type ArithmeticLogic8Instruction_$18_$0_1 = string;
|
|
1680
|
+
export type ArithmeticLogic8Instruction_$18_$0_2 = string;
|
|
1607
1681
|
export interface ArithmeticLogic8Instruction_$19 {
|
|
1608
1682
|
kind: ASTKinds.ArithmeticLogic8Instruction_$19;
|
|
1609
1683
|
}
|
|
@@ -1616,15 +1690,27 @@ export interface ArithmeticLogic8Instruction_$21 {
|
|
|
1616
1690
|
export interface ArithmeticLogic8Instruction_$22 {
|
|
1617
1691
|
kind: ASTKinds.ArithmeticLogic8Instruction_$22;
|
|
1618
1692
|
}
|
|
1619
|
-
export
|
|
1620
|
-
|
|
1621
|
-
|
|
1693
|
+
export interface ArithmeticLogic8Instruction_$23 {
|
|
1694
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$23;
|
|
1695
|
+
s: ArithmeticLogic8Instruction_$23_$0;
|
|
1696
|
+
pos: PosInfo;
|
|
1697
|
+
d: Expression;
|
|
1698
|
+
}
|
|
1699
|
+
export type ArithmeticLogic8Instruction_$23_$0 = ArithmeticLogic8Instruction_$23_$0_1 | ArithmeticLogic8Instruction_$23_$0_2;
|
|
1700
|
+
export type ArithmeticLogic8Instruction_$23_$0_1 = string;
|
|
1701
|
+
export type ArithmeticLogic8Instruction_$23_$0_2 = string;
|
|
1622
1702
|
export interface ArithmeticLogic8Instruction_$24 {
|
|
1623
1703
|
kind: ASTKinds.ArithmeticLogic8Instruction_$24;
|
|
1624
1704
|
}
|
|
1625
|
-
export
|
|
1626
|
-
|
|
1627
|
-
|
|
1705
|
+
export interface ArithmeticLogic8Instruction_$25 {
|
|
1706
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$25;
|
|
1707
|
+
s: ArithmeticLogic8Instruction_$25_$0;
|
|
1708
|
+
pos: PosInfo;
|
|
1709
|
+
d: Expression;
|
|
1710
|
+
}
|
|
1711
|
+
export type ArithmeticLogic8Instruction_$25_$0 = ArithmeticLogic8Instruction_$25_$0_1 | ArithmeticLogic8Instruction_$25_$0_2;
|
|
1712
|
+
export type ArithmeticLogic8Instruction_$25_$0_1 = string;
|
|
1713
|
+
export type ArithmeticLogic8Instruction_$25_$0_2 = string;
|
|
1628
1714
|
export interface ArithmeticLogic8Instruction_$26 {
|
|
1629
1715
|
kind: ASTKinds.ArithmeticLogic8Instruction_$26;
|
|
1630
1716
|
}
|
|
@@ -1637,15 +1723,27 @@ export interface ArithmeticLogic8Instruction_$28 {
|
|
|
1637
1723
|
export interface ArithmeticLogic8Instruction_$29 {
|
|
1638
1724
|
kind: ASTKinds.ArithmeticLogic8Instruction_$29;
|
|
1639
1725
|
}
|
|
1640
|
-
export
|
|
1641
|
-
|
|
1642
|
-
|
|
1726
|
+
export interface ArithmeticLogic8Instruction_$30 {
|
|
1727
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$30;
|
|
1728
|
+
s: ArithmeticLogic8Instruction_$30_$0;
|
|
1729
|
+
pos: PosInfo;
|
|
1730
|
+
d: Expression;
|
|
1731
|
+
}
|
|
1732
|
+
export type ArithmeticLogic8Instruction_$30_$0 = ArithmeticLogic8Instruction_$30_$0_1 | ArithmeticLogic8Instruction_$30_$0_2;
|
|
1733
|
+
export type ArithmeticLogic8Instruction_$30_$0_1 = string;
|
|
1734
|
+
export type ArithmeticLogic8Instruction_$30_$0_2 = string;
|
|
1643
1735
|
export interface ArithmeticLogic8Instruction_$31 {
|
|
1644
1736
|
kind: ASTKinds.ArithmeticLogic8Instruction_$31;
|
|
1645
1737
|
}
|
|
1646
|
-
export
|
|
1647
|
-
|
|
1648
|
-
|
|
1738
|
+
export interface ArithmeticLogic8Instruction_$32 {
|
|
1739
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$32;
|
|
1740
|
+
s: ArithmeticLogic8Instruction_$32_$0;
|
|
1741
|
+
pos: PosInfo;
|
|
1742
|
+
d: Expression;
|
|
1743
|
+
}
|
|
1744
|
+
export type ArithmeticLogic8Instruction_$32_$0 = ArithmeticLogic8Instruction_$32_$0_1 | ArithmeticLogic8Instruction_$32_$0_2;
|
|
1745
|
+
export type ArithmeticLogic8Instruction_$32_$0_1 = string;
|
|
1746
|
+
export type ArithmeticLogic8Instruction_$32_$0_2 = string;
|
|
1649
1747
|
export interface ArithmeticLogic8Instruction_$33 {
|
|
1650
1748
|
kind: ASTKinds.ArithmeticLogic8Instruction_$33;
|
|
1651
1749
|
}
|
|
@@ -1658,15 +1756,27 @@ export interface ArithmeticLogic8Instruction_$35 {
|
|
|
1658
1756
|
export interface ArithmeticLogic8Instruction_$36 {
|
|
1659
1757
|
kind: ASTKinds.ArithmeticLogic8Instruction_$36;
|
|
1660
1758
|
}
|
|
1661
|
-
export
|
|
1662
|
-
|
|
1663
|
-
|
|
1759
|
+
export interface ArithmeticLogic8Instruction_$37 {
|
|
1760
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$37;
|
|
1761
|
+
s: ArithmeticLogic8Instruction_$37_$0;
|
|
1762
|
+
pos: PosInfo;
|
|
1763
|
+
d: Expression;
|
|
1764
|
+
}
|
|
1765
|
+
export type ArithmeticLogic8Instruction_$37_$0 = ArithmeticLogic8Instruction_$37_$0_1 | ArithmeticLogic8Instruction_$37_$0_2;
|
|
1766
|
+
export type ArithmeticLogic8Instruction_$37_$0_1 = string;
|
|
1767
|
+
export type ArithmeticLogic8Instruction_$37_$0_2 = string;
|
|
1664
1768
|
export interface ArithmeticLogic8Instruction_$38 {
|
|
1665
1769
|
kind: ASTKinds.ArithmeticLogic8Instruction_$38;
|
|
1666
1770
|
}
|
|
1667
|
-
export
|
|
1668
|
-
|
|
1669
|
-
|
|
1771
|
+
export interface ArithmeticLogic8Instruction_$39 {
|
|
1772
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$39;
|
|
1773
|
+
s: ArithmeticLogic8Instruction_$39_$0;
|
|
1774
|
+
pos: PosInfo;
|
|
1775
|
+
d: Expression;
|
|
1776
|
+
}
|
|
1777
|
+
export type ArithmeticLogic8Instruction_$39_$0 = ArithmeticLogic8Instruction_$39_$0_1 | ArithmeticLogic8Instruction_$39_$0_2;
|
|
1778
|
+
export type ArithmeticLogic8Instruction_$39_$0_1 = string;
|
|
1779
|
+
export type ArithmeticLogic8Instruction_$39_$0_2 = string;
|
|
1670
1780
|
export interface ArithmeticLogic8Instruction_$40 {
|
|
1671
1781
|
kind: ASTKinds.ArithmeticLogic8Instruction_$40;
|
|
1672
1782
|
}
|
|
@@ -1679,15 +1789,27 @@ export interface ArithmeticLogic8Instruction_$42 {
|
|
|
1679
1789
|
export interface ArithmeticLogic8Instruction_$43 {
|
|
1680
1790
|
kind: ASTKinds.ArithmeticLogic8Instruction_$43;
|
|
1681
1791
|
}
|
|
1682
|
-
export
|
|
1683
|
-
|
|
1684
|
-
|
|
1792
|
+
export interface ArithmeticLogic8Instruction_$44 {
|
|
1793
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$44;
|
|
1794
|
+
s: ArithmeticLogic8Instruction_$44_$0;
|
|
1795
|
+
pos: PosInfo;
|
|
1796
|
+
d: Expression;
|
|
1797
|
+
}
|
|
1798
|
+
export type ArithmeticLogic8Instruction_$44_$0 = ArithmeticLogic8Instruction_$44_$0_1 | ArithmeticLogic8Instruction_$44_$0_2;
|
|
1799
|
+
export type ArithmeticLogic8Instruction_$44_$0_1 = string;
|
|
1800
|
+
export type ArithmeticLogic8Instruction_$44_$0_2 = string;
|
|
1685
1801
|
export interface ArithmeticLogic8Instruction_$45 {
|
|
1686
1802
|
kind: ASTKinds.ArithmeticLogic8Instruction_$45;
|
|
1687
1803
|
}
|
|
1688
|
-
export
|
|
1689
|
-
|
|
1690
|
-
|
|
1804
|
+
export interface ArithmeticLogic8Instruction_$46 {
|
|
1805
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$46;
|
|
1806
|
+
s: ArithmeticLogic8Instruction_$46_$0;
|
|
1807
|
+
pos: PosInfo;
|
|
1808
|
+
d: Expression;
|
|
1809
|
+
}
|
|
1810
|
+
export type ArithmeticLogic8Instruction_$46_$0 = ArithmeticLogic8Instruction_$46_$0_1 | ArithmeticLogic8Instruction_$46_$0_2;
|
|
1811
|
+
export type ArithmeticLogic8Instruction_$46_$0_1 = string;
|
|
1812
|
+
export type ArithmeticLogic8Instruction_$46_$0_2 = string;
|
|
1691
1813
|
export interface ArithmeticLogic8Instruction_$47 {
|
|
1692
1814
|
kind: ASTKinds.ArithmeticLogic8Instruction_$47;
|
|
1693
1815
|
}
|
|
@@ -1700,15 +1822,27 @@ export interface ArithmeticLogic8Instruction_$49 {
|
|
|
1700
1822
|
export interface ArithmeticLogic8Instruction_$50 {
|
|
1701
1823
|
kind: ASTKinds.ArithmeticLogic8Instruction_$50;
|
|
1702
1824
|
}
|
|
1703
|
-
export
|
|
1704
|
-
|
|
1705
|
-
|
|
1825
|
+
export interface ArithmeticLogic8Instruction_$51 {
|
|
1826
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$51;
|
|
1827
|
+
s: ArithmeticLogic8Instruction_$51_$0;
|
|
1828
|
+
pos: PosInfo;
|
|
1829
|
+
d: Expression;
|
|
1830
|
+
}
|
|
1831
|
+
export type ArithmeticLogic8Instruction_$51_$0 = ArithmeticLogic8Instruction_$51_$0_1 | ArithmeticLogic8Instruction_$51_$0_2;
|
|
1832
|
+
export type ArithmeticLogic8Instruction_$51_$0_1 = string;
|
|
1833
|
+
export type ArithmeticLogic8Instruction_$51_$0_2 = string;
|
|
1706
1834
|
export interface ArithmeticLogic8Instruction_$52 {
|
|
1707
1835
|
kind: ASTKinds.ArithmeticLogic8Instruction_$52;
|
|
1708
1836
|
}
|
|
1709
|
-
export
|
|
1710
|
-
|
|
1711
|
-
|
|
1837
|
+
export interface ArithmeticLogic8Instruction_$53 {
|
|
1838
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$53;
|
|
1839
|
+
s: ArithmeticLogic8Instruction_$53_$0;
|
|
1840
|
+
pos: PosInfo;
|
|
1841
|
+
d: Expression;
|
|
1842
|
+
}
|
|
1843
|
+
export type ArithmeticLogic8Instruction_$53_$0 = ArithmeticLogic8Instruction_$53_$0_1 | ArithmeticLogic8Instruction_$53_$0_2;
|
|
1844
|
+
export type ArithmeticLogic8Instruction_$53_$0_1 = string;
|
|
1845
|
+
export type ArithmeticLogic8Instruction_$53_$0_2 = string;
|
|
1712
1846
|
export interface ArithmeticLogic8Instruction_$54 {
|
|
1713
1847
|
kind: ASTKinds.ArithmeticLogic8Instruction_$54;
|
|
1714
1848
|
}
|
|
@@ -1729,19 +1863,15 @@ export declare class IncrementDecrement8Instruction_2 {
|
|
|
1729
1863
|
}
|
|
1730
1864
|
export declare class IncrementDecrement8Instruction_3 {
|
|
1731
1865
|
kind: ASTKinds.IncrementDecrement8Instruction_3;
|
|
1732
|
-
|
|
1733
|
-
pos: PosInfo;
|
|
1734
|
-
d: Expression;
|
|
1866
|
+
o: Nullable<IncrementDecrement8Instruction_$0>;
|
|
1735
1867
|
elements: AstElements;
|
|
1736
|
-
constructor(
|
|
1868
|
+
constructor(o: Nullable<IncrementDecrement8Instruction_$0>);
|
|
1737
1869
|
}
|
|
1738
1870
|
export declare class IncrementDecrement8Instruction_4 {
|
|
1739
1871
|
kind: ASTKinds.IncrementDecrement8Instruction_4;
|
|
1740
|
-
|
|
1741
|
-
pos: PosInfo;
|
|
1742
|
-
d: Expression;
|
|
1872
|
+
o: Nullable<IncrementDecrement8Instruction_$1>;
|
|
1743
1873
|
elements: AstElements;
|
|
1744
|
-
constructor(
|
|
1874
|
+
constructor(o: Nullable<IncrementDecrement8Instruction_$1>);
|
|
1745
1875
|
}
|
|
1746
1876
|
export declare class IncrementDecrement8Instruction_5 {
|
|
1747
1877
|
kind: ASTKinds.IncrementDecrement8Instruction_5;
|
|
@@ -1756,32 +1886,52 @@ export declare class IncrementDecrement8Instruction_6 {
|
|
|
1756
1886
|
}
|
|
1757
1887
|
export declare class IncrementDecrement8Instruction_7 {
|
|
1758
1888
|
kind: ASTKinds.IncrementDecrement8Instruction_7;
|
|
1759
|
-
|
|
1760
|
-
pos: PosInfo;
|
|
1761
|
-
d: Expression;
|
|
1889
|
+
o: Nullable<IncrementDecrement8Instruction_$2>;
|
|
1762
1890
|
elements: AstElements;
|
|
1763
|
-
constructor(
|
|
1891
|
+
constructor(o: Nullable<IncrementDecrement8Instruction_$2>);
|
|
1764
1892
|
}
|
|
1765
1893
|
export declare class IncrementDecrement8Instruction_8 {
|
|
1766
1894
|
kind: ASTKinds.IncrementDecrement8Instruction_8;
|
|
1767
|
-
|
|
1895
|
+
o: Nullable<IncrementDecrement8Instruction_$3>;
|
|
1896
|
+
elements: AstElements;
|
|
1897
|
+
constructor(o: Nullable<IncrementDecrement8Instruction_$3>);
|
|
1898
|
+
}
|
|
1899
|
+
export interface IncrementDecrement8Instruction_$0 {
|
|
1900
|
+
kind: ASTKinds.IncrementDecrement8Instruction_$0;
|
|
1901
|
+
s: IncrementDecrement8Instruction_$0_$0;
|
|
1768
1902
|
pos: PosInfo;
|
|
1769
1903
|
d: Expression;
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
export type IncrementDecrement8Instruction_$
|
|
1774
|
-
export
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
export type IncrementDecrement8Instruction_$
|
|
1781
|
-
export type IncrementDecrement8Instruction_$
|
|
1782
|
-
export type IncrementDecrement8Instruction_$
|
|
1783
|
-
export
|
|
1784
|
-
|
|
1904
|
+
}
|
|
1905
|
+
export type IncrementDecrement8Instruction_$0_$0 = IncrementDecrement8Instruction_$0_$0_1 | IncrementDecrement8Instruction_$0_$0_2;
|
|
1906
|
+
export type IncrementDecrement8Instruction_$0_$0_1 = string;
|
|
1907
|
+
export type IncrementDecrement8Instruction_$0_$0_2 = string;
|
|
1908
|
+
export interface IncrementDecrement8Instruction_$1 {
|
|
1909
|
+
kind: ASTKinds.IncrementDecrement8Instruction_$1;
|
|
1910
|
+
s: IncrementDecrement8Instruction_$1_$0;
|
|
1911
|
+
pos: PosInfo;
|
|
1912
|
+
d: Expression;
|
|
1913
|
+
}
|
|
1914
|
+
export type IncrementDecrement8Instruction_$1_$0 = IncrementDecrement8Instruction_$1_$0_1 | IncrementDecrement8Instruction_$1_$0_2;
|
|
1915
|
+
export type IncrementDecrement8Instruction_$1_$0_1 = string;
|
|
1916
|
+
export type IncrementDecrement8Instruction_$1_$0_2 = string;
|
|
1917
|
+
export interface IncrementDecrement8Instruction_$2 {
|
|
1918
|
+
kind: ASTKinds.IncrementDecrement8Instruction_$2;
|
|
1919
|
+
s: IncrementDecrement8Instruction_$2_$0;
|
|
1920
|
+
pos: PosInfo;
|
|
1921
|
+
d: Expression;
|
|
1922
|
+
}
|
|
1923
|
+
export type IncrementDecrement8Instruction_$2_$0 = IncrementDecrement8Instruction_$2_$0_1 | IncrementDecrement8Instruction_$2_$0_2;
|
|
1924
|
+
export type IncrementDecrement8Instruction_$2_$0_1 = string;
|
|
1925
|
+
export type IncrementDecrement8Instruction_$2_$0_2 = string;
|
|
1926
|
+
export interface IncrementDecrement8Instruction_$3 {
|
|
1927
|
+
kind: ASTKinds.IncrementDecrement8Instruction_$3;
|
|
1928
|
+
s: IncrementDecrement8Instruction_$3_$0;
|
|
1929
|
+
pos: PosInfo;
|
|
1930
|
+
d: Expression;
|
|
1931
|
+
}
|
|
1932
|
+
export type IncrementDecrement8Instruction_$3_$0 = IncrementDecrement8Instruction_$3_$0_1 | IncrementDecrement8Instruction_$3_$0_2;
|
|
1933
|
+
export type IncrementDecrement8Instruction_$3_$0_1 = string;
|
|
1934
|
+
export type IncrementDecrement8Instruction_$3_$0_2 = string;
|
|
1785
1935
|
export type GeneralPurposeArithmeticInstruction = GeneralPurposeArithmeticInstruction_1 | GeneralPurposeArithmeticInstruction_2 | GeneralPurposeArithmeticInstruction_3 | GeneralPurposeArithmeticInstruction_4 | GeneralPurposeArithmeticInstruction_5;
|
|
1786
1936
|
export declare class GeneralPurposeArithmeticInstruction_1 {
|
|
1787
1937
|
kind: ASTKinds.GeneralPurposeArithmeticInstruction_1;
|
|
@@ -1932,19 +2082,15 @@ export declare class RotateShiftInstruction_6 {
|
|
|
1932
2082
|
}
|
|
1933
2083
|
export declare class RotateShiftInstruction_7 {
|
|
1934
2084
|
kind: ASTKinds.RotateShiftInstruction_7;
|
|
1935
|
-
|
|
1936
|
-
pos: PosInfo;
|
|
1937
|
-
d: Expression;
|
|
2085
|
+
o: Nullable<RotateShiftInstruction_$0>;
|
|
1938
2086
|
elements: AstElements;
|
|
1939
|
-
constructor(
|
|
2087
|
+
constructor(o: Nullable<RotateShiftInstruction_$0>);
|
|
1940
2088
|
}
|
|
1941
2089
|
export declare class RotateShiftInstruction_8 {
|
|
1942
2090
|
kind: ASTKinds.RotateShiftInstruction_8;
|
|
1943
|
-
|
|
1944
|
-
pos: PosInfo;
|
|
1945
|
-
d: Expression;
|
|
2091
|
+
o: Nullable<RotateShiftInstruction_$1>;
|
|
1946
2092
|
elements: AstElements;
|
|
1947
|
-
constructor(
|
|
2093
|
+
constructor(o: Nullable<RotateShiftInstruction_$1>);
|
|
1948
2094
|
}
|
|
1949
2095
|
export declare class RotateShiftInstruction_9 {
|
|
1950
2096
|
kind: ASTKinds.RotateShiftInstruction_9;
|
|
@@ -1959,19 +2105,15 @@ export declare class RotateShiftInstruction_10 {
|
|
|
1959
2105
|
}
|
|
1960
2106
|
export declare class RotateShiftInstruction_11 {
|
|
1961
2107
|
kind: ASTKinds.RotateShiftInstruction_11;
|
|
1962
|
-
|
|
1963
|
-
pos: PosInfo;
|
|
1964
|
-
d: Expression;
|
|
2108
|
+
o: Nullable<RotateShiftInstruction_$2>;
|
|
1965
2109
|
elements: AstElements;
|
|
1966
|
-
constructor(
|
|
2110
|
+
constructor(o: Nullable<RotateShiftInstruction_$2>);
|
|
1967
2111
|
}
|
|
1968
2112
|
export declare class RotateShiftInstruction_12 {
|
|
1969
2113
|
kind: ASTKinds.RotateShiftInstruction_12;
|
|
1970
|
-
|
|
1971
|
-
pos: PosInfo;
|
|
1972
|
-
d: Expression;
|
|
2114
|
+
o: Nullable<RotateShiftInstruction_$3>;
|
|
1973
2115
|
elements: AstElements;
|
|
1974
|
-
constructor(
|
|
2116
|
+
constructor(o: Nullable<RotateShiftInstruction_$3>);
|
|
1975
2117
|
}
|
|
1976
2118
|
export declare class RotateShiftInstruction_13 {
|
|
1977
2119
|
kind: ASTKinds.RotateShiftInstruction_13;
|
|
@@ -1986,19 +2128,15 @@ export declare class RotateShiftInstruction_14 {
|
|
|
1986
2128
|
}
|
|
1987
2129
|
export declare class RotateShiftInstruction_15 {
|
|
1988
2130
|
kind: ASTKinds.RotateShiftInstruction_15;
|
|
1989
|
-
|
|
1990
|
-
pos: PosInfo;
|
|
1991
|
-
d: Expression;
|
|
2131
|
+
o: Nullable<RotateShiftInstruction_$4>;
|
|
1992
2132
|
elements: AstElements;
|
|
1993
|
-
constructor(
|
|
2133
|
+
constructor(o: Nullable<RotateShiftInstruction_$4>);
|
|
1994
2134
|
}
|
|
1995
2135
|
export declare class RotateShiftInstruction_16 {
|
|
1996
2136
|
kind: ASTKinds.RotateShiftInstruction_16;
|
|
1997
|
-
|
|
1998
|
-
pos: PosInfo;
|
|
1999
|
-
d: Expression;
|
|
2137
|
+
o: Nullable<RotateShiftInstruction_$5>;
|
|
2000
2138
|
elements: AstElements;
|
|
2001
|
-
constructor(
|
|
2139
|
+
constructor(o: Nullable<RotateShiftInstruction_$5>);
|
|
2002
2140
|
}
|
|
2003
2141
|
export declare class RotateShiftInstruction_17 {
|
|
2004
2142
|
kind: ASTKinds.RotateShiftInstruction_17;
|
|
@@ -2013,19 +2151,15 @@ export declare class RotateShiftInstruction_18 {
|
|
|
2013
2151
|
}
|
|
2014
2152
|
export declare class RotateShiftInstruction_19 {
|
|
2015
2153
|
kind: ASTKinds.RotateShiftInstruction_19;
|
|
2016
|
-
|
|
2017
|
-
pos: PosInfo;
|
|
2018
|
-
d: Expression;
|
|
2154
|
+
o: Nullable<RotateShiftInstruction_$6>;
|
|
2019
2155
|
elements: AstElements;
|
|
2020
|
-
constructor(
|
|
2156
|
+
constructor(o: Nullable<RotateShiftInstruction_$6>);
|
|
2021
2157
|
}
|
|
2022
2158
|
export declare class RotateShiftInstruction_20 {
|
|
2023
2159
|
kind: ASTKinds.RotateShiftInstruction_20;
|
|
2024
|
-
|
|
2025
|
-
pos: PosInfo;
|
|
2026
|
-
d: Expression;
|
|
2160
|
+
o: Nullable<RotateShiftInstruction_$7>;
|
|
2027
2161
|
elements: AstElements;
|
|
2028
|
-
constructor(
|
|
2162
|
+
constructor(o: Nullable<RotateShiftInstruction_$7>);
|
|
2029
2163
|
}
|
|
2030
2164
|
export declare class RotateShiftInstruction_21 {
|
|
2031
2165
|
kind: ASTKinds.RotateShiftInstruction_21;
|
|
@@ -2040,19 +2174,15 @@ export declare class RotateShiftInstruction_22 {
|
|
|
2040
2174
|
}
|
|
2041
2175
|
export declare class RotateShiftInstruction_23 {
|
|
2042
2176
|
kind: ASTKinds.RotateShiftInstruction_23;
|
|
2043
|
-
|
|
2044
|
-
pos: PosInfo;
|
|
2045
|
-
d: Expression;
|
|
2177
|
+
o: Nullable<RotateShiftInstruction_$8>;
|
|
2046
2178
|
elements: AstElements;
|
|
2047
|
-
constructor(
|
|
2179
|
+
constructor(o: Nullable<RotateShiftInstruction_$8>);
|
|
2048
2180
|
}
|
|
2049
2181
|
export declare class RotateShiftInstruction_24 {
|
|
2050
2182
|
kind: ASTKinds.RotateShiftInstruction_24;
|
|
2051
|
-
|
|
2052
|
-
pos: PosInfo;
|
|
2053
|
-
d: Expression;
|
|
2183
|
+
o: Nullable<RotateShiftInstruction_$9>;
|
|
2054
2184
|
elements: AstElements;
|
|
2055
|
-
constructor(
|
|
2185
|
+
constructor(o: Nullable<RotateShiftInstruction_$9>);
|
|
2056
2186
|
}
|
|
2057
2187
|
export declare class RotateShiftInstruction_25 {
|
|
2058
2188
|
kind: ASTKinds.RotateShiftInstruction_25;
|
|
@@ -2067,19 +2197,15 @@ export declare class RotateShiftInstruction_26 {
|
|
|
2067
2197
|
}
|
|
2068
2198
|
export declare class RotateShiftInstruction_27 {
|
|
2069
2199
|
kind: ASTKinds.RotateShiftInstruction_27;
|
|
2070
|
-
|
|
2071
|
-
pos: PosInfo;
|
|
2072
|
-
d: Expression;
|
|
2200
|
+
o: Nullable<RotateShiftInstruction_$10>;
|
|
2073
2201
|
elements: AstElements;
|
|
2074
|
-
constructor(
|
|
2202
|
+
constructor(o: Nullable<RotateShiftInstruction_$10>);
|
|
2075
2203
|
}
|
|
2076
2204
|
export declare class RotateShiftInstruction_28 {
|
|
2077
2205
|
kind: ASTKinds.RotateShiftInstruction_28;
|
|
2078
|
-
|
|
2079
|
-
pos: PosInfo;
|
|
2080
|
-
d: Expression;
|
|
2206
|
+
o: Nullable<RotateShiftInstruction_$11>;
|
|
2081
2207
|
elements: AstElements;
|
|
2082
|
-
constructor(
|
|
2208
|
+
constructor(o: Nullable<RotateShiftInstruction_$11>);
|
|
2083
2209
|
}
|
|
2084
2210
|
export declare class RotateShiftInstruction_29 {
|
|
2085
2211
|
kind: ASTKinds.RotateShiftInstruction_29;
|
|
@@ -2094,19 +2220,15 @@ export declare class RotateShiftInstruction_30 {
|
|
|
2094
2220
|
}
|
|
2095
2221
|
export declare class RotateShiftInstruction_31 {
|
|
2096
2222
|
kind: ASTKinds.RotateShiftInstruction_31;
|
|
2097
|
-
|
|
2098
|
-
pos: PosInfo;
|
|
2099
|
-
d: Expression;
|
|
2223
|
+
o: Nullable<RotateShiftInstruction_$12>;
|
|
2100
2224
|
elements: AstElements;
|
|
2101
|
-
constructor(
|
|
2225
|
+
constructor(o: Nullable<RotateShiftInstruction_$12>);
|
|
2102
2226
|
}
|
|
2103
2227
|
export declare class RotateShiftInstruction_32 {
|
|
2104
2228
|
kind: ASTKinds.RotateShiftInstruction_32;
|
|
2105
|
-
|
|
2106
|
-
pos: PosInfo;
|
|
2107
|
-
d: Expression;
|
|
2229
|
+
o: Nullable<RotateShiftInstruction_$13>;
|
|
2108
2230
|
elements: AstElements;
|
|
2109
|
-
constructor(
|
|
2231
|
+
constructor(o: Nullable<RotateShiftInstruction_$13>);
|
|
2110
2232
|
}
|
|
2111
2233
|
export declare class RotateShiftInstruction_33 {
|
|
2112
2234
|
kind: ASTKinds.RotateShiftInstruction_33;
|
|
@@ -2118,48 +2240,132 @@ export declare class RotateShiftInstruction_34 {
|
|
|
2118
2240
|
elements: AstElements;
|
|
2119
2241
|
constructor();
|
|
2120
2242
|
}
|
|
2121
|
-
export
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
export type RotateShiftInstruction_$
|
|
2128
|
-
export type RotateShiftInstruction_$
|
|
2129
|
-
export type RotateShiftInstruction_$
|
|
2130
|
-
export
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
export type RotateShiftInstruction_$
|
|
2137
|
-
export type RotateShiftInstruction_$
|
|
2138
|
-
export type RotateShiftInstruction_$
|
|
2139
|
-
export
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
export type RotateShiftInstruction_$
|
|
2146
|
-
export type RotateShiftInstruction_$
|
|
2147
|
-
export type RotateShiftInstruction_$
|
|
2148
|
-
export
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
export type RotateShiftInstruction_$
|
|
2155
|
-
export type RotateShiftInstruction_$
|
|
2156
|
-
export type RotateShiftInstruction_$
|
|
2157
|
-
export
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2243
|
+
export interface RotateShiftInstruction_$0 {
|
|
2244
|
+
kind: ASTKinds.RotateShiftInstruction_$0;
|
|
2245
|
+
s: RotateShiftInstruction_$0_$0;
|
|
2246
|
+
pos: PosInfo;
|
|
2247
|
+
d: Expression;
|
|
2248
|
+
}
|
|
2249
|
+
export type RotateShiftInstruction_$0_$0 = RotateShiftInstruction_$0_$0_1 | RotateShiftInstruction_$0_$0_2;
|
|
2250
|
+
export type RotateShiftInstruction_$0_$0_1 = string;
|
|
2251
|
+
export type RotateShiftInstruction_$0_$0_2 = string;
|
|
2252
|
+
export interface RotateShiftInstruction_$1 {
|
|
2253
|
+
kind: ASTKinds.RotateShiftInstruction_$1;
|
|
2254
|
+
s: RotateShiftInstruction_$1_$0;
|
|
2255
|
+
pos: PosInfo;
|
|
2256
|
+
d: Expression;
|
|
2257
|
+
}
|
|
2258
|
+
export type RotateShiftInstruction_$1_$0 = RotateShiftInstruction_$1_$0_1 | RotateShiftInstruction_$1_$0_2;
|
|
2259
|
+
export type RotateShiftInstruction_$1_$0_1 = string;
|
|
2260
|
+
export type RotateShiftInstruction_$1_$0_2 = string;
|
|
2261
|
+
export interface RotateShiftInstruction_$2 {
|
|
2262
|
+
kind: ASTKinds.RotateShiftInstruction_$2;
|
|
2263
|
+
s: RotateShiftInstruction_$2_$0;
|
|
2264
|
+
pos: PosInfo;
|
|
2265
|
+
d: Expression;
|
|
2266
|
+
}
|
|
2267
|
+
export type RotateShiftInstruction_$2_$0 = RotateShiftInstruction_$2_$0_1 | RotateShiftInstruction_$2_$0_2;
|
|
2268
|
+
export type RotateShiftInstruction_$2_$0_1 = string;
|
|
2269
|
+
export type RotateShiftInstruction_$2_$0_2 = string;
|
|
2270
|
+
export interface RotateShiftInstruction_$3 {
|
|
2271
|
+
kind: ASTKinds.RotateShiftInstruction_$3;
|
|
2272
|
+
s: RotateShiftInstruction_$3_$0;
|
|
2273
|
+
pos: PosInfo;
|
|
2274
|
+
d: Expression;
|
|
2275
|
+
}
|
|
2276
|
+
export type RotateShiftInstruction_$3_$0 = RotateShiftInstruction_$3_$0_1 | RotateShiftInstruction_$3_$0_2;
|
|
2277
|
+
export type RotateShiftInstruction_$3_$0_1 = string;
|
|
2278
|
+
export type RotateShiftInstruction_$3_$0_2 = string;
|
|
2279
|
+
export interface RotateShiftInstruction_$4 {
|
|
2280
|
+
kind: ASTKinds.RotateShiftInstruction_$4;
|
|
2281
|
+
s: RotateShiftInstruction_$4_$0;
|
|
2282
|
+
pos: PosInfo;
|
|
2283
|
+
d: Expression;
|
|
2284
|
+
}
|
|
2285
|
+
export type RotateShiftInstruction_$4_$0 = RotateShiftInstruction_$4_$0_1 | RotateShiftInstruction_$4_$0_2;
|
|
2286
|
+
export type RotateShiftInstruction_$4_$0_1 = string;
|
|
2287
|
+
export type RotateShiftInstruction_$4_$0_2 = string;
|
|
2288
|
+
export interface RotateShiftInstruction_$5 {
|
|
2289
|
+
kind: ASTKinds.RotateShiftInstruction_$5;
|
|
2290
|
+
s: RotateShiftInstruction_$5_$0;
|
|
2291
|
+
pos: PosInfo;
|
|
2292
|
+
d: Expression;
|
|
2293
|
+
}
|
|
2294
|
+
export type RotateShiftInstruction_$5_$0 = RotateShiftInstruction_$5_$0_1 | RotateShiftInstruction_$5_$0_2;
|
|
2295
|
+
export type RotateShiftInstruction_$5_$0_1 = string;
|
|
2296
|
+
export type RotateShiftInstruction_$5_$0_2 = string;
|
|
2297
|
+
export interface RotateShiftInstruction_$6 {
|
|
2298
|
+
kind: ASTKinds.RotateShiftInstruction_$6;
|
|
2299
|
+
s: RotateShiftInstruction_$6_$0;
|
|
2300
|
+
pos: PosInfo;
|
|
2301
|
+
d: Expression;
|
|
2302
|
+
}
|
|
2303
|
+
export type RotateShiftInstruction_$6_$0 = RotateShiftInstruction_$6_$0_1 | RotateShiftInstruction_$6_$0_2;
|
|
2304
|
+
export type RotateShiftInstruction_$6_$0_1 = string;
|
|
2305
|
+
export type RotateShiftInstruction_$6_$0_2 = string;
|
|
2306
|
+
export interface RotateShiftInstruction_$7 {
|
|
2307
|
+
kind: ASTKinds.RotateShiftInstruction_$7;
|
|
2308
|
+
s: RotateShiftInstruction_$7_$0;
|
|
2309
|
+
pos: PosInfo;
|
|
2310
|
+
d: Expression;
|
|
2311
|
+
}
|
|
2312
|
+
export type RotateShiftInstruction_$7_$0 = RotateShiftInstruction_$7_$0_1 | RotateShiftInstruction_$7_$0_2;
|
|
2313
|
+
export type RotateShiftInstruction_$7_$0_1 = string;
|
|
2314
|
+
export type RotateShiftInstruction_$7_$0_2 = string;
|
|
2315
|
+
export interface RotateShiftInstruction_$8 {
|
|
2316
|
+
kind: ASTKinds.RotateShiftInstruction_$8;
|
|
2317
|
+
s: RotateShiftInstruction_$8_$0;
|
|
2318
|
+
pos: PosInfo;
|
|
2319
|
+
d: Expression;
|
|
2320
|
+
}
|
|
2321
|
+
export type RotateShiftInstruction_$8_$0 = RotateShiftInstruction_$8_$0_1 | RotateShiftInstruction_$8_$0_2;
|
|
2322
|
+
export type RotateShiftInstruction_$8_$0_1 = string;
|
|
2323
|
+
export type RotateShiftInstruction_$8_$0_2 = string;
|
|
2324
|
+
export interface RotateShiftInstruction_$9 {
|
|
2325
|
+
kind: ASTKinds.RotateShiftInstruction_$9;
|
|
2326
|
+
s: RotateShiftInstruction_$9_$0;
|
|
2327
|
+
pos: PosInfo;
|
|
2328
|
+
d: Expression;
|
|
2329
|
+
}
|
|
2330
|
+
export type RotateShiftInstruction_$9_$0 = RotateShiftInstruction_$9_$0_1 | RotateShiftInstruction_$9_$0_2;
|
|
2331
|
+
export type RotateShiftInstruction_$9_$0_1 = string;
|
|
2332
|
+
export type RotateShiftInstruction_$9_$0_2 = string;
|
|
2333
|
+
export interface RotateShiftInstruction_$10 {
|
|
2334
|
+
kind: ASTKinds.RotateShiftInstruction_$10;
|
|
2335
|
+
s: RotateShiftInstruction_$10_$0;
|
|
2336
|
+
pos: PosInfo;
|
|
2337
|
+
d: Expression;
|
|
2338
|
+
}
|
|
2339
|
+
export type RotateShiftInstruction_$10_$0 = RotateShiftInstruction_$10_$0_1 | RotateShiftInstruction_$10_$0_2;
|
|
2340
|
+
export type RotateShiftInstruction_$10_$0_1 = string;
|
|
2341
|
+
export type RotateShiftInstruction_$10_$0_2 = string;
|
|
2342
|
+
export interface RotateShiftInstruction_$11 {
|
|
2343
|
+
kind: ASTKinds.RotateShiftInstruction_$11;
|
|
2344
|
+
s: RotateShiftInstruction_$11_$0;
|
|
2345
|
+
pos: PosInfo;
|
|
2346
|
+
d: Expression;
|
|
2347
|
+
}
|
|
2348
|
+
export type RotateShiftInstruction_$11_$0 = RotateShiftInstruction_$11_$0_1 | RotateShiftInstruction_$11_$0_2;
|
|
2349
|
+
export type RotateShiftInstruction_$11_$0_1 = string;
|
|
2350
|
+
export type RotateShiftInstruction_$11_$0_2 = string;
|
|
2351
|
+
export interface RotateShiftInstruction_$12 {
|
|
2352
|
+
kind: ASTKinds.RotateShiftInstruction_$12;
|
|
2353
|
+
s: RotateShiftInstruction_$12_$0;
|
|
2354
|
+
pos: PosInfo;
|
|
2355
|
+
d: Expression;
|
|
2356
|
+
}
|
|
2357
|
+
export type RotateShiftInstruction_$12_$0 = RotateShiftInstruction_$12_$0_1 | RotateShiftInstruction_$12_$0_2;
|
|
2358
|
+
export type RotateShiftInstruction_$12_$0_1 = string;
|
|
2359
|
+
export type RotateShiftInstruction_$12_$0_2 = string;
|
|
2360
|
+
export interface RotateShiftInstruction_$13 {
|
|
2361
|
+
kind: ASTKinds.RotateShiftInstruction_$13;
|
|
2362
|
+
s: RotateShiftInstruction_$13_$0;
|
|
2363
|
+
pos: PosInfo;
|
|
2364
|
+
d: Expression;
|
|
2365
|
+
}
|
|
2366
|
+
export type RotateShiftInstruction_$13_$0 = RotateShiftInstruction_$13_$0_1 | RotateShiftInstruction_$13_$0_2;
|
|
2367
|
+
export type RotateShiftInstruction_$13_$0_1 = string;
|
|
2368
|
+
export type RotateShiftInstruction_$13_$0_2 = string;
|
|
2163
2369
|
export type BitManipulationInstruction = BitManipulationInstruction_1 | BitManipulationInstruction_2 | BitManipulationInstruction_3 | BitManipulationInstruction_4 | BitManipulationInstruction_5 | BitManipulationInstruction_6 | BitManipulationInstruction_7 | BitManipulationInstruction_8 | BitManipulationInstruction_9 | BitManipulationInstruction_10 | BitManipulationInstruction_11 | BitManipulationInstruction_12;
|
|
2164
2370
|
export declare class BitManipulationInstruction_1 {
|
|
2165
2371
|
kind: ASTKinds.BitManipulationInstruction_1;
|
|
@@ -2177,20 +2383,16 @@ export declare class BitManipulationInstruction_2 {
|
|
|
2177
2383
|
export declare class BitManipulationInstruction_3 {
|
|
2178
2384
|
kind: ASTKinds.BitManipulationInstruction_3;
|
|
2179
2385
|
b: b;
|
|
2180
|
-
|
|
2181
|
-
pos: PosInfo;
|
|
2182
|
-
d: Expression;
|
|
2386
|
+
o: Nullable<BitManipulationInstruction_$0>;
|
|
2183
2387
|
elements: AstElements;
|
|
2184
|
-
constructor(b: b,
|
|
2388
|
+
constructor(b: b, o: Nullable<BitManipulationInstruction_$0>);
|
|
2185
2389
|
}
|
|
2186
2390
|
export declare class BitManipulationInstruction_4 {
|
|
2187
2391
|
kind: ASTKinds.BitManipulationInstruction_4;
|
|
2188
2392
|
b: b;
|
|
2189
|
-
|
|
2190
|
-
pos: PosInfo;
|
|
2191
|
-
d: Expression;
|
|
2393
|
+
o: Nullable<BitManipulationInstruction_$1>;
|
|
2192
2394
|
elements: AstElements;
|
|
2193
|
-
constructor(b: b,
|
|
2395
|
+
constructor(b: b, o: Nullable<BitManipulationInstruction_$1>);
|
|
2194
2396
|
}
|
|
2195
2397
|
export declare class BitManipulationInstruction_5 {
|
|
2196
2398
|
kind: ASTKinds.BitManipulationInstruction_5;
|
|
@@ -2208,20 +2410,16 @@ export declare class BitManipulationInstruction_6 {
|
|
|
2208
2410
|
export declare class BitManipulationInstruction_7 {
|
|
2209
2411
|
kind: ASTKinds.BitManipulationInstruction_7;
|
|
2210
2412
|
b: b;
|
|
2211
|
-
|
|
2212
|
-
pos: PosInfo;
|
|
2213
|
-
d: Expression;
|
|
2413
|
+
o: Nullable<BitManipulationInstruction_$2>;
|
|
2214
2414
|
elements: AstElements;
|
|
2215
|
-
constructor(b: b,
|
|
2415
|
+
constructor(b: b, o: Nullable<BitManipulationInstruction_$2>);
|
|
2216
2416
|
}
|
|
2217
2417
|
export declare class BitManipulationInstruction_8 {
|
|
2218
2418
|
kind: ASTKinds.BitManipulationInstruction_8;
|
|
2219
2419
|
b: b;
|
|
2220
|
-
|
|
2221
|
-
pos: PosInfo;
|
|
2222
|
-
d: Expression;
|
|
2420
|
+
o: Nullable<BitManipulationInstruction_$3>;
|
|
2223
2421
|
elements: AstElements;
|
|
2224
|
-
constructor(b: b,
|
|
2422
|
+
constructor(b: b, o: Nullable<BitManipulationInstruction_$3>);
|
|
2225
2423
|
}
|
|
2226
2424
|
export declare class BitManipulationInstruction_9 {
|
|
2227
2425
|
kind: ASTKinds.BitManipulationInstruction_9;
|
|
@@ -2239,39 +2437,71 @@ export declare class BitManipulationInstruction_10 {
|
|
|
2239
2437
|
export declare class BitManipulationInstruction_11 {
|
|
2240
2438
|
kind: ASTKinds.BitManipulationInstruction_11;
|
|
2241
2439
|
b: b;
|
|
2242
|
-
|
|
2243
|
-
pos: PosInfo;
|
|
2244
|
-
d: Expression;
|
|
2440
|
+
o: Nullable<BitManipulationInstruction_$4>;
|
|
2245
2441
|
elements: AstElements;
|
|
2246
|
-
constructor(b: b,
|
|
2442
|
+
constructor(b: b, o: Nullable<BitManipulationInstruction_$4>);
|
|
2247
2443
|
}
|
|
2248
2444
|
export declare class BitManipulationInstruction_12 {
|
|
2249
2445
|
kind: ASTKinds.BitManipulationInstruction_12;
|
|
2250
2446
|
b: b;
|
|
2251
|
-
|
|
2447
|
+
o: Nullable<BitManipulationInstruction_$5>;
|
|
2448
|
+
elements: AstElements;
|
|
2449
|
+
constructor(b: b, o: Nullable<BitManipulationInstruction_$5>);
|
|
2450
|
+
}
|
|
2451
|
+
export interface BitManipulationInstruction_$0 {
|
|
2452
|
+
kind: ASTKinds.BitManipulationInstruction_$0;
|
|
2453
|
+
s: BitManipulationInstruction_$0_$0;
|
|
2252
2454
|
pos: PosInfo;
|
|
2253
2455
|
d: Expression;
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
export type BitManipulationInstruction_$
|
|
2258
|
-
export
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
export type BitManipulationInstruction_$
|
|
2265
|
-
export type BitManipulationInstruction_$
|
|
2266
|
-
export type BitManipulationInstruction_$
|
|
2267
|
-
export
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
export type BitManipulationInstruction_$
|
|
2274
|
-
export type BitManipulationInstruction_$
|
|
2456
|
+
}
|
|
2457
|
+
export type BitManipulationInstruction_$0_$0 = BitManipulationInstruction_$0_$0_1 | BitManipulationInstruction_$0_$0_2;
|
|
2458
|
+
export type BitManipulationInstruction_$0_$0_1 = string;
|
|
2459
|
+
export type BitManipulationInstruction_$0_$0_2 = string;
|
|
2460
|
+
export interface BitManipulationInstruction_$1 {
|
|
2461
|
+
kind: ASTKinds.BitManipulationInstruction_$1;
|
|
2462
|
+
s: BitManipulationInstruction_$1_$0;
|
|
2463
|
+
pos: PosInfo;
|
|
2464
|
+
d: Expression;
|
|
2465
|
+
}
|
|
2466
|
+
export type BitManipulationInstruction_$1_$0 = BitManipulationInstruction_$1_$0_1 | BitManipulationInstruction_$1_$0_2;
|
|
2467
|
+
export type BitManipulationInstruction_$1_$0_1 = string;
|
|
2468
|
+
export type BitManipulationInstruction_$1_$0_2 = string;
|
|
2469
|
+
export interface BitManipulationInstruction_$2 {
|
|
2470
|
+
kind: ASTKinds.BitManipulationInstruction_$2;
|
|
2471
|
+
s: BitManipulationInstruction_$2_$0;
|
|
2472
|
+
pos: PosInfo;
|
|
2473
|
+
d: Expression;
|
|
2474
|
+
}
|
|
2475
|
+
export type BitManipulationInstruction_$2_$0 = BitManipulationInstruction_$2_$0_1 | BitManipulationInstruction_$2_$0_2;
|
|
2476
|
+
export type BitManipulationInstruction_$2_$0_1 = string;
|
|
2477
|
+
export type BitManipulationInstruction_$2_$0_2 = string;
|
|
2478
|
+
export interface BitManipulationInstruction_$3 {
|
|
2479
|
+
kind: ASTKinds.BitManipulationInstruction_$3;
|
|
2480
|
+
s: BitManipulationInstruction_$3_$0;
|
|
2481
|
+
pos: PosInfo;
|
|
2482
|
+
d: Expression;
|
|
2483
|
+
}
|
|
2484
|
+
export type BitManipulationInstruction_$3_$0 = BitManipulationInstruction_$3_$0_1 | BitManipulationInstruction_$3_$0_2;
|
|
2485
|
+
export type BitManipulationInstruction_$3_$0_1 = string;
|
|
2486
|
+
export type BitManipulationInstruction_$3_$0_2 = string;
|
|
2487
|
+
export interface BitManipulationInstruction_$4 {
|
|
2488
|
+
kind: ASTKinds.BitManipulationInstruction_$4;
|
|
2489
|
+
s: BitManipulationInstruction_$4_$0;
|
|
2490
|
+
pos: PosInfo;
|
|
2491
|
+
d: Expression;
|
|
2492
|
+
}
|
|
2493
|
+
export type BitManipulationInstruction_$4_$0 = BitManipulationInstruction_$4_$0_1 | BitManipulationInstruction_$4_$0_2;
|
|
2494
|
+
export type BitManipulationInstruction_$4_$0_1 = string;
|
|
2495
|
+
export type BitManipulationInstruction_$4_$0_2 = string;
|
|
2496
|
+
export interface BitManipulationInstruction_$5 {
|
|
2497
|
+
kind: ASTKinds.BitManipulationInstruction_$5;
|
|
2498
|
+
s: BitManipulationInstruction_$5_$0;
|
|
2499
|
+
pos: PosInfo;
|
|
2500
|
+
d: Expression;
|
|
2501
|
+
}
|
|
2502
|
+
export type BitManipulationInstruction_$5_$0 = BitManipulationInstruction_$5_$0_1 | BitManipulationInstruction_$5_$0_2;
|
|
2503
|
+
export type BitManipulationInstruction_$5_$0_1 = string;
|
|
2504
|
+
export type BitManipulationInstruction_$5_$0_2 = string;
|
|
2275
2505
|
export type Offset = Offset_1 | Offset_2;
|
|
2276
2506
|
export declare class Offset_1 {
|
|
2277
2507
|
kind: ASTKinds.Offset_1;
|
|
@@ -2850,23 +3080,29 @@ export declare class Parser {
|
|
|
2850
3080
|
matchLoad8Instruction_20($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_20>;
|
|
2851
3081
|
matchLoad8Instruction_21($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_21>;
|
|
2852
3082
|
matchLoad8Instruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$0>;
|
|
2853
|
-
matchLoad8Instruction_$
|
|
2854
|
-
matchLoad8Instruction_$
|
|
3083
|
+
matchLoad8Instruction_$0_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$0_$0>;
|
|
3084
|
+
matchLoad8Instruction_$0_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$0_$0_1>;
|
|
3085
|
+
matchLoad8Instruction_$0_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$0_$0_2>;
|
|
2855
3086
|
matchLoad8Instruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$1>;
|
|
2856
|
-
matchLoad8Instruction_$
|
|
2857
|
-
matchLoad8Instruction_$
|
|
3087
|
+
matchLoad8Instruction_$1_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$1_$0>;
|
|
3088
|
+
matchLoad8Instruction_$1_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$1_$0_1>;
|
|
3089
|
+
matchLoad8Instruction_$1_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$1_$0_2>;
|
|
2858
3090
|
matchLoad8Instruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$2>;
|
|
2859
|
-
matchLoad8Instruction_$
|
|
2860
|
-
matchLoad8Instruction_$
|
|
3091
|
+
matchLoad8Instruction_$2_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$2_$0>;
|
|
3092
|
+
matchLoad8Instruction_$2_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$2_$0_1>;
|
|
3093
|
+
matchLoad8Instruction_$2_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$2_$0_2>;
|
|
2861
3094
|
matchLoad8Instruction_$3($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$3>;
|
|
2862
|
-
matchLoad8Instruction_$
|
|
2863
|
-
matchLoad8Instruction_$
|
|
3095
|
+
matchLoad8Instruction_$3_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$3_$0>;
|
|
3096
|
+
matchLoad8Instruction_$3_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$3_$0_1>;
|
|
3097
|
+
matchLoad8Instruction_$3_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$3_$0_2>;
|
|
2864
3098
|
matchLoad8Instruction_$4($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$4>;
|
|
2865
|
-
matchLoad8Instruction_$
|
|
2866
|
-
matchLoad8Instruction_$
|
|
3099
|
+
matchLoad8Instruction_$4_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$4_$0>;
|
|
3100
|
+
matchLoad8Instruction_$4_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$4_$0_1>;
|
|
3101
|
+
matchLoad8Instruction_$4_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$4_$0_2>;
|
|
2867
3102
|
matchLoad8Instruction_$5($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$5>;
|
|
2868
|
-
matchLoad8Instruction_$
|
|
2869
|
-
matchLoad8Instruction_$
|
|
3103
|
+
matchLoad8Instruction_$5_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$5_$0>;
|
|
3104
|
+
matchLoad8Instruction_$5_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$5_$0_1>;
|
|
3105
|
+
matchLoad8Instruction_$5_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load8Instruction_$5_$0_2>;
|
|
2870
3106
|
matchLoad16Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction>;
|
|
2871
3107
|
matchLoad16Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction_1>;
|
|
2872
3108
|
matchLoad16Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Load16Instruction_2>;
|
|
@@ -2948,89 +3184,105 @@ export declare class Parser {
|
|
|
2948
3184
|
matchArithmeticLogic8Instruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$0>;
|
|
2949
3185
|
matchArithmeticLogic8Instruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$1>;
|
|
2950
3186
|
matchArithmeticLogic8Instruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2>;
|
|
2951
|
-
matchArithmeticLogic8Instruction_$
|
|
2952
|
-
matchArithmeticLogic8Instruction_$
|
|
3187
|
+
matchArithmeticLogic8Instruction_$2_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2_$0>;
|
|
3188
|
+
matchArithmeticLogic8Instruction_$2_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2_$0_1>;
|
|
3189
|
+
matchArithmeticLogic8Instruction_$2_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2_$0_2>;
|
|
2953
3190
|
matchArithmeticLogic8Instruction_$3($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$3>;
|
|
2954
3191
|
matchArithmeticLogic8Instruction_$4($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$4>;
|
|
2955
|
-
matchArithmeticLogic8Instruction_$
|
|
2956
|
-
matchArithmeticLogic8Instruction_$
|
|
3192
|
+
matchArithmeticLogic8Instruction_$4_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$4_$0>;
|
|
3193
|
+
matchArithmeticLogic8Instruction_$4_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$4_$0_1>;
|
|
3194
|
+
matchArithmeticLogic8Instruction_$4_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$4_$0_2>;
|
|
2957
3195
|
matchArithmeticLogic8Instruction_$5($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$5>;
|
|
2958
3196
|
matchArithmeticLogic8Instruction_$6($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$6>;
|
|
2959
3197
|
matchArithmeticLogic8Instruction_$7($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$7>;
|
|
2960
3198
|
matchArithmeticLogic8Instruction_$8($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$8>;
|
|
2961
3199
|
matchArithmeticLogic8Instruction_$9($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$9>;
|
|
2962
|
-
matchArithmeticLogic8Instruction_$
|
|
2963
|
-
matchArithmeticLogic8Instruction_$
|
|
3200
|
+
matchArithmeticLogic8Instruction_$9_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$9_$0>;
|
|
3201
|
+
matchArithmeticLogic8Instruction_$9_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$9_$0_1>;
|
|
3202
|
+
matchArithmeticLogic8Instruction_$9_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$9_$0_2>;
|
|
2964
3203
|
matchArithmeticLogic8Instruction_$10($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$10>;
|
|
2965
3204
|
matchArithmeticLogic8Instruction_$11($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$11>;
|
|
2966
|
-
matchArithmeticLogic8Instruction_$
|
|
2967
|
-
matchArithmeticLogic8Instruction_$
|
|
3205
|
+
matchArithmeticLogic8Instruction_$11_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$11_$0>;
|
|
3206
|
+
matchArithmeticLogic8Instruction_$11_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$11_$0_1>;
|
|
3207
|
+
matchArithmeticLogic8Instruction_$11_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$11_$0_2>;
|
|
2968
3208
|
matchArithmeticLogic8Instruction_$12($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$12>;
|
|
2969
3209
|
matchArithmeticLogic8Instruction_$13($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$13>;
|
|
2970
3210
|
matchArithmeticLogic8Instruction_$14($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$14>;
|
|
2971
3211
|
matchArithmeticLogic8Instruction_$15($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$15>;
|
|
2972
3212
|
matchArithmeticLogic8Instruction_$16($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$16>;
|
|
2973
|
-
matchArithmeticLogic8Instruction_$
|
|
2974
|
-
matchArithmeticLogic8Instruction_$
|
|
3213
|
+
matchArithmeticLogic8Instruction_$16_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$16_$0>;
|
|
3214
|
+
matchArithmeticLogic8Instruction_$16_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$16_$0_1>;
|
|
3215
|
+
matchArithmeticLogic8Instruction_$16_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$16_$0_2>;
|
|
2975
3216
|
matchArithmeticLogic8Instruction_$17($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$17>;
|
|
2976
3217
|
matchArithmeticLogic8Instruction_$18($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$18>;
|
|
2977
|
-
matchArithmeticLogic8Instruction_$
|
|
2978
|
-
matchArithmeticLogic8Instruction_$
|
|
3218
|
+
matchArithmeticLogic8Instruction_$18_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$18_$0>;
|
|
3219
|
+
matchArithmeticLogic8Instruction_$18_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$18_$0_1>;
|
|
3220
|
+
matchArithmeticLogic8Instruction_$18_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$18_$0_2>;
|
|
2979
3221
|
matchArithmeticLogic8Instruction_$19($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$19>;
|
|
2980
3222
|
matchArithmeticLogic8Instruction_$20($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$20>;
|
|
2981
3223
|
matchArithmeticLogic8Instruction_$21($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$21>;
|
|
2982
3224
|
matchArithmeticLogic8Instruction_$22($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$22>;
|
|
2983
3225
|
matchArithmeticLogic8Instruction_$23($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$23>;
|
|
2984
|
-
matchArithmeticLogic8Instruction_$
|
|
2985
|
-
matchArithmeticLogic8Instruction_$
|
|
3226
|
+
matchArithmeticLogic8Instruction_$23_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$23_$0>;
|
|
3227
|
+
matchArithmeticLogic8Instruction_$23_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$23_$0_1>;
|
|
3228
|
+
matchArithmeticLogic8Instruction_$23_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$23_$0_2>;
|
|
2986
3229
|
matchArithmeticLogic8Instruction_$24($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$24>;
|
|
2987
3230
|
matchArithmeticLogic8Instruction_$25($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$25>;
|
|
2988
|
-
matchArithmeticLogic8Instruction_$
|
|
2989
|
-
matchArithmeticLogic8Instruction_$
|
|
3231
|
+
matchArithmeticLogic8Instruction_$25_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$25_$0>;
|
|
3232
|
+
matchArithmeticLogic8Instruction_$25_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$25_$0_1>;
|
|
3233
|
+
matchArithmeticLogic8Instruction_$25_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$25_$0_2>;
|
|
2990
3234
|
matchArithmeticLogic8Instruction_$26($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$26>;
|
|
2991
3235
|
matchArithmeticLogic8Instruction_$27($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$27>;
|
|
2992
3236
|
matchArithmeticLogic8Instruction_$28($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$28>;
|
|
2993
3237
|
matchArithmeticLogic8Instruction_$29($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$29>;
|
|
2994
3238
|
matchArithmeticLogic8Instruction_$30($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$30>;
|
|
2995
|
-
matchArithmeticLogic8Instruction_$
|
|
2996
|
-
matchArithmeticLogic8Instruction_$
|
|
3239
|
+
matchArithmeticLogic8Instruction_$30_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$30_$0>;
|
|
3240
|
+
matchArithmeticLogic8Instruction_$30_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$30_$0_1>;
|
|
3241
|
+
matchArithmeticLogic8Instruction_$30_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$30_$0_2>;
|
|
2997
3242
|
matchArithmeticLogic8Instruction_$31($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$31>;
|
|
2998
3243
|
matchArithmeticLogic8Instruction_$32($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$32>;
|
|
2999
|
-
matchArithmeticLogic8Instruction_$
|
|
3000
|
-
matchArithmeticLogic8Instruction_$
|
|
3244
|
+
matchArithmeticLogic8Instruction_$32_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$32_$0>;
|
|
3245
|
+
matchArithmeticLogic8Instruction_$32_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$32_$0_1>;
|
|
3246
|
+
matchArithmeticLogic8Instruction_$32_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$32_$0_2>;
|
|
3001
3247
|
matchArithmeticLogic8Instruction_$33($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$33>;
|
|
3002
3248
|
matchArithmeticLogic8Instruction_$34($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$34>;
|
|
3003
3249
|
matchArithmeticLogic8Instruction_$35($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$35>;
|
|
3004
3250
|
matchArithmeticLogic8Instruction_$36($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$36>;
|
|
3005
3251
|
matchArithmeticLogic8Instruction_$37($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37>;
|
|
3006
|
-
matchArithmeticLogic8Instruction_$
|
|
3007
|
-
matchArithmeticLogic8Instruction_$
|
|
3252
|
+
matchArithmeticLogic8Instruction_$37_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37_$0>;
|
|
3253
|
+
matchArithmeticLogic8Instruction_$37_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37_$0_1>;
|
|
3254
|
+
matchArithmeticLogic8Instruction_$37_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37_$0_2>;
|
|
3008
3255
|
matchArithmeticLogic8Instruction_$38($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$38>;
|
|
3009
3256
|
matchArithmeticLogic8Instruction_$39($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39>;
|
|
3010
|
-
matchArithmeticLogic8Instruction_$
|
|
3011
|
-
matchArithmeticLogic8Instruction_$
|
|
3257
|
+
matchArithmeticLogic8Instruction_$39_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39_$0>;
|
|
3258
|
+
matchArithmeticLogic8Instruction_$39_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39_$0_1>;
|
|
3259
|
+
matchArithmeticLogic8Instruction_$39_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39_$0_2>;
|
|
3012
3260
|
matchArithmeticLogic8Instruction_$40($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$40>;
|
|
3013
3261
|
matchArithmeticLogic8Instruction_$41($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$41>;
|
|
3014
3262
|
matchArithmeticLogic8Instruction_$42($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$42>;
|
|
3015
3263
|
matchArithmeticLogic8Instruction_$43($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$43>;
|
|
3016
3264
|
matchArithmeticLogic8Instruction_$44($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44>;
|
|
3017
|
-
matchArithmeticLogic8Instruction_$
|
|
3018
|
-
matchArithmeticLogic8Instruction_$
|
|
3265
|
+
matchArithmeticLogic8Instruction_$44_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44_$0>;
|
|
3266
|
+
matchArithmeticLogic8Instruction_$44_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44_$0_1>;
|
|
3267
|
+
matchArithmeticLogic8Instruction_$44_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44_$0_2>;
|
|
3019
3268
|
matchArithmeticLogic8Instruction_$45($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$45>;
|
|
3020
3269
|
matchArithmeticLogic8Instruction_$46($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46>;
|
|
3021
|
-
matchArithmeticLogic8Instruction_$
|
|
3022
|
-
matchArithmeticLogic8Instruction_$
|
|
3270
|
+
matchArithmeticLogic8Instruction_$46_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46_$0>;
|
|
3271
|
+
matchArithmeticLogic8Instruction_$46_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46_$0_1>;
|
|
3272
|
+
matchArithmeticLogic8Instruction_$46_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46_$0_2>;
|
|
3023
3273
|
matchArithmeticLogic8Instruction_$47($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$47>;
|
|
3024
3274
|
matchArithmeticLogic8Instruction_$48($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$48>;
|
|
3025
3275
|
matchArithmeticLogic8Instruction_$49($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$49>;
|
|
3026
3276
|
matchArithmeticLogic8Instruction_$50($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$50>;
|
|
3027
3277
|
matchArithmeticLogic8Instruction_$51($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$51>;
|
|
3028
|
-
matchArithmeticLogic8Instruction_$
|
|
3029
|
-
matchArithmeticLogic8Instruction_$
|
|
3278
|
+
matchArithmeticLogic8Instruction_$51_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$51_$0>;
|
|
3279
|
+
matchArithmeticLogic8Instruction_$51_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$51_$0_1>;
|
|
3280
|
+
matchArithmeticLogic8Instruction_$51_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$51_$0_2>;
|
|
3030
3281
|
matchArithmeticLogic8Instruction_$52($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$52>;
|
|
3031
3282
|
matchArithmeticLogic8Instruction_$53($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$53>;
|
|
3032
|
-
matchArithmeticLogic8Instruction_$
|
|
3033
|
-
matchArithmeticLogic8Instruction_$
|
|
3283
|
+
matchArithmeticLogic8Instruction_$53_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$53_$0>;
|
|
3284
|
+
matchArithmeticLogic8Instruction_$53_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$53_$0_1>;
|
|
3285
|
+
matchArithmeticLogic8Instruction_$53_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$53_$0_2>;
|
|
3034
3286
|
matchArithmeticLogic8Instruction_$54($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$54>;
|
|
3035
3287
|
matchArithmeticLogic8Instruction_$55($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$55>;
|
|
3036
3288
|
matchIncrementDecrement8Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction>;
|
|
@@ -3043,17 +3295,21 @@ export declare class Parser {
|
|
|
3043
3295
|
matchIncrementDecrement8Instruction_7($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_7>;
|
|
3044
3296
|
matchIncrementDecrement8Instruction_8($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_8>;
|
|
3045
3297
|
matchIncrementDecrement8Instruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$0>;
|
|
3046
|
-
matchIncrementDecrement8Instruction_$
|
|
3047
|
-
matchIncrementDecrement8Instruction_$
|
|
3298
|
+
matchIncrementDecrement8Instruction_$0_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$0_$0>;
|
|
3299
|
+
matchIncrementDecrement8Instruction_$0_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$0_$0_1>;
|
|
3300
|
+
matchIncrementDecrement8Instruction_$0_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$0_$0_2>;
|
|
3048
3301
|
matchIncrementDecrement8Instruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$1>;
|
|
3049
|
-
matchIncrementDecrement8Instruction_$
|
|
3050
|
-
matchIncrementDecrement8Instruction_$
|
|
3302
|
+
matchIncrementDecrement8Instruction_$1_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$1_$0>;
|
|
3303
|
+
matchIncrementDecrement8Instruction_$1_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$1_$0_1>;
|
|
3304
|
+
matchIncrementDecrement8Instruction_$1_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$1_$0_2>;
|
|
3051
3305
|
matchIncrementDecrement8Instruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$2>;
|
|
3052
|
-
matchIncrementDecrement8Instruction_$
|
|
3053
|
-
matchIncrementDecrement8Instruction_$
|
|
3306
|
+
matchIncrementDecrement8Instruction_$2_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$2_$0>;
|
|
3307
|
+
matchIncrementDecrement8Instruction_$2_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$2_$0_1>;
|
|
3308
|
+
matchIncrementDecrement8Instruction_$2_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$2_$0_2>;
|
|
3054
3309
|
matchIncrementDecrement8Instruction_$3($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$3>;
|
|
3055
|
-
matchIncrementDecrement8Instruction_$
|
|
3056
|
-
matchIncrementDecrement8Instruction_$
|
|
3310
|
+
matchIncrementDecrement8Instruction_$3_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$3_$0>;
|
|
3311
|
+
matchIncrementDecrement8Instruction_$3_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$3_$0_1>;
|
|
3312
|
+
matchIncrementDecrement8Instruction_$3_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_$3_$0_2>;
|
|
3057
3313
|
matchGeneralPurposeArithmeticInstruction($$dpth: number, $$cr?: ErrorTracker): Nullable<GeneralPurposeArithmeticInstruction>;
|
|
3058
3314
|
matchGeneralPurposeArithmeticInstruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<GeneralPurposeArithmeticInstruction_1>;
|
|
3059
3315
|
matchGeneralPurposeArithmeticInstruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<GeneralPurposeArithmeticInstruction_2>;
|
|
@@ -3114,47 +3370,61 @@ export declare class Parser {
|
|
|
3114
3370
|
matchRotateShiftInstruction_33($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_33>;
|
|
3115
3371
|
matchRotateShiftInstruction_34($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_34>;
|
|
3116
3372
|
matchRotateShiftInstruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$0>;
|
|
3117
|
-
matchRotateShiftInstruction_$
|
|
3118
|
-
matchRotateShiftInstruction_$
|
|
3373
|
+
matchRotateShiftInstruction_$0_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$0_$0>;
|
|
3374
|
+
matchRotateShiftInstruction_$0_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$0_$0_1>;
|
|
3375
|
+
matchRotateShiftInstruction_$0_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$0_$0_2>;
|
|
3119
3376
|
matchRotateShiftInstruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$1>;
|
|
3120
|
-
matchRotateShiftInstruction_$
|
|
3121
|
-
matchRotateShiftInstruction_$
|
|
3377
|
+
matchRotateShiftInstruction_$1_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$1_$0>;
|
|
3378
|
+
matchRotateShiftInstruction_$1_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$1_$0_1>;
|
|
3379
|
+
matchRotateShiftInstruction_$1_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$1_$0_2>;
|
|
3122
3380
|
matchRotateShiftInstruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$2>;
|
|
3123
|
-
matchRotateShiftInstruction_$
|
|
3124
|
-
matchRotateShiftInstruction_$
|
|
3381
|
+
matchRotateShiftInstruction_$2_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$2_$0>;
|
|
3382
|
+
matchRotateShiftInstruction_$2_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$2_$0_1>;
|
|
3383
|
+
matchRotateShiftInstruction_$2_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$2_$0_2>;
|
|
3125
3384
|
matchRotateShiftInstruction_$3($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$3>;
|
|
3126
|
-
matchRotateShiftInstruction_$
|
|
3127
|
-
matchRotateShiftInstruction_$
|
|
3385
|
+
matchRotateShiftInstruction_$3_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$3_$0>;
|
|
3386
|
+
matchRotateShiftInstruction_$3_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$3_$0_1>;
|
|
3387
|
+
matchRotateShiftInstruction_$3_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$3_$0_2>;
|
|
3128
3388
|
matchRotateShiftInstruction_$4($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$4>;
|
|
3129
|
-
matchRotateShiftInstruction_$
|
|
3130
|
-
matchRotateShiftInstruction_$
|
|
3389
|
+
matchRotateShiftInstruction_$4_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$4_$0>;
|
|
3390
|
+
matchRotateShiftInstruction_$4_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$4_$0_1>;
|
|
3391
|
+
matchRotateShiftInstruction_$4_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$4_$0_2>;
|
|
3131
3392
|
matchRotateShiftInstruction_$5($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$5>;
|
|
3132
|
-
matchRotateShiftInstruction_$
|
|
3133
|
-
matchRotateShiftInstruction_$
|
|
3393
|
+
matchRotateShiftInstruction_$5_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$5_$0>;
|
|
3394
|
+
matchRotateShiftInstruction_$5_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$5_$0_1>;
|
|
3395
|
+
matchRotateShiftInstruction_$5_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$5_$0_2>;
|
|
3134
3396
|
matchRotateShiftInstruction_$6($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$6>;
|
|
3135
|
-
matchRotateShiftInstruction_$
|
|
3136
|
-
matchRotateShiftInstruction_$
|
|
3397
|
+
matchRotateShiftInstruction_$6_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$6_$0>;
|
|
3398
|
+
matchRotateShiftInstruction_$6_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$6_$0_1>;
|
|
3399
|
+
matchRotateShiftInstruction_$6_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$6_$0_2>;
|
|
3137
3400
|
matchRotateShiftInstruction_$7($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$7>;
|
|
3138
|
-
matchRotateShiftInstruction_$
|
|
3139
|
-
matchRotateShiftInstruction_$
|
|
3401
|
+
matchRotateShiftInstruction_$7_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$7_$0>;
|
|
3402
|
+
matchRotateShiftInstruction_$7_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$7_$0_1>;
|
|
3403
|
+
matchRotateShiftInstruction_$7_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$7_$0_2>;
|
|
3140
3404
|
matchRotateShiftInstruction_$8($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$8>;
|
|
3141
|
-
matchRotateShiftInstruction_$
|
|
3142
|
-
matchRotateShiftInstruction_$
|
|
3405
|
+
matchRotateShiftInstruction_$8_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$8_$0>;
|
|
3406
|
+
matchRotateShiftInstruction_$8_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$8_$0_1>;
|
|
3407
|
+
matchRotateShiftInstruction_$8_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$8_$0_2>;
|
|
3143
3408
|
matchRotateShiftInstruction_$9($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$9>;
|
|
3144
|
-
matchRotateShiftInstruction_$
|
|
3145
|
-
matchRotateShiftInstruction_$
|
|
3409
|
+
matchRotateShiftInstruction_$9_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$9_$0>;
|
|
3410
|
+
matchRotateShiftInstruction_$9_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$9_$0_1>;
|
|
3411
|
+
matchRotateShiftInstruction_$9_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$9_$0_2>;
|
|
3146
3412
|
matchRotateShiftInstruction_$10($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$10>;
|
|
3147
|
-
matchRotateShiftInstruction_$
|
|
3148
|
-
matchRotateShiftInstruction_$
|
|
3413
|
+
matchRotateShiftInstruction_$10_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$10_$0>;
|
|
3414
|
+
matchRotateShiftInstruction_$10_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$10_$0_1>;
|
|
3415
|
+
matchRotateShiftInstruction_$10_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$10_$0_2>;
|
|
3149
3416
|
matchRotateShiftInstruction_$11($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$11>;
|
|
3150
|
-
matchRotateShiftInstruction_$
|
|
3151
|
-
matchRotateShiftInstruction_$
|
|
3417
|
+
matchRotateShiftInstruction_$11_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$11_$0>;
|
|
3418
|
+
matchRotateShiftInstruction_$11_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$11_$0_1>;
|
|
3419
|
+
matchRotateShiftInstruction_$11_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$11_$0_2>;
|
|
3152
3420
|
matchRotateShiftInstruction_$12($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$12>;
|
|
3153
|
-
matchRotateShiftInstruction_$
|
|
3154
|
-
matchRotateShiftInstruction_$
|
|
3421
|
+
matchRotateShiftInstruction_$12_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$12_$0>;
|
|
3422
|
+
matchRotateShiftInstruction_$12_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$12_$0_1>;
|
|
3423
|
+
matchRotateShiftInstruction_$12_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$12_$0_2>;
|
|
3155
3424
|
matchRotateShiftInstruction_$13($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$13>;
|
|
3156
|
-
matchRotateShiftInstruction_$
|
|
3157
|
-
matchRotateShiftInstruction_$
|
|
3425
|
+
matchRotateShiftInstruction_$13_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$13_$0>;
|
|
3426
|
+
matchRotateShiftInstruction_$13_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$13_$0_1>;
|
|
3427
|
+
matchRotateShiftInstruction_$13_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<RotateShiftInstruction_$13_$0_2>;
|
|
3158
3428
|
matchBitManipulationInstruction($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction>;
|
|
3159
3429
|
matchBitManipulationInstruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_1>;
|
|
3160
3430
|
matchBitManipulationInstruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_2>;
|
|
@@ -3169,23 +3439,29 @@ export declare class Parser {
|
|
|
3169
3439
|
matchBitManipulationInstruction_11($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_11>;
|
|
3170
3440
|
matchBitManipulationInstruction_12($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_12>;
|
|
3171
3441
|
matchBitManipulationInstruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$0>;
|
|
3172
|
-
matchBitManipulationInstruction_$
|
|
3173
|
-
matchBitManipulationInstruction_$
|
|
3442
|
+
matchBitManipulationInstruction_$0_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$0_$0>;
|
|
3443
|
+
matchBitManipulationInstruction_$0_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$0_$0_1>;
|
|
3444
|
+
matchBitManipulationInstruction_$0_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$0_$0_2>;
|
|
3174
3445
|
matchBitManipulationInstruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$1>;
|
|
3175
|
-
matchBitManipulationInstruction_$
|
|
3176
|
-
matchBitManipulationInstruction_$
|
|
3446
|
+
matchBitManipulationInstruction_$1_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$1_$0>;
|
|
3447
|
+
matchBitManipulationInstruction_$1_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$1_$0_1>;
|
|
3448
|
+
matchBitManipulationInstruction_$1_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$1_$0_2>;
|
|
3177
3449
|
matchBitManipulationInstruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$2>;
|
|
3178
|
-
matchBitManipulationInstruction_$
|
|
3179
|
-
matchBitManipulationInstruction_$
|
|
3450
|
+
matchBitManipulationInstruction_$2_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$2_$0>;
|
|
3451
|
+
matchBitManipulationInstruction_$2_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$2_$0_1>;
|
|
3452
|
+
matchBitManipulationInstruction_$2_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$2_$0_2>;
|
|
3180
3453
|
matchBitManipulationInstruction_$3($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$3>;
|
|
3181
|
-
matchBitManipulationInstruction_$
|
|
3182
|
-
matchBitManipulationInstruction_$
|
|
3454
|
+
matchBitManipulationInstruction_$3_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$3_$0>;
|
|
3455
|
+
matchBitManipulationInstruction_$3_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$3_$0_1>;
|
|
3456
|
+
matchBitManipulationInstruction_$3_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$3_$0_2>;
|
|
3183
3457
|
matchBitManipulationInstruction_$4($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$4>;
|
|
3184
|
-
matchBitManipulationInstruction_$
|
|
3185
|
-
matchBitManipulationInstruction_$
|
|
3458
|
+
matchBitManipulationInstruction_$4_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$4_$0>;
|
|
3459
|
+
matchBitManipulationInstruction_$4_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$4_$0_1>;
|
|
3460
|
+
matchBitManipulationInstruction_$4_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$4_$0_2>;
|
|
3186
3461
|
matchBitManipulationInstruction_$5($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$5>;
|
|
3187
|
-
matchBitManipulationInstruction_$
|
|
3188
|
-
matchBitManipulationInstruction_$
|
|
3462
|
+
matchBitManipulationInstruction_$5_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$5_$0>;
|
|
3463
|
+
matchBitManipulationInstruction_$5_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$5_$0_1>;
|
|
3464
|
+
matchBitManipulationInstruction_$5_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<BitManipulationInstruction_$5_$0_2>;
|
|
3189
3465
|
matchOffset($$dpth: number, $$cr?: ErrorTracker): Nullable<Offset>;
|
|
3190
3466
|
matchOffset_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Offset_1>;
|
|
3191
3467
|
matchOffset_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Offset_2>;
|