@@ -212,10 +212,10 @@ _func:
212
212
//------------------------------------------------------------------------------
213
213
214
214
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]
216
216
// ERROR: instruction requires: lsui
217
217
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]
219
219
// ERROR: instruction requires: lsui
220
220
221
221
ldtadda w7, wzr, [x5]
@@ -226,10 +226,10 @@ _func:
226
226
// ERROR: instruction requires: lsui
227
227
228
228
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]
230
230
// ERROR: instruction requires: lsui
231
231
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]
233
233
// ERROR: instruction requires: lsui
234
234
235
235
ldtaddal w7, wzr, [x5]
@@ -240,17 +240,17 @@ _func:
240
240
// ERROR: instruction requires: lsui
241
241
242
242
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]
244
244
// ERROR: instruction requires: lsui
245
245
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]
247
247
// ERROR: instruction requires: lsui
248
248
249
249
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]
251
251
// ERROR: instruction requires: lsui
252
252
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]
254
254
// ERROR: instruction requires: lsui
255
255
256
256
ldtclra w7, wzr, [x5]
@@ -268,17 +268,17 @@ _func:
268
268
// ERROR: instruction requires: lsui
269
269
270
270
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]
272
272
// ERROR: instruction requires: lsui
273
273
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]
275
275
// ERROR: instruction requires: lsui
276
276
277
277
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]
279
279
// ERROR: instruction requires: lsui
280
280
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]
282
282
// ERROR: instruction requires: lsui
283
283
284
284
ldtseta w7, wzr, [x5]
@@ -300,81 +300,81 @@ _func:
300
300
//------------------------------------------------------------------------------
301
301
302
302
sttadd w0, [x2]
303
- // CHECK: ldtadd w0, wzr , [x2] // encoding: [0x5f,0x04,0x20,0x19]
303
+ // CHECK: sttadd w0, [x2] // encoding: [0x5f,0x04,0x20,0x19]
304
304
// ERROR: instruction requires: lsui
305
305
sttadd w2, [sp ]
306
- // CHECK: ldtadd w2, wzr , [sp ] // encoding: [0xff,0x07,0x22,0x19]
306
+ // CHECK: sttadd w2, [sp ] // encoding: [0xff,0x07,0x22,0x19]
307
307
// ERROR: instruction requires: lsui
308
308
sttadd x0, [x2]
309
- // CHECK: ldtadd x0, xzr , [x2] // encoding: [0x5f,0x04,0x20,0x59]
309
+ // CHECK: sttadd x0, [x2] // encoding: [0x5f,0x04,0x20,0x59]
310
310
// ERROR: instruction requires: lsui
311
311
sttadd x2, [sp ]
312
- // CHECK: ldtadd x2, xzr , [sp ] // encoding: [0xff,0x07,0x22,0x59]
312
+ // CHECK: sttadd x2, [sp ] // encoding: [0xff,0x07,0x22,0x59]
313
313
// ERROR: instruction requires: lsui
314
314
315
315
sttaddl w0, [x2]
316
- // CHECK: ldtaddl w0, wzr , [x2] // encoding: [0x5f,0x04,0x60,0x19]
316
+ // CHECK: sttaddl w0, [x2] // encoding: [0x5f,0x04,0x60,0x19]
317
317
// ERROR: instruction requires: lsui
318
318
sttaddl w2, [sp ]
319
- // CHECK: ldtaddl w2, wzr , [sp ] // encoding: [0xff,0x07,0x62,0x19]
319
+ // CHECK: sttaddl w2, [sp ] // encoding: [0xff,0x07,0x62,0x19]
320
320
// ERROR: instruction requires: lsui
321
321
sttaddl x0, [x2]
322
- // CHECK: ldtaddl x0, xzr , [x2] // encoding: [0x5f,0x04,0x60,0x59]
322
+ // CHECK: sttaddl x0, [x2] // encoding: [0x5f,0x04,0x60,0x59]
323
323
// ERROR: instruction requires: lsui
324
324
sttaddl x2, [sp ]
325
- // CHECK: ldtaddl x2, xzr , [sp ] // encoding: [0xff,0x07,0x62,0x59]
325
+ // CHECK: sttaddl x2, [sp ] // encoding: [0xff,0x07,0x62,0x59]
326
326
// ERROR: instruction requires: lsui
327
327
328
328
sttclr w0, [x2]
329
- // CHECK: ldtclr w0, wzr , [x2] // encoding: [0x5f,0x14,0x20,0x19]
329
+ // CHECK: sttclr w0, [x2] // encoding: [0x5f,0x14,0x20,0x19]
330
330
// ERROR: instruction requires: lsui
331
331
sttclr w2, [sp ]
332
- // CHECK: ldtclr w2, wzr , [sp ] // encoding: [0xff,0x17,0x22,0x19]
332
+ // CHECK: sttclr w2, [sp ] // encoding: [0xff,0x17,0x22,0x19]
333
333
// ERROR: instruction requires: lsui
334
334
sttclr x0, [x2]
335
- // CHECK: ldtclr x0, xzr , [x2] // encoding: [0x5f,0x14,0x20,0x59]
335
+ // CHECK: sttclr x0, [x2] // encoding: [0x5f,0x14,0x20,0x59]
336
336
// ERROR: instruction requires: lsui
337
337
sttclr x2, [sp ]
338
- // CHECK: ldtclr x2, xzr , [sp ] // encoding: [0xff,0x17,0x22,0x59]
338
+ // CHECK: sttclr x2, [sp ] // encoding: [0xff,0x17,0x22,0x59]
339
339
// ERROR: instruction requires: lsui
340
340
341
341
sttclrl w0, [x2]
342
- // CHECK: ldtclrl w0, wzr , [x2] // encoding: [0x5f,0x14,0x60,0x19]
342
+ // CHECK: sttclrl w0, [x2] // encoding: [0x5f,0x14,0x60,0x19]
343
343
// ERROR: instruction requires: lsui
344
344
sttclrl w2, [sp ]
345
- // CHECK: ldtclrl w2, wzr , [sp ] // encoding: [0xff,0x17,0x62,0x19]
345
+ // CHECK: sttclrl w2, [sp ] // encoding: [0xff,0x17,0x62,0x19]
346
346
// ERROR: instruction requires: lsui
347
347
sttclrl x0, [x2]
348
- // CHECK: ldtclrl x0, xzr , [x2] // encoding: [0x5f,0x14,0x60,0x59]
348
+ // CHECK: sttclrl x0, [x2] // encoding: [0x5f,0x14,0x60,0x59]
349
349
// ERROR: instruction requires: lsui
350
350
sttclrl x2, [sp ]
351
- // CHECK: ldtclrl x2, xzr , [sp ] // encoding: [0xff,0x17,0x62,0x59]
351
+ // CHECK: sttclrl x2, [sp ] // encoding: [0xff,0x17,0x62,0x59]
352
352
// ERROR: instruction requires: lsui
353
353
354
354
sttset w0, [x2]
355
- // CHECK: ldtset w0, wzr , [x2] // encoding: [0x5f,0x34,0x20,0x19]
355
+ // CHECK: sttset w0, [x2] // encoding: [0x5f,0x34,0x20,0x19]
356
356
// ERROR: instruction requires: lsui
357
357
sttset w2, [sp ]
358
- // CHECK: ldtset w2, wzr , [sp ] // encoding: [0xff,0x37,0x22,0x19]
358
+ // CHECK: sttset w2, [sp ] // encoding: [0xff,0x37,0x22,0x19]
359
359
// ERROR: instruction requires: lsui
360
360
sttset x0, [x2]
361
- // CHECK: ldtset x0, xzr , [x2] // encoding: [0x5f,0x34,0x20,0x59]
361
+ // CHECK: sttset x0, [x2] // encoding: [0x5f,0x34,0x20,0x59]
362
362
// ERROR: instruction requires: lsui
363
363
sttset x2, [sp ]
364
- // CHECK: ldtset x2, xzr , [sp ] // encoding: [0xff,0x37,0x22,0x59]
364
+ // CHECK: sttset x2, [sp ] // encoding: [0xff,0x37,0x22,0x59]
365
365
// ERROR: instruction requires: lsui
366
366
367
367
sttsetl w0, [x2]
368
- // CHECK: ldtsetl w0, wzr , [x2] // encoding: [0x5f,0x34,0x60,0x19]
368
+ // CHECK: sttsetl w0, [x2] // encoding: [0x5f,0x34,0x60,0x19]
369
369
// ERROR: instruction requires: lsui
370
370
sttsetl w2, [sp ]
371
- // CHECK: ldtsetl w2, wzr , [sp ] // encoding: [0xff,0x37,0x62,0x19]
371
+ // CHECK: sttsetl w2, [sp ] // encoding: [0xff,0x37,0x62,0x19]
372
372
// ERROR: instruction requires: lsui
373
373
sttsetl x0, [x2]
374
- // CHECK: ldtsetl x0, xzr , [x2] // encoding: [0x5f,0x34,0x60,0x59]
374
+ // CHECK: sttsetl x0, [x2] // encoding: [0x5f,0x34,0x60,0x59]
375
375
// ERROR: instruction requires: lsui
376
376
sttsetl x2, [sp ]
377
- // CHECK: ldtsetl x2, xzr , [sp ] // encoding: [0xff,0x37,0x62,0x59]
377
+ // CHECK: sttsetl x2, [sp ] // encoding: [0xff,0x37,0x62,0x59]
378
378
// ERROR: instruction requires: lsui
379
379
380
380
//------------------------------------------------------------------------------
0 commit comments