Lines Matching full:as
4 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
5 // RUN: | FileCheck -check-prefix=MIPS32R2-EB-AS %s
7 // RUN: -fno-integrated-as -fno-pic -c -EB %s 2>&1 \
8 // RUN: | FileCheck -check-prefix=MIPS32R2-EB-AS %s
9 // MIPS32R2-EB-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-E…
10 // MIPS32R2-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
13 // RUN: -fno-integrated-as -fPIC -c %s 2>&1 \
15 // MIPS32R2-EB-PIC: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-call_nonpic" "-EB"
19 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
20 // RUN: | FileCheck -check-prefix=MIPS32R2-DEF-EL-AS %s
21 // MIPS32R2-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic"…
24 // RUN: -fno-integrated-as -fno-pic -mno-abicalls -c %s 2>&1 \
25 // RUN: | FileCheck -check-prefix=MIPS64R2-EB-AS %s
26 // MIPS64R2-EB-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-EB"
29 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
30 // RUN: | FileCheck -check-prefix=MIPS64R2-EB-AS-PIC %s
31 // MIPS64R2-EB-AS-PIC: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EB" "-KPIC"
34 // RUN: -fno-integrated-as -fno-pic -c -fno-pic -mno-abicalls %s 2>&1 \
35 // RUN: | FileCheck -check-prefix=MIPS64R2-DEF-EL-AS %s
36 // MIPS64R2-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-EL"
39 // RUN: -fno-integrated-as -c %s 2>&1 \
40 // RUN: | FileCheck -check-prefix=MIPS64R2-DEF-EL-AS-PIC %s
41 // MIPS64R2-DEF-EL-AS-PIC: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EL" "-KPIC"
44 // RUN: -fno-integrated-as -c %s 2>&1 \
46 // MIPS-N32-PIC: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "n32" "-call_nonpic" "-EB" "-KPIC"
49 // RUN: -fno-integrated-as -fno-pic -c %s -fno-pic 2>&1 \
51 // MIPS-N32: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "n32" "-mno-shared" "-call_nonpic" "-EB"
54 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
55 // RUN: | FileCheck -check-prefix=MIPS32R2-EL-AS %s
57 // RUN: -fno-integrated-as -fno-pic -c %s -EL 2>&1 \
58 // RUN: | FileCheck -check-prefix=MIPS32R2-EL-AS %s
59 // MIPS32R2-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-E…
62 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
63 // RUN: | FileCheck -check-prefix=MIPS64R2-EL-AS-PIC %s
64 // MIPS64R2-EL-AS-PIC: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EL" "-KPIC"
67 // RUN: -fno-integrated-as -fno-pic -c %s -fno-pic -mno-abicalls 2>&1 \
68 // RUN: | FileCheck -check-prefix=MIPS64R2-EL-AS %s
69 // MIPS64R2-EL-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-EL"
72 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
74 // MIPS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
77 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
79 // MIPS-P5600: as{{(.exe)?}}" "-march" "p5600" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
82 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
84 // MIPS-OCTEON-PIC: as{{(.exe)?}}" "-march" "octeon" "-mabi" "64" "-EB" "-KPIC"
87 // RUN: -fno-integrated-as -fno-pic -c %s -fno-pic -mno-abicalls 2>&1 \
89 // MIPS-OCTEON: as{{(.exe)?}}" "-march" "octeon" "-mabi" "64" "-mno-shared" "-EB"
92 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
94 // MIPS-OCTEONP-PIC: as{{(.exe)?}}" "-march" "octeon+" "-mabi" "64" "-EB" "-KPIC"
97 // RUN: -fno-integrated-as -fno-pic -c %s -fno-pic -mno-abicalls 2>&1 \
99 // MIPS-OCTEONP: as{{(.exe)?}}" "-march" "octeon+" "-mabi" "64" "-mno-shared" "-EB"
102 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
104 // MIPS-ALIAS-1: as{{(.exe)?}}" "-march" "mips1" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
107 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
109 // MIPS-ALIAS-2: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
112 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
114 // MIPS-ALIAS-3: as{{(.exe)?}}" "-march" "mips3" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
117 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
119 // MIPS-ALIAS-4: as{{(.exe)?}}" "-march" "mips4" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
122 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
124 // MIPS-ALIAS-5: as{{(.exe)?}}" "-march" "mips5" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
127 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
129 // MIPS-ALIAS-32: as{{(.exe)?}}" "-march" "mips32" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
132 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
134 // MIPS-ALIAS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-…
137 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
139 // MIPS-ALIAS-32R3: as{{(.exe)?}}" "-march" "mips32r3" "-mabi" "32" "-mno-shared" "-call_nonpic" "-…
142 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
144 // MIPS-ALIAS-32R5: as{{(.exe)?}}" "-march" "mips32r5" "-mabi" "32" "-mno-shared" "-call_nonpic" "-…
147 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
149 // MIPS-ALIAS-32R6: as{{(.exe)?}}" "-march" "mips32r6" "-mabi" "32" "-mno-shared" "-call_nonpic" "-…
152 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
154 // MIPS-ALIAS-64-PIC: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB" "-KPIC"
157 // RUN: -fno-integrated-as -fno-pic -c -fno-pic -mno-abicalls %s 2>&1 \
159 // MIPS-ALIAS-64: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-mno-shared" "-EB"
162 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
164 // MIPS-ALIAS-64R2-PIC: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EB" "-KPIC"
167 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
169 // MIPS-ALIAS-64R3-PIC: as{{(.exe)?}}" "-march" "mips64r3" "-mabi" "64" "-EB" "-KPIC"
172 // RUN: -fno-integrated-as -fno-pic -c %s -fno-pic -mno-abicalls 2>&1 \
174 // MIPS-ALIAS-64R3: as{{(.exe)?}}" "-march" "mips64r3" "-mabi" "64" "-mno-shared" "-EB"
177 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
179 // MIPS-ALIAS-64R5-PIC: as{{(.exe)?}}" "-march" "mips64r5" "-mabi" "64" "-EB" "-KPIC"
182 // RUN: -fno-integrated-as -fno-pic -c %s -fno-pic -mno-abicalls 2>&1 \
184 // MIPS-ALIAS-64R5: as{{(.exe)?}}" "-march" "mips64r5" "-mabi" "64" "-mno-shared" "-EB"
187 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
189 // MIPS-ALIAS-64R6-PIC: as{{(.exe)?}}" "-march" "mips64r6" "-mabi" "64" "-EB" "-KPIC"
192 // RUN: -fno-integrated-as -fno-pic -c %s -fno-pic -mno-abicalls 2>&1 \
194 // MIPS-ALIAS-64R6: as{{(.exe)?}}" "-march" "mips64r6" "-mabi" "64" "-mno-shared" "-EB"
197 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
199 // MIPS-16: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "-mf…
202 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
204 // MIPS-N16: as{{(.exe)?}}"
208 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
210 // MIPS-MICRO: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "…
213 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
215 // MIPS-NMICRO: as{{(.exe)?}}"
216 // MIPS-NMICRO-NOT: {{[A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-mmicromips"
219 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
221 // MIPS-DSP: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "-m…
224 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
226 // MIPS-NDSP: as{{(.exe)?}}"
227 // MIPS-NDSP-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-mdsp"
230 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
232 // MIPS-DSPR2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "…
235 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
237 // MIPS-NDSPR2: as{{(.exe)?}}"
238 // MIPS-NDSPR2-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-mdspr2"
241 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
243 // MIPS-NAN2008: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"…
246 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
248 // MIPS-NAN-LEGACY: as{{(.exe)?}}"
249 // MIPS-NAN-LEGACY-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-mnan={{.*}}"
252 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
254 // MIPS-MFP32: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "…
257 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
259 // MIPS-MFPXX: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "…
262 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
264 // MIPS-MFP64: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "…
267 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
269 // MIPS-MSA: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "-m…
272 // RUN: -fno-integrated-as -fno-pic -c %s 2>&1 \
274 // MIPS-NMSA: as{{(.exe)?}}"
275 // MIPS-NMSA-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-mmsa"
280 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips1 \
281 // RUN: 2>&1 | FileCheck -check-prefix=MIPS1-EB-AS %s
282 // MIPS1-EB-AS: as{{(.exe)?}}" "-march" "mips1" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
283 // MIPS1-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
285 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips2 \
286 // RUN: 2>&1 | FileCheck -check-prefix=MIPS2-EB-AS %s
287 // MIPS2-EB-AS: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
288 // MIPS2-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
290 // RUN: %clang --target=mips64-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips3 \
291 // RUN: 2>&1 | FileCheck -check-prefix=MIPS3-EB-AS %s
292 // MIPS3-EB-AS: as{{(.exe)?}}" "-march" "mips3" "-mabi" "64" "-EB" "-KPIC"
294 // RUN: %clang --target=mips64-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips4 \
295 // RUN: 2>&1 | FileCheck -check-prefix=MIPS4-EB-AS %s
296 // MIPS4-EB-AS: as{{(.exe)?}}" "-march" "mips4" "-mabi" "64" "-EB" "-KPIC"
298 // RUN: %clang --target=mips64-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips5 \
299 // RUN: 2>&1 | FileCheck -check-prefix=MIPS5-EB-AS %s
300 // MIPS5-EB-AS: as{{(.exe)?}}" "-march" "mips5" "-mabi" "64" "-EB" "-KPIC"
302 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips32 \
303 // RUN: 2>&1 | FileCheck -check-prefix=MIPS32-EB-AS %s
304 // MIPS32-EB-AS: as{{(.exe)?}}" "-march" "mips32" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
305 // MIPS32-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
307 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips32r6 \
308 // RUN: 2>&1 | FileCheck -check-prefix=MIPS32R6-EB-AS %s
309 // MIPS32R6-EB-AS: as{{(.exe)?}}" "-march" "mips32r6" "-mabi" "32" "-mno-shared" "-call_nonpic" "-E…
310 // MIPS32R6-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
312 // RUN: %clang --target=mips64-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips64 \
313 // RUN: 2>&1 | FileCheck -check-prefix=MIPS64-EB-AS %s
314 // MIPS64-EB-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB" "-KPIC"
316 // RUN: %clang --target=mips64-linux-gnu -### -fno-integrated-as -fno-pic -c %s -mcpu=mips64r6 \
317 // RUN: 2>&1 | FileCheck -check-prefix=MIPS64R6-EB-AS %s
318 // MIPS64R6-EB-AS: as{{(.exe)?}}" "-march" "mips64r6" "-mabi" "64" "-EB" "-KPIC"
320 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -msoft-float -mhard-float -c %s 2>&1…
322 // HARDFLOAT: as{{(.exe)?}}"
325 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -mhard-float -msoft-float -c %s 2>&1…
327 // SOFTFLOAT: as{{(.exe)?}}"
330 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -mno-odd-spreg -modd-spreg -c %s 2>&…
332 // ODDSPREG: as{{(.exe)?}}"
335 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -modd-spreg -mno-odd-spreg -c %s 2>&…
337 // NOODDSPREG: as{{(.exe)?}}"
340 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -mdouble-float -msingle-float -c %s …
342 // SINGLEFLOAT: as{{(.exe)?}}"
345 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -msingle-float -mdouble-float -c %s …
347 // DOUBLEFLOAT: as{{(.exe)?}}"
350 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -msoft-float -c %s 2>&1 \
352 // SOFTFLOAT-IMPLICIT-FPXX: as{{(.exe)?}}"
355 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -msoft-float -mfpxx -c %s 2>&1 \
357 // SOFTFLOAT-EXPLICIT-FPXX: as{{(.exe)?}}"
361 // RUN: %clang --target=mips-mti-linux-gnu -### -fno-integrated-as -msoft-float -c %s 2>&1 \
363 // MTI-SOFTFLOAT-IMPLICIT-FPXX: as{{(.exe)?}}"
366 // RUN: %clang --target=mips-mti-linux-gnu -### -fno-integrated-as -msoft-float -mfpxx -c %s 2>&1 \
368 // MTI-SOFTFLOAT-EXPLICIT-FPXX: as{{(.exe)?}}"
372 // RUN: %clang --target=mips-img-linux-gnu -### -fno-integrated-as -msoft-float -c %s 2>&1 \
374 // IMG-SOFTFLOAT-IMPLICIT-FPXX: as{{(.exe)?}}"
377 // RUN: %clang --target=mips-img-linux-gnu -### -fno-integrated-as -msoft-float -mfpxx -c %s 2>&1 \
379 // IMG-SOFTFLOAT-EXPLICIT-FPXX: as{{(.exe)?}}"
383 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -msingle-float -c %s 2>&1 \
385 // SINGLEFLOAT-IMPLICIT-FPXX: as{{(.exe)?}}"
388 // RUN: %clang --target=mips-linux-gnu -### -fno-integrated-as -msingle-float -mfpxx -c %s 2>&1 \
390 // SINGLEFLOAT-EXPLICIT-FPXX: as{{(.exe)?}}"
394 // RUN: %clang --target=mips-mti-linux-gnu -### -fno-integrated-as -msingle-float -c %s 2>&1 \
396 // MTI-SINGLEFLOAT-IMPLICIT-FPXX: as{{(.exe)?}}"
399 // RUN: %clang --target=mips-mti-linux-gnu -### -fno-integrated-as -msingle-float -mfpxx -c %s 2>&1…
401 // MTI-SINGLEFLOAT-EXPLICIT-FPXX: as{{(.exe)?}}"
405 // RUN: %clang --target=mips-img-linux-gnu -### -fno-integrated-as -msingle-float -c %s 2>&1 \
407 // IMG-SINGLEFLOAT-IMPLICIT-FPXX: as{{(.exe)?}}"
410 // RUN: %clang --target=mips-img-linux-gnu -### -fno-integrated-as -msingle-float -mfpxx -c %s 2>&1…
412 // IMG-SINGLEFLOAT-EXPLICIT-FPXX: as{{(.exe)?}}"