Home | History | Annotate | Download | only in Preprocessor

Lines Matching full:march

6 // RUN: %clang -march=i386 -m32 -E -dM %s -o - 2>&1 \
12 // RUN: %clang -march=i386 -m64 -E -dM %s -o - 2>&1 \
16 // RUN: %clang -march=i486 -m32 -E -dM %s -o - 2>&1 \
24 // RUN: %clang -march=i486 -m64 -E -dM %s -o - 2>&1 \
28 // RUN: %clang -march=i586 -m32 -E -dM %s -o - 2>&1 \
39 // RUN: %clang -march=i586 -m64 -E -dM %s -o - 2>&1 \
43 // RUN: %clang -march=pentium -m32 -E -dM %s -o - 2>&1 \
54 // RUN: %clang -march=pentium -m64 -E -dM %s -o - 2>&1 \
58 // RUN: %clang -march=pentium-mmx -m32 -E -dM %s -o - 2>&1 \
72 // RUN: %clang -march=pentium-mmx -m64 -E -dM %s -o - 2>&1 \
76 // RUN: %clang -march=winchip-c6 -m32 -E -dM %s -o - 2>&1 \
85 // RUN: %clang -march=winchip-c6 -m64 -E -dM %s -o - 2>&1 \
89 // RUN: %clang -march=winchip2 -m32 -E -dM %s -o - 2>&1 \
99 // RUN: %clang -march=winchip2 -m64 -E -dM %s -o - 2>&1 \
103 // RUN: %clang -march=c3 -m32 -E -dM %s -o - 2>&1 \
113 // RUN: %clang -march=c3 -m64 -E -dM %s -o - 2>&1 \
117 // RUN: %clang -march=c3-2 -m32 -E -dM %s -o - 2>&1 \
131 // RUN: %clang -march=c3-2 -m64 -E -dM %s -o - 2>&1 \
135 // RUN: %clang -march=i686 -m32 -E -dM %s -o - 2>&1 \
144 // RUN: %clang -march=i686 -m64 -E -dM %s -o - 2>&1 \
148 // RUN: %clang -march=pentiumpro -m32 -E -dM %s -o - 2>&1 \
159 // RUN: %clang -march=pentiumpro -m64 -E -dM %s -o - 2>&1 \
163 // RUN: %clang -march=pentium2 -m32 -E -dM %s -o - 2>&1 \
176 // RUN: %clang -march=pentium2 -m64 -E -dM %s -o - 2>&1 \
180 // RUN: %clang -march=pentium3 -m32 -E -dM %s -o - 2>&1 \
195 // RUN: %clang -march=pentium3 -m64 -E -dM %s -o - 2>&1 \
199 // RUN: %clang -march=pentium3m -m32 -E -dM %s -o - 2>&1 \
212 // RUN: %clang -march=pentium3m -m64 -E -dM %s -o - 2>&1 \
216 // RUN: %clang -march=pentium-m -m32 -E -dM %s -o - 2>&1 \
230 // RUN: %clang -march=pentium-m -m64 -E -dM %s -o - 2>&1 \
234 // RUN: %clang -march=pentium4 -m32 -E -dM %s -o - 2>&1 \
245 // RUN: %clang -march=pentium4 -m64 -E -dM %s -o - 2>&1 \
249 // RUN: %clang -march=pentium4m -m32 -E -dM %s -o - 2>&1 \
260 // RUN: %clang -march=pentium4m -m64 -E -dM %s -o - 2>&1 \
264 // RUN: %clang -march=prescott -m32 -E -dM %s -o - 2>&1 \
276 // RUN: %clang -march=prescott -m64 -E -dM %s -o - 2>&1 \
280 // RUN: %clang -march=nocona -m32 -E -dM %s -o - 2>&1 \
292 // RUN: %clang -march=nocona -m64 -E -dM %s -o - 2>&1 \
308 // RUN: %clang -march=core2 -m32 -E -dM %s -o - 2>&1 \
321 // RUN: %clang -march=core2 -m64 -E -dM %s -o - 2>&1 \
338 // RUN: %clang -march=corei7 -m32 -E -dM %s -o - 2>&1 \
353 // RUN: %clang -march=corei7 -m64 -E -dM %s -o - 2>&1 \
372 // RUN: %clang -march=corei7-avx -m32 -E -dM %s -o - 2>&1 \
390 // RUN: %clang -march=corei7-avx -m64 -E -dM %s -o - 2>&1 \
412 // RUN: %clang -march=core-avx-i -m32 -E -dM %s -o - 2>&1 \
430 // RUN: %clang -march=core-avx-i -m64 -E -dM %s -o - 2>&1 \
452 // RUN: %clang -march=atom -m32 -E -dM %s -o - 2>&1 \
465 // RUN: %clang -march=atom -m64 -E -dM %s -o - 2>&1 \
482 // RUN: %clang -march=geode -m32 -E -dM %s -o - 2>&1 \
493 // RUN: %clang -march=geode -m64 -E -dM %s -o - 2>&1 \
497 // RUN: %clang -march=k6 -m32 -E -dM %s -o - 2>&1 \
506 // RUN: %clang -march=k6 -m64 -E -dM %s -o - 2>&1 \
510 // RUN: %clang -march=k6-2 -m32 -E -dM %s -o - 2>&1 \
522 // RUN: %clang -march=k6-2 -m64 -E -dM %s -o - 2>&1 \
526 // RUN: %clang -march=k6-3 -m32 -E -dM %s -o - 2>&1 \
538 // RUN: %clang -march=k6-3 -m64 -E -dM %s -o - 2>&1 \
542 // RUN: %clang -march=athlon -m32 -E -dM %s -o - 2>&1 \
553 // RUN: %clang -march=athlon -m64 -E -dM %s -o - 2>&1 \
557 // RUN: %clang -march=athlon-tbird -m32 -E -dM %s -o - 2>&1 \
568 // RUN: %clang -march=athlon-tbird -m64 -E -dM %s -o - 2>&1 \
572 // RUN: %clang -march=athlon-4 -m32 -E -dM %s -o - 2>&1 \
586 // RUN: %clang -march=athlon-4 -m64 -E -dM %s -o - 2>&1 \
590 // RUN: %clang -march=athlon-xp -m32 -E -dM %s -o - 2>&1 \
604 // RUN: %clang -march=athlon-xp -m64 -E -dM %s -o - 2>&1 \
608 // RUN: %clang -march=athlon-mp -m32 -E -dM %s -o - 2>&1 \
622 // RUN: %clang -march=athlon-mp -m64 -E -dM %s -o - 2>&1 \
626 // RUN: %clang -march=x86-64 -m32 -E -dM %s -o - 2>&1 \
636 // RUN: %clang -march=x86-64 -m64 -E -dM %s -o - 2>&1 \
650 // RUN: %clang -march=k8 -m32 -E -dM %s -o - 2>&1 \
663 // RUN: %clang -march=k8 -m64 -E -dM %s -o - 2>&1 \
680 // RUN: %clang -march=k8-sse3 -m32 -E -dM %s -o - 2>&1 \
694 // RUN: %clang -march=k8-sse3 -m64 -E -dM %s -o - 2>&1 \
712 // RUN: %clang -march=opteron -m32 -E -dM %s -o - 2>&1 \
725 // RUN: %clang -march=opteron -m64 -E -dM %s -o - 2>&1 \
742 // RUN: %clang -march=opteron-sse3 -m32 -E -dM %s -o - 2>&1 \
756 // RUN: %clang -march=opteron-sse3 -m64 -E -dM %s -o - 2>&1 \
774 // RUN: %clang -march=athlon64 -m32 -E -dM %s -o - 2>&1 \
787 // RUN: %clang -march=athlon64 -m64 -E -dM %s -o - 2>&1 \
804 // RUN: %clang -march=athlon64-sse3 -m32 -E -dM %s -o - 2>&1 \
818 // RUN: %clang -march=athlon64-sse3 -m64 -E -dM %s -o - 2>&1 \
836 // RUN: %clang -march=athlon-fx -m32 -E -dM %s -o - 2>&1 \
849 // RUN: %clang -march=athlon-fx -m64 -E -dM %s -o - 2>&1 \