Home | History | Annotate | Download | only in Driver

Lines Matching full:mips32

5 // RUN:   | FileCheck -check-prefix=MIPS32-EB-AS %s
6 // MIPS32-EB-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
7 // MIPS32-EB-AS-NOT: "-KPIC"
11 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIC %s
12 // MIPS32-EB-PIC: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
13 // MIPS32-EB-PIC: "-KPIC"
17 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIC-SMALL %s
18 // MIPS32-EB-PIC-SMALL: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
19 // MIPS32-EB-PIC-SMALL: "-KPIC"
23 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIE %s
24 // MIPS32-EB-PIE: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
25 // MIPS32-EB-PIE: "-KPIC"
29 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIE-SMALL %s
30 // MIPS32-EB-PIE-SMALL: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
31 // MIPS32-EB-PIE-SMALL: "-KPIC"
35 // RUN: | FileCheck -check-prefix=MIPS32-DEF-EL-AS %s
36 // MIPS32-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EL"
60 // RUN: | FileCheck -check-prefix=MIPS32-EL-AS %s
61 // MIPS32-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EL"
73 // RUN: %clang -target mips-unknown-freebsd -mips32 -### \
76 // MIPS-ALIAS-32: as{{(.exe)?}}" "-march" "mips32" "-mabi" "32" "-EB"