Home | History | Annotate | Download | only in Driver

Lines Matching full:mips16

13 // -mips16
15 // RUN: -mno-mips16 -mips16 2>&1 \
16 // RUN: | FileCheck --check-prefix=CHECK-MIPS16 %s
17 // CHECK-MIPS16: "-target-feature" "+mips16"
19 // -mno-mips16
21 // RUN: -mips16 -mno-mips16 2>&1 \
23 // CHECK-NOMIPS16: "-target-feature" "-mips16"