@@ -212,10 +212,10 @@ _func:
212212//------------------------------------------------------------------------------
213213
214214 ldtadd w7, wzr, [x5]
215- // CHECK: ldtadd w7, wzr , [x5] // encoding: [0xbf,0x04,0x27,0x19]
215+ // CHECK: sttadd w7, [x5] // encoding: [0xbf,0x04,0x27,0x19]
216216// ERROR: instruction requires: lsui
217217 ldtadd x9, xzr, [sp ]
218- // CHECK: ldtadd x9, xzr , [sp ] // encoding: [0xff,0x07,0x29,0x59]
218+ // CHECK: sttadd x9, [sp ] // encoding: [0xff,0x07,0x29,0x59]
219219// ERROR: instruction requires: lsui
220220
221221 ldtadda w7, wzr, [x5]
@@ -226,10 +226,10 @@ _func:
226226// ERROR: instruction requires: lsui
227227
228228 ldtaddl w7, wzr, [x5]
229- // CHECK: ldtaddl w7, wzr , [x5] // encoding: [0xbf,0x04,0x67,0x19]
229+ // CHECK: sttaddl w7, [x5] // encoding: [0xbf,0x04,0x67,0x19]
230230// ERROR: instruction requires: lsui
231231 ldtaddl x9, xzr, [sp ]
232- // CHECK: ldtaddl x9, xzr , [sp ] // encoding: [0xff,0x07,0x69,0x59]
232+ // CHECK: sttaddl x9, [sp ] // encoding: [0xff,0x07,0x69,0x59]
233233// ERROR: instruction requires: lsui
234234
235235 ldtaddal w7, wzr, [x5]
@@ -240,17 +240,17 @@ _func:
240240// ERROR: instruction requires: lsui
241241
242242 ldtclr w7, wzr, [x5]
243- // CHECK: ldtclr w7, wzr , [x5] // encoding: [0xbf,0x14,0x27,0x19]
243+ // CHECK: sttclr w7, [x5] // encoding: [0xbf,0x14,0x27,0x19]
244244// ERROR: instruction requires: lsui
245245 ldtclr x9, xzr, [sp ]
246- // CHECK: ldtclr x9, xzr , [sp ] // encoding: [0xff,0x17,0x29,0x59]
246+ // CHECK: sttclr x9, [sp ] // encoding: [0xff,0x17,0x29,0x59]
247247// ERROR: instruction requires: lsui
248248
249249 ldtclrl w7, wzr, [x5]
250- // CHECK: ldtclrl w7, wzr , [x5] // encoding: [0xbf,0x14,0x67,0x19]
250+ // CHECK: sttclrl w7, [x5] // encoding: [0xbf,0x14,0x67,0x19]
251251// ERROR: instruction requires: lsui
252252 ldtclrl x9, xzr, [sp ]
253- // CHECK: ldtclrl x9, xzr , [sp ] // encoding: [0xff,0x17,0x69,0x59]
253+ // CHECK: sttclrl x9, [sp ] // encoding: [0xff,0x17,0x69,0x59]
254254// ERROR: instruction requires: lsui
255255
256256 ldtclra w7, wzr, [x5]
@@ -268,17 +268,17 @@ _func:
268268// ERROR: instruction requires: lsui
269269
270270 ldtset w7, wzr, [x5]
271- // CHECK: ldtset w7, wzr , [x5] // encoding: [0xbf,0x34,0x27,0x19]
271+ // CHECK: sttset w7, [x5] // encoding: [0xbf,0x34,0x27,0x19]
272272// ERROR: instruction requires: lsui
273273 ldtset x9, xzr, [sp ]
274- // CHECK: ldtset x9, xzr , [sp ] // encoding: [0xff,0x37,0x29,0x59]
274+ // CHECK: sttset x9, [sp ] // encoding: [0xff,0x37,0x29,0x59]
275275// ERROR: instruction requires: lsui
276276
277277 ldtsetl w7, wzr, [x5]
278- // CHECK: ldtsetl w7, wzr , [x5] // encoding: [0xbf,0x34,0x67,0x19]
278+ // CHECK: sttsetl w7, [x5] // encoding: [0xbf,0x34,0x67,0x19]
279279// ERROR: instruction requires: lsui
280280 ldtsetl x9, xzr, [sp ]
281- // CHECK: ldtsetl x9, xzr , [sp ] // encoding: [0xff,0x37,0x69,0x59]
281+ // CHECK: sttsetl x9, [sp ] // encoding: [0xff,0x37,0x69,0x59]
282282// ERROR: instruction requires: lsui
283283
284284 ldtseta w7, wzr, [x5]
@@ -300,81 +300,81 @@ _func:
300300//------------------------------------------------------------------------------
301301
302302 sttadd w0, [x2]
303- // CHECK: ldtadd w0, wzr , [x2] // encoding: [0x5f,0x04,0x20,0x19]
303+ // CHECK: sttadd w0, [x2] // encoding: [0x5f,0x04,0x20,0x19]
304304// ERROR: instruction requires: lsui
305305 sttadd w2, [sp ]
306- // CHECK: ldtadd w2, wzr , [sp ] // encoding: [0xff,0x07,0x22,0x19]
306+ // CHECK: sttadd w2, [sp ] // encoding: [0xff,0x07,0x22,0x19]
307307// ERROR: instruction requires: lsui
308308 sttadd x0, [x2]
309- // CHECK: ldtadd x0, xzr , [x2] // encoding: [0x5f,0x04,0x20,0x59]
309+ // CHECK: sttadd x0, [x2] // encoding: [0x5f,0x04,0x20,0x59]
310310// ERROR: instruction requires: lsui
311311 sttadd x2, [sp ]
312- // CHECK: ldtadd x2, xzr , [sp ] // encoding: [0xff,0x07,0x22,0x59]
312+ // CHECK: sttadd x2, [sp ] // encoding: [0xff,0x07,0x22,0x59]
313313// ERROR: instruction requires: lsui
314314
315315 sttaddl w0, [x2]
316- // CHECK: ldtaddl w0, wzr , [x2] // encoding: [0x5f,0x04,0x60,0x19]
316+ // CHECK: sttaddl w0, [x2] // encoding: [0x5f,0x04,0x60,0x19]
317317// ERROR: instruction requires: lsui
318318 sttaddl w2, [sp ]
319- // CHECK: ldtaddl w2, wzr , [sp ] // encoding: [0xff,0x07,0x62,0x19]
319+ // CHECK: sttaddl w2, [sp ] // encoding: [0xff,0x07,0x62,0x19]
320320// ERROR: instruction requires: lsui
321321 sttaddl x0, [x2]
322- // CHECK: ldtaddl x0, xzr , [x2] // encoding: [0x5f,0x04,0x60,0x59]
322+ // CHECK: sttaddl x0, [x2] // encoding: [0x5f,0x04,0x60,0x59]
323323// ERROR: instruction requires: lsui
324324 sttaddl x2, [sp ]
325- // CHECK: ldtaddl x2, xzr , [sp ] // encoding: [0xff,0x07,0x62,0x59]
325+ // CHECK: sttaddl x2, [sp ] // encoding: [0xff,0x07,0x62,0x59]
326326// ERROR: instruction requires: lsui
327327
328328 sttclr w0, [x2]
329- // CHECK: ldtclr w0, wzr , [x2] // encoding: [0x5f,0x14,0x20,0x19]
329+ // CHECK: sttclr w0, [x2] // encoding: [0x5f,0x14,0x20,0x19]
330330// ERROR: instruction requires: lsui
331331 sttclr w2, [sp ]
332- // CHECK: ldtclr w2, wzr , [sp ] // encoding: [0xff,0x17,0x22,0x19]
332+ // CHECK: sttclr w2, [sp ] // encoding: [0xff,0x17,0x22,0x19]
333333// ERROR: instruction requires: lsui
334334 sttclr x0, [x2]
335- // CHECK: ldtclr x0, xzr , [x2] // encoding: [0x5f,0x14,0x20,0x59]
335+ // CHECK: sttclr x0, [x2] // encoding: [0x5f,0x14,0x20,0x59]
336336// ERROR: instruction requires: lsui
337337 sttclr x2, [sp ]
338- // CHECK: ldtclr x2, xzr , [sp ] // encoding: [0xff,0x17,0x22,0x59]
338+ // CHECK: sttclr x2, [sp ] // encoding: [0xff,0x17,0x22,0x59]
339339// ERROR: instruction requires: lsui
340340
341341 sttclrl w0, [x2]
342- // CHECK: ldtclrl w0, wzr , [x2] // encoding: [0x5f,0x14,0x60,0x19]
342+ // CHECK: sttclrl w0, [x2] // encoding: [0x5f,0x14,0x60,0x19]
343343// ERROR: instruction requires: lsui
344344 sttclrl w2, [sp ]
345- // CHECK: ldtclrl w2, wzr , [sp ] // encoding: [0xff,0x17,0x62,0x19]
345+ // CHECK: sttclrl w2, [sp ] // encoding: [0xff,0x17,0x62,0x19]
346346// ERROR: instruction requires: lsui
347347 sttclrl x0, [x2]
348- // CHECK: ldtclrl x0, xzr , [x2] // encoding: [0x5f,0x14,0x60,0x59]
348+ // CHECK: sttclrl x0, [x2] // encoding: [0x5f,0x14,0x60,0x59]
349349// ERROR: instruction requires: lsui
350350 sttclrl x2, [sp ]
351- // CHECK: ldtclrl x2, xzr , [sp ] // encoding: [0xff,0x17,0x62,0x59]
351+ // CHECK: sttclrl x2, [sp ] // encoding: [0xff,0x17,0x62,0x59]
352352// ERROR: instruction requires: lsui
353353
354354 sttset w0, [x2]
355- // CHECK: ldtset w0, wzr , [x2] // encoding: [0x5f,0x34,0x20,0x19]
355+ // CHECK: sttset w0, [x2] // encoding: [0x5f,0x34,0x20,0x19]
356356// ERROR: instruction requires: lsui
357357 sttset w2, [sp ]
358- // CHECK: ldtset w2, wzr , [sp ] // encoding: [0xff,0x37,0x22,0x19]
358+ // CHECK: sttset w2, [sp ] // encoding: [0xff,0x37,0x22,0x19]
359359// ERROR: instruction requires: lsui
360360 sttset x0, [x2]
361- // CHECK: ldtset x0, xzr , [x2] // encoding: [0x5f,0x34,0x20,0x59]
361+ // CHECK: sttset x0, [x2] // encoding: [0x5f,0x34,0x20,0x59]
362362// ERROR: instruction requires: lsui
363363 sttset x2, [sp ]
364- // CHECK: ldtset x2, xzr , [sp ] // encoding: [0xff,0x37,0x22,0x59]
364+ // CHECK: sttset x2, [sp ] // encoding: [0xff,0x37,0x22,0x59]
365365// ERROR: instruction requires: lsui
366366
367367 sttsetl w0, [x2]
368- // CHECK: ldtsetl w0, wzr , [x2] // encoding: [0x5f,0x34,0x60,0x19]
368+ // CHECK: sttsetl w0, [x2] // encoding: [0x5f,0x34,0x60,0x19]
369369// ERROR: instruction requires: lsui
370370 sttsetl w2, [sp ]
371- // CHECK: ldtsetl w2, wzr , [sp ] // encoding: [0xff,0x37,0x62,0x19]
371+ // CHECK: sttsetl w2, [sp ] // encoding: [0xff,0x37,0x62,0x19]
372372// ERROR: instruction requires: lsui
373373 sttsetl x0, [x2]
374- // CHECK: ldtsetl x0, xzr , [x2] // encoding: [0x5f,0x34,0x60,0x59]
374+ // CHECK: sttsetl x0, [x2] // encoding: [0x5f,0x34,0x60,0x59]
375375// ERROR: instruction requires: lsui
376376 sttsetl x2, [sp ]
377- // CHECK: ldtsetl x2, xzr , [sp ] // encoding: [0xff,0x37,0x62,0x59]
377+ // CHECK: sttsetl x2, [sp ] // encoding: [0xff,0x37,0x62,0x59]
378378// ERROR: instruction requires: lsui
379379
380380//------------------------------------------------------------------------------
0 commit comments