Lines Matching full:neon
8 // CHECK-DEFAULT-NOT: "-target-feature" "+neon"
20 // CHECK-FPA: "-target-feature" "-neon"
28 // CHECK-VFP3-D16: "-target-feature" "-neon"
33 // CHECK-VFP: "-target-feature" "-neon"
40 // CHECK-VFP3: "-target-feature" "-neon"
42 // RUN: %clang -target arm-linux-eabi -mfpu=neon %s -### -o %t.o 2>&1 \
43 // RUN: | FileCheck --check-prefix=CHECK-NEON %s
44 // CHECK-NEON: "-target-feature" "+neon"
48 // CHECK-SOFT-FLOAT: "-target-feature" "-neon"
54 // RUN: %clang -target armv8-linux-gnueabihf -mfpu=neon-fp-armv8 %s -### 2>&1 \
55 // RUN: | FileCheck --check-prefix=CHECK-NEON-FP-ARMV8 %s
56 // CHECK-NEON-FP-ARMV8: "-target-feature" "+v8fp"
57 // CHECK-NEON-FP-ARMV8: "-target-feature" "+neon"