Lines Matching full:mips16
59 // Default -mips16
61 // RUN: -target mips-linux-gnu -mips16 \
62 // RUN: | FileCheck --check-prefix=CHECK-DEF-MIPS16 %s
63 // CHECK-DEF-MIPS16: "-target-feature" "+mips16"
64 // CHECK-DEF-MIPS16: "-mfloat-abi" "hard"
66 // -mhard-float -mips16
68 // RUN: -target mips-linux-gnu -mhard-float -mips16 \
69 // RUN: | FileCheck --check-prefix=CHECK-HARD-MIPS16 %s
70 // CHECK-HARD-MIPS16: "-target-feature" "+mips16"
71 // CHECK-HARD-MIPS16: "-mfloat-abi" "hard"
73 // -msoft-float -mips16
75 // RUN: -target mips-linux-gnu -msoft-float -mips16 \
76 // RUN: | FileCheck --check-prefix=CHECK-SOFT-MIPS16 %s
77 // CHECK-SOFT-MIPS16: "-target-feature" "+soft-float"
78 // CHECK-SOFT-MIPS16: "-target-feature" "+mips16"
79 // CHECK-SOFT-MIPS16: "-msoft-float"
80 // CHECK-SOFT-MIPS16: "-mfloat-abi" "soft"
82 // -mfloat-abi=hard -mips16
84 // RUN: -target mips-linux-gnu -mfloat-abi=hard -mips16 \
85 // RUN: | FileCheck --check-prefix=CHECK-ABI-HARD-MIPS16 %s
86 // CHECK-ABI-HARD-MIPS16: "-target-feature" "+mips16"
87 // CHECK-ABI-HARD-MIPS16: "-mfloat-abi" "hard"
89 // -mfloat-abi=soft -mips16
91 // RUN: -target mips-linux-gnu -mfloat-abi=soft -mips16 \
92 // RUN: | FileCheck --check-prefix=CHECK-ABI-SOFT-MIPS16 %s
93 // CHECK-ABI-SOFT-MIPS16: "-target-feature" "+soft-float"
94 // CHECK-ABI-SOFT-MIPS16: "-target-feature" "+mips16"
95 // CHECK-ABI-SOFT-MIPS16: "-msoft-float"
96 // CHECK-ABI-SOFT-MIPS16: "-mfloat-abi" "soft"