Lines Matching full:clang
3 // RUN: %clang -target mips-linux-gnu -### \
6 // RUN: %clang -target mipsel-linux-gnu -### \
12 // RUN: %clang -target mips-linux-gnu -### \
18 // RUN: %clang -target mipsel-linux-gnu -### \
23 // RUN: %clang -target mips64-linux-gnu -### \
28 // RUN: %clang -target mips64el-linux-gnu -### \
33 // RUN: %clang -target mips64-linux-gnu -mabi=n32 -### \
38 // RUN: %clang -target mipsel-linux-gnu -mabi=32 -### \
41 // RUN: %clang -target mips-linux-gnu -mabi=32 -### \
46 // RUN: %clang -target mips64el-linux-gnu -mabi=64 -### \
51 // RUN: %clang -target mips-linux-gnu -march=mips32r2 -### \
56 // RUN: %clang -target mips-linux-gnu -march=p5600 -### \
61 // RUN: %clang -target mips64-linux-gnu -march=octeon -### \
66 // RUN: %clang -target mips-linux-gnu -mips1 -### \
71 // RUN: %clang -target mips-linux-gnu -mips2 -### \
76 // RUN: %clang -target mips-linux-gnu -mips3 -### \
81 // RUN: %clang -target mips-linux-gnu -mips4 -### \
86 // RUN: %clang -target mips-linux-gnu -mips5 -### \
91 // RUN: %clang -target mips-linux-gnu -mips32 -### \
96 // RUN: %clang -target mips-linux-gnu -mips32r2 -### \
101 // RUN: %clang -target mips-linux-gnu -mips32r3 -### \
106 // RUN: %clang -target mips-linux-gnu -mips32r5 -### \
111 // RUN: %clang -target mips-linux-gnu -mips32r6 -### \
116 // RUN: %clang -target mips64-linux-gnu -mips64 -### \
121 // RUN: %clang -target mips64-linux-gnu -mips64r2 -### \
126 // RUN: %clang -target mips64-linux-gnu -mips64r3 -### \
131 // RUN: %clang -target mips64-linux-gnu -mips64r5 -### \
136 // RUN: %clang -target mips64-linux-gnu -mips64r6 -### \
141 // RUN: %clang -target mips-linux-gnu -mno-mips16 -mips16 -### \
146 // RUN: %clang -target mips-linux-gnu -mips16 -mno-mips16 -### \
152 // RUN: %clang -target mips-linux-gnu -mno-micromips -mmicromips -### \
157 // RUN: %clang -target mips-linux-gnu -mmicromips -mno-micromips -### \
163 // RUN: %clang -target mips-linux-gnu -mno-dsp -mdsp -### \
168 // RUN: %clang -target mips-linux-gnu -mdsp -mno-dsp -### \
174 // RUN: %clang -target mips-linux-gnu -mno-dspr2 -mdspr2 -### \
179 // RUN: %clang -target mips-linux-gnu -mdspr2 -mno-dspr2 -### \
185 // RUN: %clang -target mips-linux-gnu -mnan=legacy -mnan=2008 -### \
190 // RUN: %clang -target mips-linux-gnu -mnan=2008 -mnan=legacy -### \
196 // RUN: %clang -target mips-linux-gnu -mfp64 -mfpxx -mfp32 -### \
201 // RUN: %clang -target mips-linux-gnu -mfp32 -mfp64 -mfpxx -### \
206 // RUN: %clang -target mips-linux-gnu -mfpxx -mfp32 -mfp64 -### \
211 // RUN: %clang -target mips-linux-gnu -mno-msa -mmsa -### \
216 // RUN: %clang -target mips-linux-gnu -mmsa -mno-msa -### \
225 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -c %s -mcpu=mips1 \
230 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -c %s -mcpu=mips2 \
235 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips3 \
239 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips4 \
243 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips5 \
247 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -c %s -mcpu=mips32 \
252 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -c %s -mcpu=mips32r6 \
257 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips64 \
261 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips64r6 \
265 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -msoft-float -mhard-float -c %s 2>&1 \
270 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -mhard-float -msoft-float -c %s 2>&1 \
275 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -mno-odd-spreg -modd-spreg -c %s 2>&1 \
280 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -modd-spreg -mno-odd-spreg -c %s 2>&1 \
285 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -mdouble-float -msingle-float -c %s 2>&1 \
290 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -msingle-float -mdouble-float -c %s 2>&1 \
295 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -msoft-float -c %s 2>&1 \
300 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -msoft-float -mfpxx -c %s 2>&1 \
306 // RUN: %clang -target mips-mti-linux-gnu -### -no-integrated-as -msoft-float -c %s 2>&1 \
311 // RUN: %clang -target mips-mti-linux-gnu -### -no-integrated-as -msoft-float -mfpxx -c %s 2>&1 \
317 // RUN: %clang -target mips-img-linux-gnu -### -no-integrated-as -msoft-float -c %s 2>&1 \
322 // RUN: %clang
328 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -msingle-float -c %s 2>&1 \
333 // RUN: %clang -target mips-linux-gnu -### -no-integrated-as -msingle-float -mfpxx -c %s 2>&1 \
339 // RUN: %clang -target mips-mti-linux-gnu -### -no-integrated-as -msingle-float -c %s 2>&1 \
344 // RUN: %clang -target mips-mti-linux-gnu -### -no-integrated-as -msingle-float -mfpxx -c %s 2>&1 \
350 // RUN: %clang -target mips-img-linux-gnu -### -no-integrated-as -msingle-float -c %s 2>&1 \
355 // RUN: %clang -target mips-img-linux-gnu -### -no-integrated-as -msingle-float -mfpxx -c %s 2>&1 \