Lines Matching full:as
1 // RUN: %clang -target x86_64-unknown-unknown -no-integrated-as -c \
3 // X86_64: {{.*as.*--64}}
6 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=X86_64-M32 %s
7 // X86_64-M32: {{.*as.*--32}}
10 // RUN: -no-integrated-as 2>&1| FileCheck -check-prefix=I386 %s
11 // I386: {{.*as.*--32}}
14 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=I386-M64 %s
15 // I386-M64: {{.*as.*--64}}
18 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC64 %s
19 // PPC64: {{.*as.*-a64}}
22 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC-M64 %s
23 // PPC-M64: {{.*as.*-a64}}
27 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC64-M32 %s
28 // PPC64-M32: {{.*as.*-a32}}
31 // RUN: -no-integrated-as | FileCheck -check-prefix=PPC %s
32 // PPC: {{.*as.*-a32}}
34 // RUN: %clang -target sparc64-unknown-unknown -no-integrated-as -c -x assembler %s -### -m32 2>&1 \
36 // SPARCV8: {{.*as.*-32}}
38 // RUN: %clang -target sparc-unknown-unknown -no-integrated-as -c -x assembler %s -### -m64 2>&1 \
40 // SPARCV9: {{.*as.*-64}}