Home | History | Annotate | Download | only in Driver

Lines Matching full:mips64

23 // RUN: %clang -target mips64-linux-gnu -### \
33 // RUN: %clang -target mips64-linux-gnu -mabi=n32 -### \
61 // RUN: %clang -target mips64-linux-gnu -march=octeon -### \
116 // RUN: %clang -target mips64-linux-gnu -mips64 -### \
119 // MIPS-ALIAS-64: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-mno-shared" "-KPIC" "-EB"
121 // RUN: %clang -target mips64-linux-gnu -mips64r2 -### \
126 // RUN: %clang -target mips64-linux-gnu -mips64r3 -### \
131 // RUN: %clang -target mips64-linux-gnu -mips64r5 -### \
136 // RUN: %clang -target mips64-linux-gnu -mips64r6 -### \
235 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips3 \
239 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips4 \
243 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips5 \
257 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips64 \
258 // RUN: 2>&1 | FileCheck -check-prefix=MIPS64-EB-AS %s
259 // MIPS64-EB-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-mno-shared" "-KPIC" "-EB"
261 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips64r6 \