Lines Matching full:mips4
66 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-mips4 2>&1 | \
67 // RUN: FileCheck -check-prefix=MIPS4 %s
68 // MIPS4: -cc1as
69 // MIPS4: "-target-feature" "+mips4"
126 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-mips64r2,-mips4 2>&1 | \
127 // RUN: FileCheck -check-prefix=MIPS64R2-MIPS4 %s
128 // MIPS64R2-MIPS4: -cc1as
129 // MIPS64R2-MIPS4-NOT: "-target-feature" "+mips64r2"
130 // MIPS64R2-MIPS4: "-target-feature" "+mips4"
131 // MIPS64R2-MIPS4-NOT: "-target-feature" "+mips64r2"