@@ -371,13 +371,13 @@ swptal x9, xzr, [sp]
371
371
//------------------------------------------------------------------------------
372
372
373
373
ldtadd w7, wzr, [x5]
374
- // CHECK-INST: ldtadd w7, wzr , [x5]
374
+ // CHECK-INST: sttadd w7, [x5]
375
375
// CHECK-ENCODING: encoding: [0xbf,0x04,0x27,0x19]
376
376
// CHECK-ERROR: error: instruction requires: lsui
377
377
// CHECK-UNKNOWN: 192704bf <unknown>
378
378
379
379
ldtadd x9, xzr, [sp ]
380
- // CHECK-INST: ldtadd x9, xzr , [sp ]
380
+ // CHECK-INST: sttadd x9, [sp ]
381
381
// CHECK-ENCODING: encoding: [0xff,0x07,0x29,0x59]
382
382
// CHECK-ERROR: error: instruction requires: lsui
383
383
// CHECK-UNKNOWN: 592907ff <unknown>
@@ -395,13 +395,13 @@ ldtadda x9, xzr, [sp]
395
395
// CHECK-UNKNOWN: 59a907ff <unknown>
396
396
397
397
ldtaddl w7, wzr, [x5]
398
- // CHECK-INST: ldtaddl w7, wzr , [x5]
398
+ // CHECK-INST: sttaddl w7, [x5]
399
399
// CHECK-ENCODING: encoding: [0xbf,0x04,0x67,0x19]
400
400
// CHECK-ERROR: error: instruction requires: lsui
401
401
// CHECK-UNKNOWN: 196704bf <unknown>
402
402
403
403
ldtaddl x9, xzr, [sp ]
404
- // CHECK-INST: ldtaddl x9, xzr , [sp ]
404
+ // CHECK-INST: sttaddl x9, [sp ]
405
405
// CHECK-ENCODING: encoding: [0xff,0x07,0x69,0x59]
406
406
// CHECK-ERROR: error: instruction requires: lsui
407
407
// CHECK-UNKNOWN: 596907ff <unknown>
@@ -419,25 +419,25 @@ ldtaddal x9, xzr, [sp]
419
419
// CHECK-UNKNOWN: 59e907ff <unknown>
420
420
421
421
ldtclr w7, wzr, [x5]
422
- // CHECK-INST: ldtclr w7, wzr , [x5]
422
+ // CHECK-INST: sttclr w7, [x5]
423
423
// CHECK-ENCODING: encoding: [0xbf,0x14,0x27,0x19]
424
424
// CHECK-ERROR: error: instruction requires: lsui
425
425
// CHECK-UNKNOWN: 192714bf <unknown>
426
426
427
427
ldtclr x9, xzr, [sp ]
428
- // CHECK-INST: ldtclr x9, xzr , [sp ]
428
+ // CHECK-INST: sttclr x9, [sp ]
429
429
// CHECK-ENCODING: encoding: [0xff,0x17,0x29,0x59]
430
430
// CHECK-ERROR: error: instruction requires: lsui
431
431
// CHECK-UNKNOWN: 592917ff <unknown>
432
432
433
433
ldtclrl w7, wzr, [x5]
434
- // CHECK-INST: ldtclrl w7, wzr , [x5]
434
+ // CHECK-INST: sttclrl w7, [x5]
435
435
// CHECK-ENCODING: encoding: [0xbf,0x14,0x67,0x19]
436
436
// CHECK-ERROR: error: instruction requires: lsui
437
437
// CHECK-UNKNOWN: 196714bf <unknown>
438
438
439
439
ldtclrl x9, xzr, [sp ]
440
- // CHECK-INST: ldtclrl x9, xzr , [sp ]
440
+ // CHECK-INST: sttclrl x9, [sp ]
441
441
// CHECK-ENCODING: encoding: [0xff,0x17,0x69,0x59]
442
442
// CHECK-ERROR: error: instruction requires: lsui
443
443
// CHECK-UNKNOWN: 596917ff <unknown>
@@ -467,25 +467,25 @@ ldtclral x9, xzr, [sp]
467
467
// CHECK-UNKNOWN: 59e917ff <unknown>
468
468
469
469
ldtset w7, wzr, [x5]
470
- // CHECK-INST: ldtset w7, wzr , [x5]
470
+ // CHECK-INST: sttset w7, [x5]
471
471
// CHECK-ENCODING: encoding: [0xbf,0x34,0x27,0x19]
472
472
// CHECK-ERROR: error: instruction requires: lsui
473
473
// CHECK-UNKNOWN: 192734bf <unknown>
474
474
475
475
ldtset x9, xzr, [sp ]
476
- // CHECK-INST: ldtset x9, xzr , [sp ]
476
+ // CHECK-INST: sttset x9, [sp ]
477
477
// CHECK-ENCODING: encoding: [0xff,0x37,0x29,0x59]
478
478
// CHECK-ERROR: error: instruction requires: lsui
479
479
// CHECK-UNKNOWN: 592937ff <unknown>
480
480
481
481
ldtsetl w7, wzr, [x5]
482
- // CHECK-INST: ldtsetl w7, wzr , [x5]
482
+ // CHECK-INST: sttsetl w7, [x5]
483
483
// CHECK-ENCODING: encoding: [0xbf,0x34,0x67,0x19]
484
484
// CHECK-ERROR: error: instruction requires: lsui
485
485
// CHECK-UNKNOWN: 196734bf <unknown>
486
486
487
487
ldtsetl x9, xzr, [sp ]
488
- // CHECK-INST: ldtsetl x9, xzr , [sp ]
488
+ // CHECK-INST: sttsetl x9, [sp ]
489
489
// CHECK-ENCODING: encoding: [0xff,0x37,0x69,0x59]
490
490
// CHECK-ERROR: error: instruction requires: lsui
491
491
// CHECK-UNKNOWN: 596937ff <unknown>
@@ -519,145 +519,145 @@ ldtsetal x9, xzr, [sp]
519
519
//------------------------------------------------------------------------------
520
520
521
521
sttadd w0, [x2]
522
- // CHECK-INST: ldtadd w0, wzr , [x2]
522
+ // CHECK-INST: sttadd w0, [x2]
523
523
// CHECK-ENCODING: encoding: [0x5f,0x04,0x20,0x19]
524
524
// CHECK-ERROR: error: instruction requires: lsui
525
525
// CHECK-UNKNOWN: 1920045f <unknown>
526
526
527
527
sttadd w2, [sp ]
528
- // CHECK-INST: ldtadd w2, wzr , [sp ]
528
+ // CHECK-INST: sttadd w2, [sp ]
529
529
// CHECK-ENCODING: encoding: [0xff,0x07,0x22,0x19]
530
530
// CHECK-ERROR: error: instruction requires: lsui
531
531
// CHECK-UNKNOWN: 192207ff <unknown>
532
532
533
533
sttadd x0, [x2]
534
- // CHECK-INST: ldtadd x0, xzr , [x2]
534
+ // CHECK-INST: sttadd x0, [x2]
535
535
// CHECK-ENCODING: encoding: [0x5f,0x04,0x20,0x59]
536
536
// CHECK-ERROR: error: instruction requires: lsui
537
537
// CHECK-UNKNOWN: 5920045f <unknown>
538
538
539
539
sttadd x2, [sp ]
540
- // CHECK-INST: ldtadd x2, xzr , [sp ]
540
+ // CHECK-INST: sttadd x2, [sp ]
541
541
// CHECK-ENCODING: encoding: [0xff,0x07,0x22,0x59]
542
542
// CHECK-ERROR: error: instruction requires: lsui
543
543
// CHECK-UNKNOWN: 592207ff <unknown>
544
544
545
545
sttaddl w0, [x2]
546
- // CHECK-INST: ldtaddl w0, wzr , [x2]
546
+ // CHECK-INST: sttaddl w0, [x2]
547
547
// CHECK-ENCODING: encoding: [0x5f,0x04,0x60,0x19]
548
548
// CHECK-ERROR: error: instruction requires: lsui
549
549
// CHECK-UNKNOWN: 1960045f <unknown>
550
550
551
551
sttaddl w2, [sp ]
552
- // CHECK-INST: ldtaddl w2, wzr , [sp ]
552
+ // CHECK-INST: sttaddl w2, [sp ]
553
553
// CHECK-ENCODING: encoding: [0xff,0x07,0x62,0x19]
554
554
// CHECK-ERROR: error: instruction requires: lsui
555
555
// CHECK-UNKNOWN: 196207ff <unknown>
556
556
557
557
sttaddl x0, [x2]
558
- // CHECK-INST: ldtaddl x0, xzr , [x2]
558
+ // CHECK-INST: sttaddl x0, [x2]
559
559
// CHECK-ENCODING: encoding: [0x5f,0x04,0x60,0x59]
560
560
// CHECK-ERROR: error: instruction requires: lsui
561
561
// CHECK-UNKNOWN: 5960045f <unknown>
562
562
563
563
sttaddl x2, [sp ]
564
- // CHECK-INST: ldtaddl x2, xzr , [sp ]
564
+ // CHECK-INST: sttaddl x2, [sp ]
565
565
// CHECK-ENCODING: encoding: [0xff,0x07,0x62,0x59]
566
566
// CHECK-ERROR: error: instruction requires: lsui
567
567
// CHECK-UNKNOWN: 596207ff <unknown>
568
568
569
569
sttclr w0, [x2]
570
- // CHECK-INST: ldtclr w0, wzr , [x2]
570
+ // CHECK-INST: sttclr w0, [x2]
571
571
// CHECK-ENCODING: encoding: [0x5f,0x14,0x20,0x19]
572
572
// CHECK-ERROR: error: instruction requires: lsui
573
573
// CHECK-UNKNOWN: 1920145f <unknown>
574
574
575
575
sttclr w2, [sp ]
576
- // CHECK-INST: ldtclr w2, wzr , [sp ]
576
+ // CHECK-INST: sttclr w2, [sp ]
577
577
// CHECK-ENCODING: encoding: [0xff,0x17,0x22,0x19]
578
578
// CHECK-ERROR: error: instruction requires: lsui
579
579
// CHECK-UNKNOWN: 192217ff <unknown>
580
580
581
581
sttclr x0, [x2]
582
- // CHECK-INST: ldtclr x0, xzr , [x2]
582
+ // CHECK-INST: sttclr x0, [x2]
583
583
// CHECK-ENCODING: encoding: [0x5f,0x14,0x20,0x59]
584
584
// CHECK-ERROR: error: instruction requires: lsui
585
585
// CHECK-UNKNOWN: 5920145f <unknown>
586
586
587
587
sttclr x2, [sp ]
588
- // CHECK-INST: ldtclr x2, xzr , [sp ]
588
+ // CHECK-INST: sttclr x2, [sp ]
589
589
// CHECK-ENCODING: encoding: [0xff,0x17,0x22,0x59]
590
590
// CHECK-ERROR: error: instruction requires: lsui
591
591
// CHECK-UNKNOWN: 592217ff <unknown>
592
592
593
593
sttclrl w0, [x2]
594
- // CHECK-INST: ldtclrl w0, wzr , [x2]
594
+ // CHECK-INST: sttclrl w0, [x2]
595
595
// CHECK-ENCODING: encoding: [0x5f,0x14,0x60,0x19]
596
596
// CHECK-ERROR: error: instruction requires: lsui
597
597
// CHECK-UNKNOWN: 1960145f <unknown>
598
598
599
599
sttclrl w2, [sp ]
600
- // CHECK-INST: ldtclrl w2, wzr , [sp ]
600
+ // CHECK-INST: sttclrl w2, [sp ]
601
601
// CHECK-ENCODING: encoding: [0xff,0x17,0x62,0x19]
602
602
// CHECK-ERROR: error: instruction requires: lsui
603
603
// CHECK-UNKNOWN: 196217ff <unknown>
604
604
605
605
sttclrl x0, [x2]
606
- // CHECK-INST: ldtclrl x0, xzr , [x2]
606
+ // CHECK-INST: sttclrl x0, [x2]
607
607
// CHECK-ENCODING: encoding: [0x5f,0x14,0x60,0x59]
608
608
// CHECK-ERROR: error: instruction requires: lsui
609
609
// CHECK-UNKNOWN: 5960145f <unknown>
610
610
611
611
sttclrl x2, [sp ]
612
- // CHECK-INST: ldtclrl x2, xzr , [sp ]
612
+ // CHECK-INST: sttclrl x2, [sp ]
613
613
// CHECK-ENCODING: encoding: [0xff,0x17,0x62,0x59]
614
614
// CHECK-ERROR: error: instruction requires: lsui
615
615
// CHECK-UNKNOWN: 596217ff <unknown>
616
616
617
617
sttset w0, [x2]
618
- // CHECK-INST: ldtset w0, wzr , [x2]
618
+ // CHECK-INST: sttset w0, [x2]
619
619
// CHECK-ENCODING: encoding: [0x5f,0x34,0x20,0x19]
620
620
// CHECK-ERROR: error: instruction requires: lsui
621
621
// CHECK-UNKNOWN: 1920345f <unknown>
622
622
623
623
sttset w2, [sp ]
624
- // CHECK-INST: ldtset w2, wzr , [sp ]
624
+ // CHECK-INST: sttset w2, [sp ]
625
625
// CHECK-ENCODING: encoding: [0xff,0x37,0x22,0x19]
626
626
// CHECK-ERROR: error: instruction requires: lsui
627
627
// CHECK-UNKNOWN: 192237ff <unknown>
628
628
629
629
sttset x0, [x2]
630
- // CHECK-INST: ldtset x0, xzr , [x2]
630
+ // CHECK-INST: sttset x0, [x2]
631
631
// CHECK-ENCODING: encoding: [0x5f,0x34,0x20,0x59]
632
632
// CHECK-ERROR: error: instruction requires: lsui
633
633
// CHECK-UNKNOWN: 5920345f <unknown>
634
634
635
635
sttset x2, [sp ]
636
- // CHECK-INST: ldtset x2, xzr , [sp ]
636
+ // CHECK-INST: sttset x2, [sp ]
637
637
// CHECK-ENCODING: encoding: [0xff,0x37,0x22,0x59]
638
638
// CHECK-ERROR: error: instruction requires: lsui
639
639
// CHECK-UNKNOWN: 592237ff <unknown>
640
640
641
641
sttsetl w0, [x2]
642
- // CHECK-INST: ldtsetl w0, wzr , [x2]
642
+ // CHECK-INST: sttsetl w0, [x2]
643
643
// CHECK-ENCODING: encoding: [0x5f,0x34,0x60,0x19]
644
644
// CHECK-ERROR: error: instruction requires: lsui
645
645
// CHECK-UNKNOWN: 1960345f <unknown>
646
646
647
647
sttsetl w2, [sp ]
648
- // CHECK-INST: ldtsetl w2, wzr , [sp ]
648
+ // CHECK-INST: sttsetl w2, [sp ]
649
649
// CHECK-ENCODING: encoding: [0xff,0x37,0x62,0x19]
650
650
// CHECK-ERROR: error: instruction requires: lsui
651
651
// CHECK-UNKNOWN: 196237ff <unknown>
652
652
653
653
sttsetl x0, [x2]
654
- // CHECK-INST: ldtsetl x0, xzr , [x2]
654
+ // CHECK-INST: sttsetl x0, [x2]
655
655
// CHECK-ENCODING: encoding: [0x5f,0x34,0x60,0x59]
656
656
// CHECK-ERROR: error: instruction requires: lsui
657
657
// CHECK-UNKNOWN: 5960345f <unknown>
658
658
659
659
sttsetl x2, [sp ]
660
- // CHECK-INST: ldtsetl x2, xzr , [sp ]
660
+ // CHECK-INST: sttsetl x2, [sp ]
661
661
// CHECK-ENCODING: encoding: [0xff,0x37,0x62,0x59]
662
662
// CHECK-ERROR: error: instruction requires: lsui
663
663
// CHECK-UNKNOWN: 596237ff <unknown>
0 commit comments