@@ -371,13 +371,13 @@ swptal x9, xzr, [sp]
371371//------------------------------------------------------------------------------
372372
373373ldtadd w7, wzr, [x5]
374- // CHECK-INST: ldtadd w7, wzr , [x5]
374+ // CHECK-INST: sttadd w7, [x5]
375375// CHECK-ENCODING: encoding: [0xbf,0x04,0x27,0x19]
376376// CHECK-ERROR: error: instruction requires: lsui
377377// CHECK-UNKNOWN: 192704bf <unknown>
378378
379379ldtadd x9, xzr, [sp ]
380- // CHECK-INST: ldtadd x9, xzr , [sp ]
380+ // CHECK-INST: sttadd x9, [sp ]
381381// CHECK-ENCODING: encoding: [0xff,0x07,0x29,0x59]
382382// CHECK-ERROR: error: instruction requires: lsui
383383// CHECK-UNKNOWN: 592907ff <unknown>
@@ -395,13 +395,13 @@ ldtadda x9, xzr, [sp]
395395// CHECK-UNKNOWN: 59a907ff <unknown>
396396
397397ldtaddl w7, wzr, [x5]
398- // CHECK-INST: ldtaddl w7, wzr , [x5]
398+ // CHECK-INST: sttaddl w7, [x5]
399399// CHECK-ENCODING: encoding: [0xbf,0x04,0x67,0x19]
400400// CHECK-ERROR: error: instruction requires: lsui
401401// CHECK-UNKNOWN: 196704bf <unknown>
402402
403403ldtaddl x9, xzr, [sp ]
404- // CHECK-INST: ldtaddl x9, xzr , [sp ]
404+ // CHECK-INST: sttaddl x9, [sp ]
405405// CHECK-ENCODING: encoding: [0xff,0x07,0x69,0x59]
406406// CHECK-ERROR: error: instruction requires: lsui
407407// CHECK-UNKNOWN: 596907ff <unknown>
@@ -419,25 +419,25 @@ ldtaddal x9, xzr, [sp]
419419// CHECK-UNKNOWN: 59e907ff <unknown>
420420
421421ldtclr w7, wzr, [x5]
422- // CHECK-INST: ldtclr w7, wzr , [x5]
422+ // CHECK-INST: sttclr w7, [x5]
423423// CHECK-ENCODING: encoding: [0xbf,0x14,0x27,0x19]
424424// CHECK-ERROR: error: instruction requires: lsui
425425// CHECK-UNKNOWN: 192714bf <unknown>
426426
427427ldtclr x9, xzr, [sp ]
428- // CHECK-INST: ldtclr x9, xzr , [sp ]
428+ // CHECK-INST: sttclr x9, [sp ]
429429// CHECK-ENCODING: encoding: [0xff,0x17,0x29,0x59]
430430// CHECK-ERROR: error: instruction requires: lsui
431431// CHECK-UNKNOWN: 592917ff <unknown>
432432
433433ldtclrl w7, wzr, [x5]
434- // CHECK-INST: ldtclrl w7, wzr , [x5]
434+ // CHECK-INST: sttclrl w7, [x5]
435435// CHECK-ENCODING: encoding: [0xbf,0x14,0x67,0x19]
436436// CHECK-ERROR: error: instruction requires: lsui
437437// CHECK-UNKNOWN: 196714bf <unknown>
438438
439439ldtclrl x9, xzr, [sp ]
440- // CHECK-INST: ldtclrl x9, xzr , [sp ]
440+ // CHECK-INST: sttclrl x9, [sp ]
441441// CHECK-ENCODING: encoding: [0xff,0x17,0x69,0x59]
442442// CHECK-ERROR: error: instruction requires: lsui
443443// CHECK-UNKNOWN: 596917ff <unknown>
@@ -467,25 +467,25 @@ ldtclral x9, xzr, [sp]
467467// CHECK-UNKNOWN: 59e917ff <unknown>
468468
469469ldtset w7, wzr, [x5]
470- // CHECK-INST: ldtset w7, wzr , [x5]
470+ // CHECK-INST: sttset w7, [x5]
471471// CHECK-ENCODING: encoding: [0xbf,0x34,0x27,0x19]
472472// CHECK-ERROR: error: instruction requires: lsui
473473// CHECK-UNKNOWN: 192734bf <unknown>
474474
475475ldtset x9, xzr, [sp ]
476- // CHECK-INST: ldtset x9, xzr , [sp ]
476+ // CHECK-INST: sttset x9, [sp ]
477477// CHECK-ENCODING: encoding: [0xff,0x37,0x29,0x59]
478478// CHECK-ERROR: error: instruction requires: lsui
479479// CHECK-UNKNOWN: 592937ff <unknown>
480480
481481ldtsetl w7, wzr, [x5]
482- // CHECK-INST: ldtsetl w7, wzr , [x5]
482+ // CHECK-INST: sttsetl w7, [x5]
483483// CHECK-ENCODING: encoding: [0xbf,0x34,0x67,0x19]
484484// CHECK-ERROR: error: instruction requires: lsui
485485// CHECK-UNKNOWN: 196734bf <unknown>
486486
487487ldtsetl x9, xzr, [sp ]
488- // CHECK-INST: ldtsetl x9, xzr , [sp ]
488+ // CHECK-INST: sttsetl x9, [sp ]
489489// CHECK-ENCODING: encoding: [0xff,0x37,0x69,0x59]
490490// CHECK-ERROR: error: instruction requires: lsui
491491// CHECK-UNKNOWN: 596937ff <unknown>
@@ -519,145 +519,145 @@ ldtsetal x9, xzr, [sp]
519519//------------------------------------------------------------------------------
520520
521521sttadd w0, [x2]
522- // CHECK-INST: ldtadd w0, wzr , [x2]
522+ // CHECK-INST: sttadd w0, [x2]
523523// CHECK-ENCODING: encoding: [0x5f,0x04,0x20,0x19]
524524// CHECK-ERROR: error: instruction requires: lsui
525525// CHECK-UNKNOWN: 1920045f <unknown>
526526
527527sttadd w2, [sp ]
528- // CHECK-INST: ldtadd w2, wzr , [sp ]
528+ // CHECK-INST: sttadd w2, [sp ]
529529// CHECK-ENCODING: encoding: [0xff,0x07,0x22,0x19]
530530// CHECK-ERROR: error: instruction requires: lsui
531531// CHECK-UNKNOWN: 192207ff <unknown>
532532
533533sttadd x0, [x2]
534- // CHECK-INST: ldtadd x0, xzr , [x2]
534+ // CHECK-INST: sttadd x0, [x2]
535535// CHECK-ENCODING: encoding: [0x5f,0x04,0x20,0x59]
536536// CHECK-ERROR: error: instruction requires: lsui
537537// CHECK-UNKNOWN: 5920045f <unknown>
538538
539539sttadd x2, [sp ]
540- // CHECK-INST: ldtadd x2, xzr , [sp ]
540+ // CHECK-INST: sttadd x2, [sp ]
541541// CHECK-ENCODING: encoding: [0xff,0x07,0x22,0x59]
542542// CHECK-ERROR: error: instruction requires: lsui
543543// CHECK-UNKNOWN: 592207ff <unknown>
544544
545545sttaddl w0, [x2]
546- // CHECK-INST: ldtaddl w0, wzr , [x2]
546+ // CHECK-INST: sttaddl w0, [x2]
547547// CHECK-ENCODING: encoding: [0x5f,0x04,0x60,0x19]
548548// CHECK-ERROR: error: instruction requires: lsui
549549// CHECK-UNKNOWN: 1960045f <unknown>
550550
551551sttaddl w2, [sp ]
552- // CHECK-INST: ldtaddl w2, wzr , [sp ]
552+ // CHECK-INST: sttaddl w2, [sp ]
553553// CHECK-ENCODING: encoding: [0xff,0x07,0x62,0x19]
554554// CHECK-ERROR: error: instruction requires: lsui
555555// CHECK-UNKNOWN: 196207ff <unknown>
556556
557557sttaddl x0, [x2]
558- // CHECK-INST: ldtaddl x0, xzr , [x2]
558+ // CHECK-INST: sttaddl x0, [x2]
559559// CHECK-ENCODING: encoding: [0x5f,0x04,0x60,0x59]
560560// CHECK-ERROR: error: instruction requires: lsui
561561// CHECK-UNKNOWN: 5960045f <unknown>
562562
563563sttaddl x2, [sp ]
564- // CHECK-INST: ldtaddl x2, xzr , [sp ]
564+ // CHECK-INST: sttaddl x2, [sp ]
565565// CHECK-ENCODING: encoding: [0xff,0x07,0x62,0x59]
566566// CHECK-ERROR: error: instruction requires: lsui
567567// CHECK-UNKNOWN: 596207ff <unknown>
568568
569569sttclr w0, [x2]
570- // CHECK-INST: ldtclr w0, wzr , [x2]
570+ // CHECK-INST: sttclr w0, [x2]
571571// CHECK-ENCODING: encoding: [0x5f,0x14,0x20,0x19]
572572// CHECK-ERROR: error: instruction requires: lsui
573573// CHECK-UNKNOWN: 1920145f <unknown>
574574
575575sttclr w2, [sp ]
576- // CHECK-INST: ldtclr w2, wzr , [sp ]
576+ // CHECK-INST: sttclr w2, [sp ]
577577// CHECK-ENCODING: encoding: [0xff,0x17,0x22,0x19]
578578// CHECK-ERROR: error: instruction requires: lsui
579579// CHECK-UNKNOWN: 192217ff <unknown>
580580
581581sttclr x0, [x2]
582- // CHECK-INST: ldtclr x0, xzr , [x2]
582+ // CHECK-INST: sttclr x0, [x2]
583583// CHECK-ENCODING: encoding: [0x5f,0x14,0x20,0x59]
584584// CHECK-ERROR: error: instruction requires: lsui
585585// CHECK-UNKNOWN: 5920145f <unknown>
586586
587587sttclr x2, [sp ]
588- // CHECK-INST: ldtclr x2, xzr , [sp ]
588+ // CHECK-INST: sttclr x2, [sp ]
589589// CHECK-ENCODING: encoding: [0xff,0x17,0x22,0x59]
590590// CHECK-ERROR: error: instruction requires: lsui
591591// CHECK-UNKNOWN: 592217ff <unknown>
592592
593593sttclrl w0, [x2]
594- // CHECK-INST: ldtclrl w0, wzr , [x2]
594+ // CHECK-INST: sttclrl w0, [x2]
595595// CHECK-ENCODING: encoding: [0x5f,0x14,0x60,0x19]
596596// CHECK-ERROR: error: instruction requires: lsui
597597// CHECK-UNKNOWN: 1960145f <unknown>
598598
599599sttclrl w2, [sp ]
600- // CHECK-INST: ldtclrl w2, wzr , [sp ]
600+ // CHECK-INST: sttclrl w2, [sp ]
601601// CHECK-ENCODING: encoding: [0xff,0x17,0x62,0x19]
602602// CHECK-ERROR: error: instruction requires: lsui
603603// CHECK-UNKNOWN: 196217ff <unknown>
604604
605605sttclrl x0, [x2]
606- // CHECK-INST: ldtclrl x0, xzr , [x2]
606+ // CHECK-INST: sttclrl x0, [x2]
607607// CHECK-ENCODING: encoding: [0x5f,0x14,0x60,0x59]
608608// CHECK-ERROR: error: instruction requires: lsui
609609// CHECK-UNKNOWN: 5960145f <unknown>
610610
611611sttclrl x2, [sp ]
612- // CHECK-INST: ldtclrl x2, xzr , [sp ]
612+ // CHECK-INST: sttclrl x2, [sp ]
613613// CHECK-ENCODING: encoding: [0xff,0x17,0x62,0x59]
614614// CHECK-ERROR: error: instruction requires: lsui
615615// CHECK-UNKNOWN: 596217ff <unknown>
616616
617617sttset w0, [x2]
618- // CHECK-INST: ldtset w0, wzr , [x2]
618+ // CHECK-INST: sttset w0, [x2]
619619// CHECK-ENCODING: encoding: [0x5f,0x34,0x20,0x19]
620620// CHECK-ERROR: error: instruction requires: lsui
621621// CHECK-UNKNOWN: 1920345f <unknown>
622622
623623sttset w2, [sp ]
624- // CHECK-INST: ldtset w2, wzr , [sp ]
624+ // CHECK-INST: sttset w2, [sp ]
625625// CHECK-ENCODING: encoding: [0xff,0x37,0x22,0x19]
626626// CHECK-ERROR: error: instruction requires: lsui
627627// CHECK-UNKNOWN: 192237ff <unknown>
628628
629629sttset x0, [x2]
630- // CHECK-INST: ldtset x0, xzr , [x2]
630+ // CHECK-INST: sttset x0, [x2]
631631// CHECK-ENCODING: encoding: [0x5f,0x34,0x20,0x59]
632632// CHECK-ERROR: error: instruction requires: lsui
633633// CHECK-UNKNOWN: 5920345f <unknown>
634634
635635sttset x2, [sp ]
636- // CHECK-INST: ldtset x2, xzr , [sp ]
636+ // CHECK-INST: sttset x2, [sp ]
637637// CHECK-ENCODING: encoding: [0xff,0x37,0x22,0x59]
638638// CHECK-ERROR: error: instruction requires: lsui
639639// CHECK-UNKNOWN: 592237ff <unknown>
640640
641641sttsetl w0, [x2]
642- // CHECK-INST: ldtsetl w0, wzr , [x2]
642+ // CHECK-INST: sttsetl w0, [x2]
643643// CHECK-ENCODING: encoding: [0x5f,0x34,0x60,0x19]
644644// CHECK-ERROR: error: instruction requires: lsui
645645// CHECK-UNKNOWN: 1960345f <unknown>
646646
647647sttsetl w2, [sp ]
648- // CHECK-INST: ldtsetl w2, wzr , [sp ]
648+ // CHECK-INST: sttsetl w2, [sp ]
649649// CHECK-ENCODING: encoding: [0xff,0x37,0x62,0x19]
650650// CHECK-ERROR: error: instruction requires: lsui
651651// CHECK-UNKNOWN: 196237ff <unknown>
652652
653653sttsetl x0, [x2]
654- // CHECK-INST: ldtsetl x0, xzr , [x2]
654+ // CHECK-INST: sttsetl x0, [x2]
655655// CHECK-ENCODING: encoding: [0x5f,0x34,0x60,0x59]
656656// CHECK-ERROR: error: instruction requires: lsui
657657// CHECK-UNKNOWN: 5960345f <unknown>
658658
659659sttsetl x2, [sp ]
660- // CHECK-INST: ldtsetl x2, xzr , [sp ]
660+ // CHECK-INST: sttsetl x2, [sp ]
661661// CHECK-ENCODING: encoding: [0xff,0x37,0x62,0x59]
662662// CHECK-ERROR: error: instruction requires: lsui
663663// CHECK-UNKNOWN: 596237ff <unknown>
0 commit comments