1
1
error: invalid instruction mnemonic 'invalid_instruction'
2
- --> $DIR/srcloc.rs:11 :15
2
+ --> $DIR/srcloc.rs:12 :15
3
3
|
4
4
LL | asm!("invalid_instruction");
5
5
| ^^^^^^^^^^^^^^^^^^^
@@ -11,7 +11,7 @@ LL | invalid_instruction
11
11
| ^^^^^^^^^^^^^^^^^^^
12
12
13
13
error: invalid instruction mnemonic 'invalid_instruction'
14
- --> $DIR/srcloc.rs:15 :13
14
+ --> $DIR/srcloc.rs:16 :13
15
15
|
16
16
LL | invalid_instruction
17
17
| ^^^^^^^^^^^^^^^^^^^
@@ -23,7 +23,7 @@ LL | invalid_instruction
23
23
| ^^^^^^^^^^^^^^^^^^^
24
24
25
25
error: invalid instruction mnemonic 'invalid_instruction'
26
- --> $DIR/srcloc.rs:20 :13
26
+ --> $DIR/srcloc.rs:21 :13
27
27
|
28
28
LL | invalid_instruction
29
29
| ^^^^^^^^^^^^^^^^^^^
@@ -35,7 +35,7 @@ LL | invalid_instruction
35
35
| ^^^^^^^^^^^^^^^^^^^
36
36
37
37
error: invalid instruction mnemonic 'invalid_instruction'
38
- --> $DIR/srcloc.rs:26 :13
38
+ --> $DIR/srcloc.rs:27 :13
39
39
|
40
40
LL | invalid_instruction
41
41
| ^^^^^^^^^^^^^^^^^^^
@@ -47,7 +47,7 @@ LL | invalid_instruction
47
47
| ^^^^^^^^^^^^^^^^^^^
48
48
49
49
error: invalid instruction mnemonic 'invalid_instruction'
50
- --> $DIR/srcloc.rs:33 :13
50
+ --> $DIR/srcloc.rs:34 :13
51
51
|
52
52
LL | invalid_instruction
53
53
| ^^^^^^^^^^^^^^^^^^^
@@ -59,7 +59,7 @@ LL | invalid_instruction
59
59
| ^^^^^^^^^^^^^^^^^^^
60
60
61
61
error: invalid instruction mnemonic 'invalid_instruction'
62
- --> $DIR/srcloc.rs:38 :14
62
+ --> $DIR/srcloc.rs:39 :14
63
63
|
64
64
LL | asm!(concat!("invalid", "_", "instruction"));
65
65
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -71,7 +71,7 @@ LL | invalid_instruction
71
71
| ^^^^^^^^^^^^^^^^^^^
72
72
73
73
warning: scale factor without index register is ignored
74
- --> $DIR/srcloc.rs:41 :15
74
+ --> $DIR/srcloc.rs:42 :15
75
75
|
76
76
LL | asm!("movaps %xmm3, (%esi, 2)", options(att_syntax));
77
77
| ^^^^^^^^^^^^^^^^^^^^^^^
@@ -83,7 +83,7 @@ LL | movaps %xmm3, (%esi, 2)
83
83
| ^
84
84
85
85
error: invalid instruction mnemonic 'invalid_instruction'
86
- --> $DIR/srcloc.rs:45 :14
86
+ --> $DIR/srcloc.rs:46 :14
87
87
|
88
88
LL | "invalid_instruction",
89
89
| ^^^^^^^^^^^^^^^^^^^
@@ -95,7 +95,7 @@ LL | invalid_instruction
95
95
| ^^^^^^^^^^^^^^^^^^^
96
96
97
97
error: invalid instruction mnemonic 'invalid_instruction'
98
- --> $DIR/srcloc.rs:51 :14
98
+ --> $DIR/srcloc.rs:52 :14
99
99
|
100
100
LL | "invalid_instruction",
101
101
| ^^^^^^^^^^^^^^^^^^^
@@ -107,7 +107,7 @@ LL | invalid_instruction
107
107
| ^^^^^^^^^^^^^^^^^^^
108
108
109
109
error: invalid instruction mnemonic 'invalid_instruction'
110
- --> $DIR/srcloc.rs:58 :14
110
+ --> $DIR/srcloc.rs:59 :14
111
111
|
112
112
LL | "invalid_instruction",
113
113
| ^^^^^^^^^^^^^^^^^^^
@@ -119,7 +119,7 @@ LL | invalid_instruction
119
119
| ^^^^^^^^^^^^^^^^^^^
120
120
121
121
error: invalid instruction mnemonic 'invalid_instruction'
122
- --> $DIR/srcloc.rs:65 :13
122
+ --> $DIR/srcloc.rs:66 :13
123
123
|
124
124
LL | concat!("invalid", "_", "instruction"),
125
125
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -131,7 +131,7 @@ LL | invalid_instruction
131
131
| ^^^^^^^^^^^^^^^^^^^
132
132
133
133
error: invalid instruction mnemonic 'invalid_instruction'
134
- --> $DIR/srcloc.rs:72 :13
134
+ --> $DIR/srcloc.rs:73 :13
135
135
|
136
136
LL | concat!("invalid", "_", "instruction"),
137
137
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -143,7 +143,7 @@ LL | invalid_instruction
143
143
| ^^^^^^^^^^^^^^^^^^^
144
144
145
145
error: invalid instruction mnemonic 'invalid_instruction1'
146
- --> $DIR/srcloc.rs:79 :14
146
+ --> $DIR/srcloc.rs:80 :14
147
147
|
148
148
LL | "invalid_instruction1",
149
149
| ^^^^^^^^^^^^^^^^^^^^
@@ -155,7 +155,7 @@ LL | invalid_instruction1
155
155
| ^^^^^^^^^^^^^^^^^^^^
156
156
157
157
error: invalid instruction mnemonic 'invalid_instruction2'
158
- --> $DIR/srcloc.rs:80 :14
158
+ --> $DIR/srcloc.rs:81 :14
159
159
|
160
160
LL | "invalid_instruction2",
161
161
| ^^^^^^^^^^^^^^^^^^^^
@@ -167,7 +167,7 @@ LL | invalid_instruction2
167
167
| ^^^^^^^^^^^^^^^^^^^^
168
168
169
169
error: invalid instruction mnemonic 'invalid_instruction1'
170
- --> $DIR/srcloc.rs:86 :13
170
+ --> $DIR/srcloc.rs:87 :13
171
171
|
172
172
LL | / concat!(
173
173
LL | | "invalid", "_", "instruction1", "\n",
@@ -182,7 +182,7 @@ LL | invalid_instruction1
182
182
| ^^^^^^^^^^^^^^^^^^^^
183
183
184
184
error: invalid instruction mnemonic 'invalid_instruction2'
185
- --> $DIR/srcloc.rs:86 :13
185
+ --> $DIR/srcloc.rs:87 :13
186
186
|
187
187
LL | / concat!(
188
188
LL | | "invalid", "_", "instruction1", "\n",
@@ -197,7 +197,7 @@ LL | invalid_instruction2
197
197
| ^^^^^^^^^^^^^^^^^^^^
198
198
199
199
error: invalid instruction mnemonic 'invalid_instruction1'
200
- --> $DIR/srcloc.rs:95 :13
200
+ --> $DIR/srcloc.rs:96 :13
201
201
|
202
202
LL | / concat!(
203
203
LL | | "invalid", "_", "instruction1", "\n",
@@ -212,7 +212,7 @@ LL | invalid_instruction1
212
212
| ^^^^^^^^^^^^^^^^^^^^
213
213
214
214
error: invalid instruction mnemonic 'invalid_instruction2'
215
- --> $DIR/srcloc.rs:95 :13
215
+ --> $DIR/srcloc.rs:96 :13
216
216
|
217
217
LL | / concat!(
218
218
LL | | "invalid", "_", "instruction1", "\n",
@@ -227,7 +227,7 @@ LL | invalid_instruction2
227
227
| ^^^^^^^^^^^^^^^^^^^^
228
228
229
229
error: invalid instruction mnemonic 'invalid_instruction3'
230
- --> $DIR/srcloc.rs:99 :13
230
+ --> $DIR/srcloc.rs:100 :13
231
231
|
232
232
LL | / concat!(
233
233
LL | | "invalid", "_", "instruction3", "\n",
@@ -242,7 +242,7 @@ LL | invalid_instruction3
242
242
| ^^^^^^^^^^^^^^^^^^^^
243
243
244
244
error: invalid instruction mnemonic 'invalid_instruction4'
245
- --> $DIR/srcloc.rs:99 :13
245
+ --> $DIR/srcloc.rs:100 :13
246
246
|
247
247
LL | / concat!(
248
248
LL | | "invalid", "_", "instruction3", "\n",
@@ -257,7 +257,7 @@ LL | invalid_instruction4
257
257
| ^^^^^^^^^^^^^^^^^^^^
258
258
259
259
error: invalid instruction mnemonic 'invalid_instruction1'
260
- --> $DIR/srcloc.rs:110 :13
260
+ --> $DIR/srcloc.rs:111 :13
261
261
|
262
262
LL | / concat!(
263
263
LL | | "invalid", "_", "instruction1", "\n",
@@ -272,7 +272,7 @@ LL | invalid_instruction1
272
272
| ^^^^^^^^^^^^^^^^^^^^
273
273
274
274
error: invalid instruction mnemonic 'invalid_instruction2'
275
- --> $DIR/srcloc.rs:110 :13
275
+ --> $DIR/srcloc.rs:111 :13
276
276
|
277
277
LL | / concat!(
278
278
LL | | "invalid", "_", "instruction1", "\n",
@@ -287,7 +287,7 @@ LL | invalid_instruction2
287
287
| ^^^^^^^^^^^^^^^^^^^^
288
288
289
289
error: invalid instruction mnemonic 'invalid_instruction3'
290
- --> $DIR/srcloc.rs:114 :13
290
+ --> $DIR/srcloc.rs:115 :13
291
291
|
292
292
LL | / concat!(
293
293
LL | | "invalid", "_", "instruction3", "\n",
@@ -302,7 +302,7 @@ LL | invalid_instruction3
302
302
| ^^^^^^^^^^^^^^^^^^^^
303
303
304
304
error: invalid instruction mnemonic 'invalid_instruction4'
305
- --> $DIR/srcloc.rs:114 :13
305
+ --> $DIR/srcloc.rs:115 :13
306
306
|
307
307
LL | / concat!(
308
308
LL | | "invalid", "_", "instruction3", "\n",
@@ -317,7 +317,7 @@ LL | invalid_instruction4
317
317
| ^^^^^^^^^^^^^^^^^^^^
318
318
319
319
error: invalid instruction mnemonic 'invalid_instruction'
320
- --> $DIR/srcloc.rs:127 :14
320
+ --> $DIR/srcloc.rs:128 :14
321
321
|
322
322
LL | "invalid_instruction"
323
323
| ^^^^^^^^^^^^^^^^^^^
0 commit comments