Lines Matching full:neon
3 // RUN: %clang -target aarch64-linux-eabi -mfpu=neon %s -### -o %t.o 2>&1 \
4 // RUN: | FileCheck --check-prefix=CHECK-NEON %s
6 // RUN: | FileCheck --check-prefix=CHECK-NEON %s
7 // RUN: %clang -target arm64-linux-eabi -mfpu=neon %s -### -o %t.o 2>&1 \
8 // RUN: | FileCheck --check-prefix=CHECK-NEON %s
10 // RUN: | FileCheck --check-prefix=CHECK-NEON %s
11 // CHECK-NEON: "-target-feature" "+neon"
19 // RUN: %clang -target aarch64-linux-eabi -mfpu=neon-fp-armv8 %s -### 2>&1 \
20 // RUN: | FileCheck --check-prefix=CHECK-NEON-FP-ARMV8 %s
21 // RUN: %clang -target arm64-linux-eabi -mfpu=neon-fp-armv8 %s -### 2>&1 \
22 // RUN: | FileCheck --check-prefix=CHECK-NEON-FP-ARMV8 %s
23 // CHECK-NEON-FP-ARMV8: "-target-feature" "+fp-armv8"
24 // CHECK-NEON-FP-ARMV8: "-target-feature" "+neon"
26 // RUN: %clang -target aarch64-linux-eabi -mfpu=crypto-neon-fp-armv8 %s -### 2>&1 \
27 // RUN: | FileCheck --check-prefix=CHECK-CRYPTO-NEON-FP-ARMV8 %s
28 // RUN: %clang -target arm64-linux-eabi -mfpu=crypto-neon-fp-armv8 %s -### 2>&1 \
29 // RUN: | FileCheck --check-prefix=CHECK-CRYPTO-NEON-FP-ARMV8 %s
30 // CHECK-CRYPTO-NEON-FP-ARMV8: "-target-feature" "+fp-armv8"
31 // CHECK-CRYPTO-NEON-FP-ARMV8: "-target-feature" "+neon"
32 // CHECK-CRYPTO-NEON-FP-ARMV8: "-target-feature" "+crypto"