File: thumb2_bad_reg.l

package info (click to toggle)
binutils-avr 2.26.20160125%2BAtmel3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 365,552 kB
  • sloc: ansic: 2,480,046; asm: 892,807; exp: 188,218; cpp: 133,829; makefile: 63,886; sh: 32,212; yacc: 26,783; lisp: 16,709; xml: 7,490; perl: 6,449; python: 4,555; ada: 4,318; pascal: 3,174; lex: 2,250; cs: 879; sed: 334; f90: 298; awk: 168; objc: 134; java: 73; fortran: 43
file content (797 lines) | stat: -rw-r--r-- 50,495 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
[^:]*: Assembler messages:
[^:]*:[0-9]+: Error: r13 not allowed here -- `adc r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adc r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `adc r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adc r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `adc.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `adc.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `adc.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `add.w r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `add.w r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `addw r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `addw r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `add.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `add.w r15,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adds.w r15,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `add.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `add.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `add.w r0,r1,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `add.w r15,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adds.w r15,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `addw r15,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `add.w r15,r13,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `add.w r0,r13,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `add.w r0,r13,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `adr.w r13,test'
[^:]*:[0-9]+: Error: r15 not allowed here -- `adr.w r15,test'
[^:]*:[0-9]+: Error: r13 not allowed here -- `and r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `and r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `and r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `and r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `and.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `and.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `and.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `and.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `and.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `and.w r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `asr r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `asr r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `asr r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `asr r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `asr.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `asr.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `asr.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `asr.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `asr.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `asr.w r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bfc r13,#1,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bfc r15,#1,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bfi r13,r0,#1,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bfi r15,r0,#1,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bfi r0,r13,#1,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bfi r0,r15,#1,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bic r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bic r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bic r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bic r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bic.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bic.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bic.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bic.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bic.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bic.w r0,r1,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `blx r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `bxj r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `bxj r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `clz r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `clz r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `clz r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `clz r0,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmn r15,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmn.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `cmn.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmn.w r0,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmp.w r15,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmp r15,r0'
[^:]*:[0-9]+: use of r13 is deprecated
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmp r0,r15'
[^:]*:[0-9]+: use of r13 is deprecated
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmp.n r0,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmp.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `cmp.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `cmp.w r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `eor r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `eor r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `eor r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `eor r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `eor.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `eor.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `eor.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `eor.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `eor.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `eor.w r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsl r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsl r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsl r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsl r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsl.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsl.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsl.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsl.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsl.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsl.w r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsr r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsr r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsr r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsr r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsr.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsr.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsr.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsr.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `lsr.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `lsr.w r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mcr p0,#1,r13,cr0,cr0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mcr p0,#1,r15,cr0,cr0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mcrr p0,#1,r13,r0,cr0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mcrr p0,#1,r15,r0,cr0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mcrr p0,#1,r0,r13,cr0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mcrr p0,#1,r0,r15,cr0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mla r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mla r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mla r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mla r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mla r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mla r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mla r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mla r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mls r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mls r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mov.w r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mov.w r15,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mov.w r0,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mov.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `movs.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `movs.w r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `movs.w r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `movs.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mov.w r13,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mov.w r15,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mov.w r13,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mov.w r15,r15'
[^:]*:[0-9]+: Use of r13 as a source register is deprecated when r13 is the destination register.
[^:]*:[0-9]+: Use of r13 as a source register is deprecated when r15 is the destination register.
[^:]*:[0-9]+: Use of r15 as a source register is deprecated when r13 is the destination register.
[^:]*:[0-9]+: Use of r15 as a source register is deprecated when r15 is the destination register.
[^:]*:[0-9]+: Error: r13 not allowed here -- `movs r13,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `movs r15,r13'
[^:]*:[0-9]+: Error: r13 not allowed here -- `movs r13,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `movs r15,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `movt r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `movt r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mrc p0,#1,r13,cr0,cr0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mrrc p0,#1,r13,r0,cr0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mrrc p0,#1,r15,r0,cr0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mrrc p0,#1,r0,r13,cr0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mrrc p0,#1,r0,r15,cr0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mrs r13,cpsr'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mrs r15,cpsr'
[^:]*:[0-9]+: Error: r13 not allowed here -- `msr cpsr,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `msr cpsr,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mul r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mul r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mul r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mul r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mul r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mul r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mvn r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mvn r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mvn.w r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mvn.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `mvn.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `mvn.w r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orn r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orn r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orn r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orn r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orn r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orn r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orn r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orn r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orn r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orn r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orr r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orr r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orr r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orr r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orr r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orr r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orr r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orr r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `orr r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `orr r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `pkhbt r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `pkhbt r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `pkhbt r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `pkhbt r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `pkhbt r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `pkhbt r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `pld \[r0,r13\]'
[^:]*:[0-9]+: Error: r15 not allowed here -- `pld \[r0,r15\]'
[^:]*:[0-9]+: Error: cannot use register index with PC-relative addressing -- `pld \[r15,r0\]'
[^:]*:[0-9]+: Error: r13 not allowed here -- `pli \[r0,r13\]'
[^:]*:[0-9]+: Error: r15 not allowed here -- `pli \[r0,r15\]'
[^:]*:[0-9]+: Error: cannot use register index with PC-relative addressing -- `pli \[r15,r0\]'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qadd8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qadd8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qasx r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qasx r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qasx r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qasx r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qasx r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qasx r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qdadd r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qdadd r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qdadd r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qdadd r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qdadd r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qdadd r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qdsub r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qdsub r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qdsub r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qdsub r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qdsub r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qdsub r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsax r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsax r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsax r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsax r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsax r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsax r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `qsub8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `qsub8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rbit r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rbit r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rbit r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rbit r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rev.w r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rev.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rev.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rev.w r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rev16.w r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rev16.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rev16.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rev16.w r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `revsh.w r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `revsh.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `revsh.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `revsh.w r0,r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rfedb r15'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rfeia r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ror r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ror r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ror r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ror r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ror.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ror.w r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ror.w r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ror.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ror.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ror.w r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rrx r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rrx r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rrx r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rrx r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rsb.w r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rsb.w r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rsb.w r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rsb.w r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rsb r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rsb r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rsb r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rsb r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `rsb r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `rsb r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sadd16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sadd16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sadd16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sadd16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sadd16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sadd16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sadd8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sadd8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sadd8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sadd8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sadd8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sadd8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sasx r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sasx r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sasx r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sasx r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sasx r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sasx r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sbc r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sbc r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sbc r0,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sbc r0,r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sbc r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sbc r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sbc r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sbc r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sbc r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sbc r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sbfx r13,r0,#1,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sbfx r15,r0,#1,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sbfx r0,r13,#1,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sbfx r0,r15,#1,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sdiv r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sdiv r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sdiv r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sdiv r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sdiv r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sdiv r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sel r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sel r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sel r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sel r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sel r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sel r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shadd16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shadd16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shadd16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shadd16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shadd16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shadd16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shadd8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shadd8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shadd8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shadd8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shadd8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shadd8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shasx r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shasx r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shasx r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shasx r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shasx r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shasx r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsax r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsax r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsax r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsax r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsax r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsax r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsub16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsub16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsub16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsub16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsub16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsub16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsub8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsub8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsub8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsub8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `shsub8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `shsub8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlad r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlad r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlad r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlad r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlad r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlad r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlad r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlad r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlal r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlal r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlal r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlal r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlal r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlal r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlal r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlal r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlalbb r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlalbb r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlalbb r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlalbb r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlalbb r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlalbb r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlalbb r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlalbb r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlald r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlald r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlald r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlald r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlald r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlald r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlald r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlald r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlawb r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlawb r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlawb r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlawb r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlawb r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlawb r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlawb r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlawb r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsd r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsd r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsd r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsd r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsd r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsd r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsd r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsd r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsld r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsld r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsld r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsld r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsld r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsld r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smlsld r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smlsld r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmls r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmls r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmls r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmls r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmls r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmls r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmls r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmls r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmul r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmul r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmul r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmul r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smmul r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smmul r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smuad r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smuad r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smuad r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smuad r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smuad r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smuad r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smulbb r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smulbb r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smulbb r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smulbb r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smulbb r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smulbb r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smull r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smull r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smull r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smull r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smull r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smull r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smull r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smull r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smulwb r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smulwb r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smulwb r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smulwb r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smulwb r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smulwb r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smusd r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smusd r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smusd r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smusd r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `smusd r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `smusd r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssat r13,#1,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssat r15,#1,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssat r0,#1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssat r0,#1,r15'
[^:]*:[0-9]+: Error: shift expression is too large -- `ssat r1,#1,r3,asr#32'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssat16 r13,#1,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssat16 r15,#1,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssat16 r0,#1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssat16 r0,#1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssax r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssax r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssax r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssax r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssax r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssax r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssub16 r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssub16 r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssub16 r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssub16 r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssub16 r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssub16 r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssub8 r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssub8 r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssub8 r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssub8 r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ssub8 r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ssub8 r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sub.w r13,r0,#1'
[^:]*:[0-9]+: Error: only SUBS PC, LR, #const allowed -- `sub.w r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `subw r13,r0,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `subw r15,r0,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sub.w r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sub.w r15,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sub.w r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sub.w r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sub.w r0,r1,r15'
[^:]*:[0-9]+: Error: only SUBS PC, LR, #const allowed -- `sub.w r15,r13,#1'
[^:]*:[0-9]+: Error: only SUBS PC, LR, #const allowed -- `subs.w r15,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `subw r15,r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sub.w r15,r13,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sub.w r0,r13,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sub.w r0,r13,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtab r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtab r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtab r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtab r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtab r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtab r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtab16 r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtab16 r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtab16 r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtab16 r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtab16 r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtab16 r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtah r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtah r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtah r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtah r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtah r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtah r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtb r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtb r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtb r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtb r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtb16 r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtb16 r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxtb16 r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxtb16 r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxth r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxth r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `sxth r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `sxth r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `tbb \[r13,r0]'
[^:]*:[0-9]+: Error: r13 not allowed here -- `tbb \[r0,r13]'
[^:]*:[0-9]+: Error: r15 not allowed here -- `tbb \[r0,r15]'
[^:]*:[0-9]+: Error: r13 not allowed here -- `tbh \[r13,r0]'
[^:]*:[0-9]+: Error: r13 not allowed here -- `tbh \[r0,r13]'
[^:]*:[0-9]+: Error: r15 not allowed here -- `tbh \[r0,r15]'
[^:]*:[0-9]+: Error: r13 not allowed here -- `teq r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `teq r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `teq r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `teq r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `teq r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `teq r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `tst r13,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `tst r15,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `tst.w r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `tst.w r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `tst.w r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `tst.w r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uadd16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uadd16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uadd16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uadd16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uadd16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uadd16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uadd8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uadd8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uadd8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uadd8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uadd8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uadd8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uasx r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uasx r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uasx r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uasx r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uasx r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uasx r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ubfx r13,r0,#1,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ubfx r15,r0,#1,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `ubfx r0,r13,#1,#1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `ubfx r0,r15,#1,#1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `udiv r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `udiv r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `udiv r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `udiv r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `udiv r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `udiv r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhadd16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhadd16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhadd16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhadd16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhadd16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhadd16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhadd8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhadd8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhadd8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhadd8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhadd8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhadd8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhasx r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhasx r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhasx r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhasx r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhasx r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhasx r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsax r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsax r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsax r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsax r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsax r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsax r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsub16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsub16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsub16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsub16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsub16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsub16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsub8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsub8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsub8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsub8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uhsub8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uhsub8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umaal r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umaal r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umaal r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umaal r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umaal r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umaal r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umaal r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umaal r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umlal r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umlal r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umlal r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umlal r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umlal r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umlal r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umlal r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umlal r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umull r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umull r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umull r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umull r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umull r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umull r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `umull r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `umull r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqadd16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqadd16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqadd16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqadd16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqadd16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqadd16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqadd8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqadd8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqadd8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqadd8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqadd8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqadd8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqasx r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqasx r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqasx r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqasx r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqasx r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqasx r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsax r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsax r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsax r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsax r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsax r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsax r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsub16 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsub16 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsub16 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsub16 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsub16 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsub16 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsub8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsub8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsub8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsub8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uqsub8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uqsub8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usad8 r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usad8 r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usad8 r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usad8 r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usad8 r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usad8 r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usada8 r13,r0,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usada8 r15,r0,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usada8 r0,r13,r0,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usada8 r0,r15,r0,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usada8 r0,r0,r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usada8 r0,r0,r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usada8 r0,r0,r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usada8 r0,r0,r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usat r13,#1,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usat r15,#1,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usat r0,#1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usat r0,#1,r15'
[^:]*:[0-9]+: Error: shift expression is too large -- `usat r1,#1,r3,asr#32'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usat16 r13,#1,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usat16 r15,#1,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usat16 r0,#1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usat16 r0,#1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usax r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usax r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usax r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usax r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usax r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usax r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usub16 r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usub16 r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usub16 r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usub16 r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usub16 r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usub16 r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usub8 r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usub8 r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usub8 r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usub8 r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `usub8 r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `usub8 r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtab r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtab r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtab r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtab r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtab r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtab r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtab16 r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtab16 r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtab16 r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtab16 r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtab16 r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtab16 r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtah r13,r0,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtah r15,r0,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtah r0,r13,r1'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtah r0,r15,r1'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtah r0,r1,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtah r0,r1,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtb r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtb r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtb r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtb r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtb16 r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtb16 r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxtb16 r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxtb16 r0,r15'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxth r13,r0'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxth r15,r0'
[^:]*:[0-9]+: Error: r13 not allowed here -- `uxth r0,r13'
[^:]*:[0-9]+: Error: r15 not allowed here -- `uxth r0,r15'