Home | History | Annotate | Download | only in Driver

Lines Matching full:mips16

86 // RUN:   FileCheck -check-prefix=MIPS16-DEFAULT %s
87 // MIPS16-DEFAULT: -cc1as
88 // MIPS16-DEFAULT-NOT: "-target-feature" "{{[+-]}}mips16"
90 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mips16 2>&1 | \
91 // RUN: FileCheck -check-prefix=MIPS16-ON %s
92 // MIPS16-ON: -cc1as
93 // MIPS16-ON: "-target-feature" "+mips16"
95 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mno-mips16 2>&1 | \
96 // RUN: FileCheck -check-prefix=MIPS16-OFF %s
97 // MIPS16-OFF: -cc1as
98 // MIPS16-OFF: "-target-feature" "-mips16"