• Home
  • Raw
  • Download

Lines Matching full:run

4 // RUN: %clang -target mips-linux-gnu -### -c %s -mno-abicalls -mabicalls 2>&1 \
5 // RUN: | FileCheck --check-prefix=CHECK-MABICALLS %s
9 // RUN: %clang -target mips-linux-gnu -### -c %s -mabicalls -mno-abicalls 2>&1 \
10 // RUN: | FileCheck --check-prefix=CHECK-MNOABICALLS %s
14 // RUN: %clang -target mips-linux-gnu -### -c %s \
15 // RUN: -mno-mips16 -mips16 2>&1 \
16 // RUN: | FileCheck --check-prefix=CHECK-MIPS16 %s
20 // RUN: %clang -target mips-linux-gnu -### -c %s \
21 // RUN: -mips16 -mno-mips16 2>&1 \
22 // RUN: | FileCheck --check-prefix=CHECK-NOMIPS16 %s
26 // RUN: %clang -target mips-linux-gnu -### -c %s \
27 // RUN: -mno-micromips -mmicromips 2>&1 \
28 // RUN: | FileCheck --check-prefix=CHECK-MICROMIPS %s
32 // RUN: %clang -target mips-linux-gnu -### -c %s \
33 // RUN: -mmicromips -mno-micromips 2>&1 \
34 // RUN: | FileCheck --check-prefix=CHECK-NOMICROMIPS %s
38 // RUN: %clang -target mips-linux-gnu -### -c %s \
39 // RUN: -mno-dsp -mdsp 2>&1 \
40 // RUN: | FileCheck --check-prefix=CHECK-MDSP %s
44 // RUN: %clang -target mips-linux-gnu -### -c %s \
45 // RUN: -mdsp -mno-dsp 2>&1 \
46 // RUN: | FileCheck --check-prefix=CHECK-NOMDSP %s
50 // RUN: %clang -target mips-linux-gnu -### -c %s \
51 // RUN: -mno-dspr2 -mdspr2 2>&1 \
52 // RUN: | FileCheck --check-prefix=CHECK-MDSPR2 %s
56 // RUN: %clang -target mips-linux-gnu -### -c %s \
57 // RUN: -mdspr2 -mno-dspr2 2>&1 \
58 // RUN: | FileCheck --check-prefix=CHECK-NOMDSPR2 %s
62 // RUN: %clang -target mips-linux-gnu -### -c %s \
63 // RUN: -mno-msa -mmsa 2>&1 \
64 // RUN: | FileCheck --check-prefix=CHECK-MMSA %s
68 // RUN: %clang -target mips-linux-gnu -### -c %s \
69 // RUN: -mmsa -mno-msa 2>&1 \
70 // RUN: | FileCheck --check-prefix=CHECK-NOMMSA %s
74 // RUN: %clang -target mips-linux-gnu -### -c %s -mno-odd-spreg -modd-spreg 2>&1 \
75 // RUN: | FileCheck --check-prefix=CHECK-MODDSPREG %s
79 // RUN: %clang -target mips-linux-gnu -### -c %s -modd-spreg -mno-odd-spreg 2>&1 \
80 // RUN: | FileCheck --check-prefix=CHECK-NOMODDSPREG %s
84 // RUN: %clang -target mips-linux-gnu -### -c %s -mfpxx 2>&1 \
85 // RUN: | FileCheck --check-prefix=CHECK-MFPXX %s
90 // RUN: %clang -target mips-linux-gnu -### -c %s -mfpxx -modd-spreg 2>&1 \
91 // RUN: | FileCheck --check-prefix=CHECK-MFPXX-ODDSPREG %s
96 // RUN: %clang -target mips-linux-gnu -### -c %s \
97 // RUN: -mfp32 -mfp64 2>&1 \
98 // RUN: | FileCheck --check-prefix=CHECK-MFP64 %s
102 // RUN: %clang -target mips-linux-gnu -### -c %s \
103 // RUN: -mfp64 -mfp32 2>&1 \
104 // RUN: | FileCheck --check-prefix=CHECK-NOMFP64 %s
108 // RUN: %clang -target mips-linux-gnu -march=mips32r3 -### -c %s \
109 // RUN: -mnan=legacy -mnan=2008 2>&1 \
110 // RUN: | FileCheck --check-prefix=CHECK-NAN2008 %s
114 // RUN: %clang -target mips-linux-gnu -march=mips32r3 -### -c %s \
115 // RUN: -mnan=2008 -mnan=legacy 2>&1 \
116 // RUN: | FileCheck --check-prefix=CHECK-NANLEGACY %s
120 // RUN: %clang -target mips-linux-gnu -march=mips32r6 -### -c %s \
121 // RUN: -mcompact-branches=never 2>&1 \
122 // RUN: | FileCheck --check-prefix=CHECK-CBNEVER %s
126 // RUN: %clang -target mips-linux-gnu -march=mips32r6 -### -c %s \
127 // RUN: -mcompact-branches=optimal 2>&1 \
128 // RUN: | FileCheck --check-prefix=CHECK-CBOPTIMAL %s
132 // RUN: %clang -target mips-linux-gnu -march=mips32r6 -### -c %s \
133 // RUN: -mcompact-branches=always 2>&1 \
134 // RUN: | FileCheck --check-prefix=CHECK-CBALWAYS %s
138 // RUN: %clang -target mips-linux-gnu -### -c %s \
139 // RUN: -mno-xgot -mxgot 2>&1 \
140 // RUN: | FileCheck --check-prefix=CHECK-XGOT %s
144 // RUN: %clang -target mips-linux-gnu -### -c %s \
145 // RUN: -mxgot -mno-xgot 2>&1 \
146 // RUN: | FileCheck --check-prefix=CHECK-NOXGOT %s
150 // RUN: %clang -target mips-linux-gnu -### -c %s \
151 // RUN: -mno-ldc1-sdc1 -mldc1-sdc1 2>&1 \
152 // RUN: | FileCheck --check-prefix=CHECK-LDC1SDC1 %s
156 // RUN: %clang -target mips-linux-gnu -### -c %s \
157 // RUN: -mldc1-sdc1 -mno-ldc1-sdc1 2>&1 \
158 // RUN: | FileCheck --check-prefix=CHECK-NOLDC1SDC1 %s
162 // RUN: %clang -target mips-linux-gnu -### -c %s \
163 // RUN: -mno-check-zero-division -mcheck-zero-division 2>&1 \
164 // RUN: | FileCheck --check-prefix=CHECK-ZERODIV %s
168 // RUN: %clang -target mips-linux-gnu -### -c %s \
169 // RUN: -mcheck-zero-division -mno-check-zero-division 2>&1 \
170 // RUN: | FileCheck --check-prefix=CHECK-NOZERODIV %s
174 // RUN: %clang -target mips-linux-gnu -### -c %s \
175 // RUN: -G 16 2>&1 \
176 // RUN: | FileCheck --check-prefix=CHECK-MIPS-G %s
180 // RUN: %clang -target mips-linux-gnu -### -c %s -msoft-float 2>&1 \
181 // RUN: | FileCheck --check-prefix=CHECK-SOFTFLOAT %s
186 // RUN: %clang -target mips-linux-gnu -### -c %s -msoft-float -mfpxx 2>&1 \
187 // RUN: | FileCheck --check-prefix=CHECK-SOFTFLOAT-FPXX %s
192 // RUN: %clang -target mips-mti-linux-gnu -### -c %s -msoft-float 2>&1 \
193 // RUN: | FileCheck --check-prefix=CHECK-MTI-SOFTFLOAT %s
198 // RUN: %clang -target mips-mti-linux-gnu -### -c %s -msoft-float -mfpxx 2>&1 \
199 // RUN: | FileCheck --check-prefix=CHECK-MTI-SOFTFLOAT-FPXX %s
204 // RUN: %clang -target mips-img-linux-gnu -### -c %s -msoft-float 2>&1 \
205 // RUN: | FileCheck --check-prefix=CHECK-IMG-SOFTFLOAT %s
210 // RUN: %clang -target mips-img-linux-gnu -### -c %s -msoft-float -mfpxx 2>&1 \
211 // RUN: | FileCheck --check-prefix=CHECK-IMG-SOFTFLOAT-FPXX %s
216 // RUN: %clang -target mips-linux-gnu -### -c %s -msingle-float 2>&1 \
217 // RUN: | FileCheck --check-prefix=CHECK-SINGLEFLOAT %s
222 // RUN: %clang -target mips-linux-gnu -### -c %s -msingle-float -mfpxx 2>&1 \
223 // RUN: | FileCheck --check-prefix=CHECK-SINGLEFLOAT-FPXX %s
228 // RUN: %clang -target mips-mti-linux-gnu -### -c %s -msingle-float 2>&1 \
229 // RUN: | FileCheck --check-prefix=CHECK-MTI-SINGLEFLOAT %s
234 // RUN: %clang -target mips-mti-linux-gnu -### -c %s -msingle-float -mfpxx 2>&1 \
235 // RUN: | FileCheck --check-prefix=CHECK-MTI-SINGLEFLOAT-FPXX %s
240 // RUN: %clang -target mips-img-linux-gnu -### -c %s -msingle-float 2>&1 \
241 // RUN: | FileCheck --check-prefix=CHECK-IMG-SINGLEFLOAT %s
246 // RUN: %clang -target mips-img-linux-gnu -### -c %s -msingle-float -mfpxx 2>&1 \
247 // RUN: | FileCheck --check-prefix=CHECK-IMG-SINGLEFLOAT-FPXX %s