• Home
  • Raw
  • Download

Lines Matching full:feature

1 // Test that different values of -mfpu pick correct ARM FPU target-feature(s).
5 // CHECK-DEFAULT-NOT: "-target-feature" "+soft-float"
6 // CHECK-DEFAULT-DAG: "-target-feature" "+soft-float-abi"
7 // CHECK-DEFAULT-NOT: "-target-feature" "+vfp2"
8 // CHECK-DEFAULT-NOT: "-target-feature" "+vfp3"
9 // CHECK-DEFAULT-NOT: "-target-feature" "+neon"
25 // CHECK-VFP-NOT: "-target-feature" "+soft-float"
26 // CHECK-VFP-DAG: "-target-feature" "+soft-float-abi"
27 // CHECK-VFP-DAG: "-target-feature" "+vfp2"
28 // CHECK-VFP-DAG: "-target-feature" "-vfp3d16sp"
29 // CHECK-VFP-DAG: "-target-feature" "-vfp4d16sp"
30 // CHECK-VFP-DAG: "-target-feature" "-fp-armv8d16sp"
31 // CHECK-VFP-DAG: "-target-feature" "-neon"
32 // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "+soft-float-abi"
33 // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-vfp3d16sp"
34 // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-vfp4d16sp"
35 // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-fp-armv8d16sp"
36 // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-neon"
37 // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-crypto"
38 // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-vfp2sp"
46 // CHECK-VFP3-NOT: "-target-feature" "+soft-float"
47 // CHECK-VFP3-DAG: "-target-feature" "+soft-float-abi"
48 // CHECK-VFP3-DAG: "-target-feature" "+vfp3"
49 // CHECK-VFP3-DAG: "-target-feature" "-vfp4d16sp"
50 // CHECK-VFP3-DAG: "-target-feature" "-fp-armv8d16sp"
51 // CHECK-VFP3-DAG: "-target-feature" "-neon"
52 // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "+soft-float-abi"
53 // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-vfp2sp"
54 // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-vfp4d16sp"
55 // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-fp-armv8d16sp"
56 // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-neon"
57 // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-crypto"
58 // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-vfp3d16sp"
64 // CHECK-VFP3-FP16-NOT: "-target-feature" "+soft-float"
65 // CHECK-VFP3-FP16-DAG: "-target-feature" "+soft-float-abi"
66 // CHECK-VFP3-FP16-DAG: "-target-feature" "+vfp3"
67 // CHECK-VFP3-FP16-DAG: "-target-feature" "+fp16"
68 // CHECK-VFP3-FP16-DAG: "-target-feature" "-vfp4d16sp"
69 // CHECK-VFP3-FP16-DAG: "-target-feature" "-fp-armv8d16sp"
70 // CHECK-VFP3-FP16-DAG: "-target-feature" "+fp64"
71 // CHECK-VFP3-FP16-DAG: "-target-feature" "+d32"
72 // CHECK-VFP3-FP16-DAG: "-target-feature" "-neon"
73 // CHECK-VFP3-FP16-DAG: "-target-feature" "-crypto"
81 // CHECK-VFP3-D16-NOT: "-target-feature" "+soft-float"
82 // CHECK-VFP3-D16-DAG: "-target-feature" "+soft-float-abi"
83 // CHECK-VFP3-D16-DAG: "-target-feature" "+vfp3d16"
84 // CHECK-VFP3-D16-DAG: "-target-feature" "-vfp4d16sp"
85 // CHECK-VFP3-D16-DAG: "-target-feature" "-fp-armv8d16sp"
86 // CHECK-VFP3-D16-DAG: "-target-feature" "+fp64"
87 // CHECK-VFP3-D16-DAG: "-target-feature" "-d32"
88 // CHECK-VFP3-D16-DAG: "-target-feature" "-neon"
94 // CHECK-VFP3-D16-FP16-NOT: "-target-feature" "+soft-float"
95 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "+soft-float-abi"
96 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "+vfp3d16"
97 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "+fp16"
98 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "-vfp4d16sp"
99 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "-fp-armv8d16sp"
100 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "+fp64"
101 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "-d32"
102 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "-neon"
103 // CHECK-VFP3-D16-FP16-DAG: "-target-feature" "-crypto"
109 // CHECK-VFP3XD-NOT: "-target-feature" "+soft-float"
110 // CHECK-VFP3XD-DAG: "-target-feature" "+soft-float-abi"
111 // CHECK-VFP3XD-DAG: "-target-feature" "-fp64"
112 // CHECK-VFP3XD-DAG: "-target-feature" "-d32"
113 // CHECK-VFP3XD-DAG: "-target-feature" "+vfp3d16sp"
114 // CHECK-VFP3XD-DAG: "-target-feature" "-fp16"
115 // CHECK-VFP3XD-DAG: "-target-feature" "-vfp4d16sp"
116 // CHECK-VFP3XD-DAG: "-target-feature" "-fp-armv8d16sp"
117 // CHECK-VFP3XD-DAG: "-target-feature" "-neon"
118 // CHECK-VFP3XD-DAG: "-target-feature" "-crypto"
124 // CHECK-VFP3XD-FP16-NOT: "-target-feature" "+soft-float"
125 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "+soft-float-abi"
126 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "+vfp3d16sp"
127 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "+fp16"
128 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "-vfp4d16sp"
129 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "-fp-armv8d16sp"
130 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "-fp64"
131 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "-d32"
132 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "-neon"
133 // CHECK-VFP3XD-FP16-DAG: "-target-feature" "-crypto"
141 // CHECK-VFP4-NOT: "-target-feature" "+soft-float"
142 // CHECK-VFP4-DAG: "-target-feature" "+soft-float-abi"
143 // CHECK-VFP4-DAG: "-target-feature" "+vfp4"
144 // CHECK-VFP4-DAG: "-target-feature" "-fp-armv8d16sp"
145 // CHECK-VFP4-DAG: "-target-feature" "-neon"
146 // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "+soft-float-abi"
147 // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-vfp2sp"
148 // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-vfp3d16sp"
149 // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-fp-armv8d16sp"
150 // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-neon"
151 // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-crypto"
152 // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-vfp4d16sp"
160 // CHECK-VFP4-D16-NOT: "-target-feature" "+soft-float"
161 // CHECK-VFP4-D16-DAG: "-target-feature" "+soft-float-abi"
162 // CHECK-VFP4-D16-DAG: "-target-feature" "+vfp4d16"
163 // CHECK-VFP4-D16-DAG: "-target-feature" "-fp-armv8d16sp"
164 // CHECK-VFP4-D16-DAG: "-target-feature" "+fp64"
165 // CHECK-VFP4-D16-DAG: "-target-feature" "-d32"
166 // CHECK-VFP4-D16-DAG: "-target-feature" "-neon"
174 // CHECK-FP4-SP-D16-NOT: "-target-feature" "+soft-float"
175 // CHECK-FP4-SP-D16-DAG: "-target-feature" "+soft-float-abi"
176 // CHECK-FP4-SP-D16-DAG: "-target-feature" "+vfp4d16sp"
177 // CHECK-FP4-SP-D16-DAG: "-target-feature" "-fp-armv8d16sp"
178 // CHECK-FP4-SP-D16-DAG: "-target-feature" "-fp64"
179 // CHECK-FP4-SP-D16-DAG: "-target-feature" "-d32"
180 // CHECK-FP4-SP-D16-DAG: "-target-feature" "-neon"
188 // CHECK-FP5-SP-D16-NOT: "-target-feature" "+soft-float"
189 // CHECK-FP5-SP-D16-DAG: "-target-feature" "+soft-float-abi"
190 // CHECK-FP5-SP-D16-DAG: "-target-feature" "+fp-armv8d16sp"
191 // CHECK-FP5-SP-D16-DAG: "-target-feature" "-neon"
192 // CHECK-FP5-SP-D16-DAG: "-target-feature" "-fp64"
193 // CHECK-FP5-SP-D16-DAG: "-target-feature" "-d32"
194 // CHECK-FP5-SP-D16-DAG: "-target-feature" "-crypto"
202 // CHECK-FP5-DP-D16-NOT: "-target-feature" "+soft-float"
203 // CHECK-FP5-DP-D16-DAG: "-target-feature" "+soft-float-abi"
204 // CHECK-FP5-DP-D16-DAG: "-target-feature" "+fp-armv8d16"
205 // CHECK-FP5-DP-D16-DAG: "-target-feature" "+fp64"
206 // CHECK-FP5-DP-D16-DAG: "-target-feature" "-d32"
207 // CHECK-FP5-DP-D16-DAG: "-target-feature" "-neon"
208 // CHECK-FP5-DP-D16-DAG: "-target-feature" "-crypto"
209 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "+soft-float"
210 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "+soft-float-abi"
211 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-vfp2sp"
212 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-vfp3d16sp"
213 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-vfp4d16sp"
214 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-neon"
215 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-crypto"
216 // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-fp-armv8d16sp"
222 // CHECK-NEON-NOT: "-target-feature" "+soft-float"
223 // CHECK-NEON-DAG: "-target-feature" "+neon"
224 // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "+soft-float-abi"
225 // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-vfp2sp"
226 // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-vfp4d16sp"
227 // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-fp-armv8d16sp"
228 // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-crypto"
229 // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-vfp3d16sp"
230 // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-neon"
236 // CHECK-NEON-FP16-NOT: "-target-feature" "+soft-float"
237 // CHECK-NEON-FP16-DAG: "-target-feature" "+soft-float-abi"
238 // CHECK-NEON-FP16-DAG: "-target-feature" "+vfp3"
239 // CHECK-NEON-FP16-DAG: "-target-feature" "+fp16"
240 // CHECK-NEON-FP16-DAG: "-target-feature" "-vfp4d16sp"
241 // CHECK-NEON-FP16-DAG: "-target-feature" "-fp-armv8d16sp"
242 // CHECK-NEON-FP16-DAG: "-target-feature" "+fp64"
243 // CHECK-NEON-FP16-DAG: "-target-feature" "+d32"
244 // CHECK-NEON-FP16-DAG: "-target-feature" "+neon"
245 // CHECK-NEON-FP16-DAG: "-target-feature" "-crypto"
251 // CHECK-NEON-VFPV3-NOT: "-target-feature" "+soft-float"
252 // CHECK-NEON-VFPV3-DAG: "-target-feature" "+soft-float-abi"
253 // CHECK-NEON-VFPV3-DAG: "-target-feature" "+vfp3"
254 // CHECK-NEON-VFPV3-DAG: "-target-feature" "+neon"
260 // CHECK-NEON-VFPV4-NOT: "-target-feature" "+soft-float"
261 // CHECK-NEON-VFPV4-DAG: "-target-feature" "+soft-float-abi"
262 // CHECK-NEON-VFPV4-DAG: "-target-feature" "+vfp4"
263 // CHECK-NEON-VFPV4-DAG: "-target-feature" "+neon"
264 // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "+soft-float-abi"
265 // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-vfp2sp"
266 // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-vfp3d16sp"
267 // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-fp-armv8d16sp"
268 // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-crypto"
269 // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-vfp4d16sp"
270 // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-neon"
278 // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "+soft-float-abi"
279 // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-vfp2sp"
280 // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-vfp4d16sp"
281 // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-fp-armv8d16sp"
282 // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-crypto"
283 // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-vfp3d16sp"
284 // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-neon"
288 // CHECK-ARMV8-SOFT-FLOAT-DAG: "-target-feature" "+soft-float"
289 // CHECK-ARMV8-SOFT-FLOAT-DAG: "-target-feature" "+soft-float-abi"
290 // NOT-CHECK-ARMV8-SOFT-FLOAT: "-target-feature" "+fp-armv8"
291 // CHECK-ARMV9-SOFT-FLOAT-DAG: "-target-feature" "-neon"
292 // CHECK-ARMV8-SOFT-FLOAT-DAG: "-target-feature" "-crypto"
296 // CHECK-FP-ARMV8-NOT: "-target-feature" "+soft-float"
297 // CHECK-FP-ARMV8-NOT: "-target-feature" "+soft-float-abi"
298 // CHECK-FP-ARMV8-DAG: "-target-feature" "+fp-armv8"
299 // CHECK-FP-ARMV8-DAG: "-target-feature" "-neon"
300 // CHECK-FP-ARMV8-DAG: "-target-feature" "-crypto"
304 // CHECK-NEON-FP-ARMV8-NOT: "-target-feature" "+soft-float"
305 // CHECK-NEON-FP-ARMV8-NOT: "-target-feature" "+soft-float-abi"
306 // CHECK-NEON-FP-ARMV8-DAG: "-target-feature" "+fp-armv8"
307 // CHECK-NEON-FP-ARMV8-DAG: "-target-feature" "+neon"
308 // CHECK-NEON-FP-ARMV8-DAG: "-target-feature" "-crypto"
312 // CHECK-CRYPTO-NEON-FP-ARMV8-NOT: "-target-feature" "+soft-float"
313 // CHECK-CRYPTO-NEON-FP-ARMV8-NOT: "-target-feature" "+soft-float-abi"
314 // CHECK-CRYPTO-NEON-FP-ARMV8-DAG: "-target-feature" "+fp-armv8"
315 // CHECK-CRYPTO-NEON-FP-ARMV8-DAG: "-target-feature" "+crypto"
319 // CHECK-NO-FP-NOT: "-target-feature" "+soft-float"
320 // CHECK-NO-FP-DAG: "-target-feature" "+soft-float-abi"
321 // CHECK-NO-FP-DAG: "-target-feature" "-fpregs"
322 // CHECK-NO-FP-DAG: "-target-feature" "-vfp2sp"
323 // CHECK-NO-FP-DAG: "-target-feature" "-vfp3d16sp"
324 // CHECK-NO-FP-DAG: "-target-feature" "-vfp4d16sp"
325 // CHECK-NO-FP-DAG: "-target-feature" "-fp-armv8d16sp"
326 // CHECK-NO-FP-DAG: "-target-feature" "-fp64"
327 // CHECK-NO-FP-DAG: "-target-feature" "-d32"
328 // CHECK-NO-FP-DAG: "-target-feature" "-neon"
329 // CHECK-NO-FP-DAG: "-target-feature" "-crypto"
335 // CHECK-HF-NOT: "-target-feature" "+soft-float"
336 // CHECK-HF-NOT: "-target-feature" "+soft-float-abi"
341 // ASM-NOT: -target-feature
359 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "+soft-float"
360 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "+soft-float-abi"
361 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-vfp2sp"
362 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-vfp3d16sp"
363 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-vfp4d16sp"
364 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-fp-armv8d16sp"
365 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-neon"
366 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-crypto"
367 // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-fpregs"
371 // CHECK-ARM5-ANDROID-FP-DEFAULT-DAG: "-target-feature" "+soft-float"
372 // CHECK-ARM5-ANDROID-FP-DEFAULT-DAG: "-target-feature" "+soft-float-abi"
373 // CHECK-ARM5-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+d32"
374 // CHECK-ARM5-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+vfp3"
375 // CHECK-ARM5-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+vfp4"
376 // CHECK-ARM5-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+fp-armv8"
377 // CHECK-ARM5-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+neon"
378 // CHECK-ARM5-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+crypto"
382 // CHECK-ARM7-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+soft-float"
383 // CHECK-ARM7-ANDROID-FP-DEFAULT-DAG: "-target-feature" "+soft-float-abi"
384 // CHECK-ARM7-ANDROID-FP-DEFAULT-DAG: "-target-feature" "+vfp3"
385 // CHECK-ARM7-ANDROID-FP-DEFAULT-DAG: "-target-feature" "-vfp4"
386 // CHECK-ARM7-ANDROID-FP-DEFAULT-DAG: "-target-feature" "-fp-armv8"
387 // CHECK-ARM7-ANDROID-FP-DEFAULT-DAG: "-target-feature" "+neon"
388 // CHECK-ARM7-ANDROID-FP-DEFAULT-NOT: "-target-feature" "+crypto"
392 // CHECK-ARM7-ANDROID-FP-D16-NOT: "-target-feature" "+soft-float"
393 // CHECK-ARM7-ANDROID-FP-D16-DAG: "-target-feature" "+soft-float-abi"
394 // CHECK-ARM7-ANDROID-FP-D16-DAG: "-target-feature" "-d32"
395 // CHECK-ARM7-ANDROID-FP-D16-DAG: "-target-feature" "+vfp3d16"
396 // CHECK-ARM7-ANDROID-FP-D16-NOT: "-target-feature" "+vfp4"
397 // CHECK-ARM7-ANDROID-FP-D16-NOT: "-target-feature" "+fp-armv8"
398 // CHECK-ARM7-ANDROID-FP-D16-NOT: "-target-feature" "+neon"
399 // CHECK-ARM7-ANDROID-FP-D16-NOT: "-target-feature" "+crypto"
403 // CHECK-SOFTFLOATABI-INHIBITS-MVE-NOT: "-target-feature" "+mve"
404 // CHECK-SOFTFLOATABI-INHIBITS-MVE-DAG: "-target-feature" "-mve"
405 // CHECK-SOFTFLOATABI-INHIBITS-MVE-DAG: "-target-feature" "-mve.fp"
409 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-vfp2sp"
410 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-vfp3d16sp"
411 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-vfp4d16sp"
412 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-fp-armv8d16sp"
413 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-fp64"
414 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-d32"
415 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-neon"
416 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-crypto"
417 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "+mve"
418 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "+dsp"
419 // CHECK-MVEFP-FPUNONE-DAG: "-target-feature" "-mve.fp"
420 // CHECK-MVEFP-FPUNONE-NOT: "-target-feature" "-fpregs"
424 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-vfp2sp"
425 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-vfp3d16sp"
426 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-vfp4d16sp"
427 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-fp-armv8d16sp"
428 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-fp64"
429 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-d32"
430 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-neon"
431 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-crypto"
432 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "+dsp"
433 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-mve"
434 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-mve.fp"
435 // CHECK-MVEFP-NOMVE-FPUNONE-DAG: "-target-feature" "-fpregs"
439 // CHECK-MVEI-FPUNONE-DAG: "-target-feature" "-mve.fp"
440 // CHECK-MVEI-FPUNONE-DAG: "-target-feature" "+mve"
441 // CHECK-MVEI-FPUNONE-DAG: "-target-feature" "+dsp"
442 // CHECK-MVEI-FPUNONE-NOT: "-target-feature" "-fpregs"