Lines Matching full:as
4 // RUN: -no-integrated-as -c %s 2>&1 \
6 // CHECK-ARM: as{{(.exe)?}}" "-EL" "-mfloat-abi=soft"
9 // RUN: -no-integrated-as -c %s 2>&1 \
11 // CHECK-ARM-MCPU: as{{(.exe)?}}" "-EL" "-mfloat-abi=soft" "-mcpu=cortex-a8"
14 // RUN: -no-integrated-as -c %s 2>&1 \
16 // CHECK-ARM-MFPU: as{{(.exe)?}}" "-EL" "-mfloat-abi=soft" "-mfpu=neon"
19 // RUN: -no-integrated-as -c %s 2>&1 \
21 // CHECK-ARM-MARCH: as{{(.exe)?}}" "-EL" "-mfloat-abi=soft" "-march=armv7-a"
25 // RUN: -no-integrated-as -c %s 2>&1 \
27 // CHECK-ARM-ALL: as{{(.exe)?}}" "-EL" "-mfloat-abi=soft" "-march=armv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
30 // RUN: -no-integrated-as -c %s 2>&1 \
34 // RUN: -no-integrated-as -c %s 2>&1 \
38 // RUN: -no-integrated-as -c %s 2>&1 \
40 // CHECK-ARMEB-ALL: as{{(.exe)?}}" "-EB" "-mfloat-abi=soft" "-march=armebv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
43 // RUN: -no-integrated-as -c %s 2>&1 \
47 // RUN: -no-integrated-as -c %s 2>&1 \
49 // CHECK-THUMB-ALL: as{{(.exe)?}}" "-EL" "-mfloat-abi=soft" "-march=thumbv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
52 // RUN: -no-integrated-as -c %s 2>&1 \
56 // RUN: -no-integrated-as -c %s 2>&1 \
58 // CHECK-THUMBEB-ALL: as{{(.exe)?}}" "-EB" "-mfloat-abi=soft" "-march=thumbebv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
61 // RUN: -no-integrated-as -c %s 2>&1 \
65 // RUN: -no-integrated-as -c %s 2>&1 \
67 // CHECK-ARM-TARGET: as{{(.exe)?}}" "-EL" "-mfpu=neon" "-mfloat-abi=soft" "-mcpu=cortex-a8"
70 // RUN: -no-integrated-as -c %s 2>&1 \
72 // CHECK-ARMEB-TARGET: as{{(.exe)?}}" "-EB" "-mfpu=neon" "-mfloat-abi=soft" "-mcpu=cortex-a8"
75 // RUN: -no-integrated-as -c %s 2>&1 \
77 // CHECK-THUMB-TARGET: as{{(.exe)?}}" "-EL" "-mfpu=neon" "-mfloat-abi=soft" "-mcpu=cortex-a8"
80 // RUN: -no-integrated-as -c %s 2>&1 \
82 // CHECK-THUMBEB-TARGET: as{{(.exe)?}}" "-EB" "-mfpu=neon" "-mfloat-abi=soft" "-mcpu=cortex-a8"
85 // RUN: -no-integrated-as -c %s 2>&1 \
87 // CHECK-ARM-TARGET-V8: as{{(.exe)?}}" "-EL" "-mfpu=crypto-neon-fp-armv8" "-mfloat-abi=soft" "-mcpu=cortex-a53"
90 // RUN: -no-integrated-as -c %s 2>&1 \
92 // CHECK-ARMEB-TARGET-V8: as{{(.exe)?}}" "-EB" "-mfpu=crypto-neon-fp-armv8" "-mfloat-abi=soft" "-mcpu=cortex-a53"
95 // RUN: -no-integrated-as -c %s 2>&1 \
97 // CHECK-THUMB-TARGET-V8: as{{(.exe)?}}" "-EL" "-mfpu=crypto-neon-fp-armv8" "-mfloat-abi=soft" "-mcpu=cortex-a53"
100 // RUN: -no-integrated-as -c %s 2>&1 \
102 // CHECK-THUMBEB-TARGET-V8: as{{(.exe)?}}" "-EB" "-mfpu=crypto-neon-fp-armv8" "-mfloat-abi=soft" "-mcpu=cortex-a53"
105 // RUN: -no-integrated-as -c %s 2>&1 \
107 // CHECK-ARM-MFLOAT-ABI: as{{(.exe)?}}" "-EL" "-mfloat-abi=hard"
110 // RUN: -no-integrated-as -c %s 2>&1 \
112 // CHECK-ARM-ANDROID-SOFTFP: as{{(.exe)?}}" "-EL" "-mfloat-abi=softfp" "-march=armv7-a"
115 // RUN: -no-integrated-as -c %s 2>&1 \
117 // CHECK-ARM-HARDFP: as{{(.exe)?}}" "-EL" "-mfloat-abi=hard"
120 // RUN: -no-integrated-as -c %s 2>&1 \
122 // CHECK-ARM64-MCPU: as{{(.exe)?}}" "-EL" "-mcpu=cortex-a53"
125 // RUN: -no-integrated-as -c %s 2>&1 \
127 // CHECK-ARM64-MARCH: as{{(.exe)?}}" "-EL" "-march=armv8-a"
130 // RUN: -no-integrated-as -c %s 2>&1 \
132 // CHECK-ARM64-ALL: as{{(.exe)?}}" "-EL" "-march=armv8-a" "-mcpu=cortex-a53"
135 // RUN: -no-integrated-as -c %s 2>&1 \
139 // RUN: -no-integrated-as -c %s 2>&1 \
141 // CHECK-ARM64BE-MCPU: as{{(.exe)?}}" "-EB" "-mcpu=cortex-a53"
144 // RUN: -no-integrated-as -c %s 2>&1 \
146 // CHECK-ARM64BE-MARCH: as{{(.exe)?}}" "-EB" "-march=armv8-a"
149 // RUN: -no-integrated-as -c %s 2>&1 \
151 // CHECK-ARM64BE-ALL: as{{(.exe)?}}" "-EB" "-march=armv8-a" "-mcpu=cortex-a53"
154 // RUN: -no-integrated-as -c %s 2>&1 \
158 // RUN: -no-integrated-as -c %s 2>&1 \
160 // CHECK-PPC-NO-MCPU-NOT: as{{.*}} "-mcpu=invalid-cpu"
163 // RUN: -no-integrated-as -fno-pic -c %s 2>&1 \
165 // CHECK-SPARCV9: as
172 // RUN: -no-integrated-as -fpic -c %s 2>&1 \
174 // CHECK-SPARCV9PIC: as
181 // RUN: -no-integrated-as -c %s 2>&1 \
183 // CHECK-SPARCV8: as
189 // RUN: -no-integrated-as -c %s 2>&1 \
191 // CHECK-SPARCV8EL: as
196 // RUN: %clang -target s390x-linux -### -no-integrated-as -c %s 2>&1 \
198 // CHECK-Z-DEFAULT-ARCH: as{{.*}} "-march=z10"
201 // RUN: -no-integrated-as -c %s 2>&1 \
203 // CHECK-Z-ARCH-Z196: as{{.*}} "-march=z196"
206 // RUN: -no-integrated-as -c %s 2>&1 \
208 // CHECK-PPC64LE: as{{.*}} "-mpower8"
211 // RUN: -no-integrated-as -c %s 2>&1 \
213 // CHECK-PPC64: as{{.*}} "-mpower7"
216 // RUN: -no-integrated-as -c %s 2>&1 \
218 // CHECK-PPC32: as{{.*}} "-mpower9"