]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/x86_64/srcloc.stderr
Auto merge of #99667 - ouz-a:some_branch, r=oli-obk
[rust.git] / src / test / ui / asm / x86_64 / srcloc.stderr
1 error: invalid instruction mnemonic 'invalid_instruction'
2   --> $DIR/srcloc.rs:11:15
3    |
4 LL |         asm!("invalid_instruction");
5    |               ^
6    |
7 note: instantiated into assembly here
8   --> <inline asm>:2:2
9    |
10 LL |     invalid_instruction
11    |     ^^^^^^^^^^^^^^^^^^^
12
13 error: invalid instruction mnemonic 'invalid_instruction'
14   --> $DIR/srcloc.rs:15:13
15    |
16 LL |             invalid_instruction
17    |             ^
18    |
19 note: instantiated into assembly here
20   --> <inline asm>:3:13
21    |
22 LL |             invalid_instruction
23    |             ^^^^^^^^^^^^^^^^^^^
24
25 error: invalid instruction mnemonic 'invalid_instruction'
26   --> $DIR/srcloc.rs:20:13
27    |
28 LL |             invalid_instruction
29    |             ^
30    |
31 note: instantiated into assembly here
32   --> <inline asm>:3:13
33    |
34 LL |             invalid_instruction
35    |             ^^^^^^^^^^^^^^^^^^^
36
37 error: invalid instruction mnemonic 'invalid_instruction'
38   --> $DIR/srcloc.rs:26:13
39    |
40 LL |             invalid_instruction
41    |             ^
42    |
43 note: instantiated into assembly here
44   --> <inline asm>:4:13
45    |
46 LL |             invalid_instruction
47    |             ^^^^^^^^^^^^^^^^^^^
48
49 error: invalid instruction mnemonic 'invalid_instruction'
50   --> $DIR/srcloc.rs:33:13
51    |
52 LL |             invalid_instruction
53    |             ^
54    |
55 note: instantiated into assembly here
56   --> <inline asm>:4:13
57    |
58 LL |             invalid_instruction
59    |             ^^^^^^^^^^^^^^^^^^^
60
61 error: invalid instruction mnemonic 'invalid_instruction'
62   --> $DIR/srcloc.rs:38:14
63    |
64 LL |         asm!(concat!("invalid", "_", "instruction"));
65    |              ^
66    |
67 note: instantiated into assembly here
68   --> <inline asm>:2:2
69    |
70 LL |     invalid_instruction
71    |     ^^^^^^^^^^^^^^^^^^^
72
73 warning: scale factor without index register is ignored
74   --> $DIR/srcloc.rs:41:15
75    |
76 LL |         asm!("movaps %xmm3, (%esi, 2)", options(att_syntax));
77    |               ^
78    |
79 note: instantiated into assembly here
80   --> <inline asm>:1:23
81    |
82 LL |     movaps %xmm3, (%esi, 2)
83    |                          ^
84
85 error: invalid instruction mnemonic 'invalid_instruction'
86   --> $DIR/srcloc.rs:45:14
87    |
88 LL |             "invalid_instruction",
89    |              ^
90    |
91 note: instantiated into assembly here
92   --> <inline asm>:2:2
93    |
94 LL |     invalid_instruction
95    |     ^^^^^^^^^^^^^^^^^^^
96
97 error: invalid instruction mnemonic 'invalid_instruction'
98   --> $DIR/srcloc.rs:51:14
99    |
100 LL |             "invalid_instruction",
101    |              ^
102    |
103 note: instantiated into assembly here
104   --> <inline asm>:3:1
105    |
106 LL | invalid_instruction
107    | ^^^^^^^^^^^^^^^^^^^
108
109 error: invalid instruction mnemonic 'invalid_instruction'
110   --> $DIR/srcloc.rs:58:14
111    |
112 LL |             "invalid_instruction",
113    |              ^
114    |
115 note: instantiated into assembly here
116   --> <inline asm>:4:1
117    |
118 LL | invalid_instruction
119    | ^^^^^^^^^^^^^^^^^^^
120
121 error: invalid instruction mnemonic 'invalid_instruction'
122   --> $DIR/srcloc.rs:65:13
123    |
124 LL |             concat!("invalid", "_", "instruction"),
125    |             ^
126    |
127 note: instantiated into assembly here
128   --> <inline asm>:3:1
129    |
130 LL | invalid_instruction
131    | ^^^^^^^^^^^^^^^^^^^
132
133 error: invalid instruction mnemonic 'invalid_instruction'
134   --> $DIR/srcloc.rs:72:13
135    |
136 LL |             concat!("invalid", "_", "instruction"),
137    |             ^
138    |
139 note: instantiated into assembly here
140   --> <inline asm>:3:1
141    |
142 LL | invalid_instruction
143    | ^^^^^^^^^^^^^^^^^^^
144
145 error: invalid instruction mnemonic 'invalid_instruction1'
146   --> $DIR/srcloc.rs:79:14
147    |
148 LL |             "invalid_instruction1",
149    |              ^
150    |
151 note: instantiated into assembly here
152   --> <inline asm>:2:2
153    |
154 LL |     invalid_instruction1
155    |     ^^^^^^^^^^^^^^^^^^^^
156
157 error: invalid instruction mnemonic 'invalid_instruction2'
158   --> $DIR/srcloc.rs:80:14
159    |
160 LL |             "invalid_instruction2",
161    |              ^
162    |
163 note: instantiated into assembly here
164   --> <inline asm>:3:1
165    |
166 LL | invalid_instruction2
167    | ^^^^^^^^^^^^^^^^^^^^
168
169 error: invalid instruction mnemonic 'invalid_instruction1'
170   --> $DIR/srcloc.rs:86:13
171    |
172 LL |             concat!(
173    |             ^
174    |
175 note: instantiated into assembly here
176   --> <inline asm>:2:2
177    |
178 LL |     invalid_instruction1
179    |     ^^^^^^^^^^^^^^^^^^^^
180
181 error: invalid instruction mnemonic 'invalid_instruction2'
182   --> $DIR/srcloc.rs:86:13
183    |
184 LL |             concat!(
185    |             ^
186    |
187 note: instantiated into assembly here
188   --> <inline asm>:3:1
189    |
190 LL | invalid_instruction2
191    | ^^^^^^^^^^^^^^^^^^^^
192
193 error: invalid instruction mnemonic 'invalid_instruction1'
194   --> $DIR/srcloc.rs:95:13
195    |
196 LL |             concat!(
197    |             ^
198    |
199 note: instantiated into assembly here
200   --> <inline asm>:2:2
201    |
202 LL |     invalid_instruction1
203    |     ^^^^^^^^^^^^^^^^^^^^
204
205 error: invalid instruction mnemonic 'invalid_instruction2'
206   --> $DIR/srcloc.rs:95:13
207    |
208 LL |             concat!(
209    |             ^
210    |
211 note: instantiated into assembly here
212   --> <inline asm>:3:1
213    |
214 LL | invalid_instruction2
215    | ^^^^^^^^^^^^^^^^^^^^
216
217 error: invalid instruction mnemonic 'invalid_instruction3'
218   --> $DIR/srcloc.rs:99:13
219    |
220 LL |             concat!(
221    |             ^
222    |
223 note: instantiated into assembly here
224   --> <inline asm>:4:1
225    |
226 LL | invalid_instruction3
227    | ^^^^^^^^^^^^^^^^^^^^
228
229 error: invalid instruction mnemonic 'invalid_instruction4'
230   --> $DIR/srcloc.rs:99:13
231    |
232 LL |             concat!(
233    |             ^
234    |
235 note: instantiated into assembly here
236   --> <inline asm>:5:1
237    |
238 LL | invalid_instruction4
239    | ^^^^^^^^^^^^^^^^^^^^
240
241 error: invalid instruction mnemonic 'invalid_instruction1'
242   --> $DIR/srcloc.rs:110:13
243    |
244 LL |             concat!(
245    |             ^
246    |
247 note: instantiated into assembly here
248   --> <inline asm>:2:2
249    |
250 LL |     invalid_instruction1
251    |     ^^^^^^^^^^^^^^^^^^^^
252
253 error: invalid instruction mnemonic 'invalid_instruction2'
254   --> $DIR/srcloc.rs:110:13
255    |
256 LL |             concat!(
257    |             ^
258    |
259 note: instantiated into assembly here
260   --> <inline asm>:3:1
261    |
262 LL | invalid_instruction2
263    | ^^^^^^^^^^^^^^^^^^^^
264
265 error: invalid instruction mnemonic 'invalid_instruction3'
266   --> $DIR/srcloc.rs:114:13
267    |
268 LL |             concat!(
269    |             ^
270    |
271 note: instantiated into assembly here
272   --> <inline asm>:5:1
273    |
274 LL | invalid_instruction3
275    | ^^^^^^^^^^^^^^^^^^^^
276
277 error: invalid instruction mnemonic 'invalid_instruction4'
278   --> $DIR/srcloc.rs:114:13
279    |
280 LL |             concat!(
281    |             ^
282    |
283 note: instantiated into assembly here
284   --> <inline asm>:6:1
285    |
286 LL | invalid_instruction4
287    | ^^^^^^^^^^^^^^^^^^^^
288
289 error: invalid instruction mnemonic 'invalid_instruction'
290   --> $DIR/srcloc.rs:127:14
291    |
292 LL |             "invalid_instruction"
293    |              ^
294    |
295 note: instantiated into assembly here
296   --> <inline asm>:5:1
297    |
298 LL | invalid_instruction
299    | ^^^^^^^^^^^^^^^^^^^
300
301 error: aborting due to 24 previous errors; 1 warning emitted
302