Lines Matching full:feature
1 // Test that different values of -mhwdiv pick correct ARM hwdiv target-feature(s).
5 // CHECK-DEFAULT-NOT: "-target-feature" "+hwdiv"
6 // CHECK-DEFAULT-NOT: "-target-feature" "+hwdiv-arm"
10 // CHECK-ARM: "-target-feature" "+hwdiv-arm"
11 // CHECK-ARM: "-target-feature" "-hwdiv"
15 // CHECK-THUMB: "-target-feature" "-hwdiv-arm"
16 // CHECK-THUMB: "-target-feature" "+hwdiv"
20 // CHECK-ARM-THUMB: "-target-feature" "+hwdiv-arm"
21 // CHECK-ARM-THUMB: "-target-feature" "+hwdiv"
25 // CHECK-THUMB-ARM: "-target-feature" "+hwdiv-arm"
26 // CHECK-THUMB-ARM: "-target-feature" "+hwdiv"
30 // CHECK-NONE: "-target-feature" "-hwdiv-arm"
31 // CHECK-NONE: "-target-feature" "-hwdiv"
37 // CHECK-ALT: "-target-feature" "+hwdiv-arm"
38 // CHECK-ALT: "-target-feature" "-hwdiv"
42 // CHECK-ALT-EQ: "-target-feature" "+hwdiv-arm"
43 // CHECK-ALT-EQ: "-target-feature" "-hwdiv"