Lines Matching full:as

4 // RUN:   -no-integrated-as -c %s 2>&1 \
5 // RUN: | FileCheck -check-prefix=MIPS32-EB-AS %s
6 // MIPS32-EB-AS: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EB"
7 // MIPS32-EB-AS-NOT: "-KPIC"
10 // RUN: -no-integrated-as -fPIC -c %s 2>&1 \
12 // MIPS32-EB-PIC: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EB"
16 // RUN: -no-integrated-as -fpic -c %s 2>&1 \
18 // MIPS32-EB-PIC-SMALL: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EB"
22 // RUN: -no-integrated-as -fPIE -c %s 2>&1 \
24 // MIPS32-EB-PIE: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EB"
28 // RUN: -no-integrated-as -fpie -c %s 2>&1 \
30 // MIPS32-EB-PIE-SMALL: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EB"
34 // RUN: -no-integrated-as -c %s 2>&1 \
35 // RUN: | FileCheck -check-prefix=MIPS32-DEF-EL-AS %s
36 // MIPS32-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EL"
39 // RUN: -no-integrated-as -c %s 2>&1 \
40 // RUN: | FileCheck -check-prefix=MIPS64-EB-AS %s
41 // MIPS64-EB-AS: as{{(.exe)?}}" "-march" "mips3" "-mabi" "64" "-EB"
44 // RUN: -no-integrated-as -c %s 2>&1 \
45 // RUN: | FileCheck -check-prefix=MIPS64-DEF-EL-AS %s
46 // MIPS64-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips3" "-mabi" "64" "-EL"
49 // RUN: -no-integrated-as -c %s 2>&1 \
51 // MIPS-N32: as{{(.exe)?}}" "-march" "mips3" "-mabi" "n32" "-EB"
54 // RUN: -no-integrated-as -c %s 2>&1 \
55 // RUN: | FileCheck -check-prefix=MIPS32-EL-AS %s
56 // MIPS32-EL-AS: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EL"
59 // RUN: -no-integrated-as -c %s 2>&1 \
60 // RUN: | FileCheck -check-prefix=MIPS64-EL-AS %s
61 // MIPS64-EL-AS: as{{(.exe)?}}" "-march" "mips3" "-mabi" "64" "-EL"
64 // RUN: -no-integrated-as -c %s 2>&1 \
66 // MIPS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
69 // RUN: -no-integrated-as -c %s 2>&1 \
71 // MIPS-ALIAS-32: as{{(.exe)?}}" "-march" "mips32" "-mabi" "32" "-EB"
74 // RUN: -no-integrated-as -c %s 2>&1 \
76 // MIPS-ALIAS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
79 // RUN: -no-integrated-as -c %s 2>&1 \
81 // MIPS-ALIAS-64: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB"
84 // RUN: -no-integrated-as -c %s 2>&1 \
86 // MIPS-ALIAS-64R2: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EB"
89 // RUN: -no-integrated-as -G0 -c %s 2>&1 \
90 // RUN: | FileCheck -check-prefix=MIPS32-EB-AS-G0 %s
91 // MIPS32-EB-AS-G0: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-EB" "-G0"
92 // MIPS32-EB-AS-G0-NOT: "-KPIC"