Home
last modified time | relevance | path

Searched refs:sve2 (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm-project/llvm/test/MC/AArch64/SVE2/
Ddirective-arch_extension.s3 .arch_extension sve2
7 .arch_extension sve2-aes
11 .arch_extension sve2-sm4
15 .arch_extension sve2-sha3
19 .arch_extension sve2-bitperm
Ddirective-cpu.s3 .cpu generic+sve2
7 .cpu generic+sve2-aes
11 .cpu generic+sve2-sm4
15 .cpu generic+sve2-sha3
19 .cpu generic+sve2-bitperm
Ddirective-arch.s3 .arch armv8-a+sve2
7 .arch armv8-a+sve2-aes
11 .arch armv8-a+sve2-sm4
15 .arch armv8-a+sve2-sha3
19 .arch armv8-a+sve2-bitperm
Ddirective-arch_extension-negative.s3 .arch_extension sve2
9 .arch_extension sve2-aes
15 .arch_extension sve2-sm4
21 .arch_extension sve2-sha3
27 .arch_extension sve2-bitperm
Ddirective-cpu-negative.s3 .cpu generic+sve2
9 .cpu generic+sve2-aes
15 .cpu generic+sve2-sm4
21 .cpu generic+sve2-sha3
27 .cpu generic+sve2-bitperm
Ddirective-arch-negative.s3 .arch armv8-a+sve2
9 .arch armv8-a+sve2-aes
15 .arch armv8-a+sve2-sm4
21 .arch armv8-a+sve2-sha3
27 .arch armv8-a+sve2-bitperm
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAArch64TargetParser.def71 AARCH64_ARCH_EXT_NAME("sve2", AArch64::AEK_SVE2, "+sve2", "-sve2")
72 AARCH64_ARCH_EXT_NAME("sve2-aes", AArch64::AEK_SVE2AES, "+sve2-aes", "-sve2-aes")
73 AARCH64_ARCH_EXT_NAME("sve2-sm4", AArch64::AEK_SVE2SM4, "+sve2-sm4", "-sve2-sm4")
74 AARCH64_ARCH_EXT_NAME("sve2-sha3", AArch64::AEK_SVE2SHA3, "+sve2-sha3", "-sve2-sha3")
75 AARCH64_ARCH_EXT_NAME("sve2-bitperm", AArch64::AEK_SVE2BITPERM, "+sve2-bitperm", "-sve2-bitperm")
/external/llvm-project/llvm/include/llvm/Support/
DAArch64TargetParser.def86 AARCH64_ARCH_EXT_NAME("sve2", AArch64::AEK_SVE2, "+sve2", "-sve2")
87 AARCH64_ARCH_EXT_NAME("sve2-aes", AArch64::AEK_SVE2AES, "+sve2-aes", "-sve2-aes")
88 AARCH64_ARCH_EXT_NAME("sve2-sm4", AArch64::AEK_SVE2SM4, "+sve2-sm4", "-sve2-sm4")
89 AARCH64_ARCH_EXT_NAME("sve2-sha3", AArch64::AEK_SVE2SHA3, "+sve2-sha3", "-sve2-sha3")
90 AARCH64_ARCH_EXT_NAME("sve2-bitperm", AArch64::AEK_SVE2BITPERM, "+sve2-bitperm", "-sve2-bitperm")
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsve2-intrinsics-crypto.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2-aes,+sve2-sha3,+sve2-sm4 -asm-verbose=0 < %s 2>%…
Dsve2-intrinsics-polynomial-arithmetic-128.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2-aes -asm-verbose=0 < %s 2>%t | FileCheck %s
Dsve2-intrinsics-fp-int-binary-logarithm.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 -asm-verbose=0 < %s 2>%t | FileCheck %s
Dsve2-intrinsics-vec-hist-count.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 -asm-verbose=0 < %s 2>%t | FileCheck %s
Dsve2-intrinsics-bit-permutation.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2,+sve2-bitperm < %s 2>%t | FileCheck %s
Dsve2-intrinsics-complex-dot.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 < %s 2>%t | FileCheck %s
Dsve2-intrinsics-character-match.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 -asm-verbose=0 < %s 2>%t | FileCheck %s
Dsve2-intrinsics-uniform-dsp-zeroing.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 -asm-verbose=0 -mattr=+use-experimental-zeroing-…
Dsve2-intrinsics-nt-scatter-stores-64bit-scaled-offset.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 < %s 2>%t | FileCheck %s
Dsve2-intrinsics-nt-scatter-stores-64bit-unscaled-offset.ll1 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 < %s 2>%t | FileCheck %s
/external/cpu_features/test/
Dcpuinfo_aarch64_test.cc71 EXPECT_TRUE(info.features.sve2); in TEST()
151 EXPECT_FALSE(info.features.sve2); in TEST()
/external/cpu_features/include/
Dcpuinfo_aarch64.h57 int sve2 : 1; // Scalable Vector Extension (version 2). member
/external/cpuinfo/src/arm/linux/
Daarch64-isa.c125 isa->sve2 = true; in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo()
/external/cpu_features/src/
Dcpuinfo_aarch64.c61 FEATURE(AARCH64_SVE2, sve2, "sve2", 0, AARCH64_HWCAP2_SVE2) \
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td106 def FeatureSVE2 : SubtargetFeature<"sve2", "HasSVE2", "true",
109 def FeatureSVE2AES : SubtargetFeature<"sve2-aes", "HasSVE2AES", "true",
112 def FeatureSVE2SM4 : SubtargetFeature<"sve2-sm4", "HasSVE2SM4", "true",
115 def FeatureSVE2SHA3 : SubtargetFeature<"sve2-sha3", "HasSVE2SHA3", "true",
118 def FeatureSVE2BitPerm : SubtargetFeature<"sve2-bitperm", "HasSVE2BitPerm", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64.td129 def FeatureSVE2 : SubtargetFeature<"sve2", "HasSVE2", "true",
132 def FeatureSVE2AES : SubtargetFeature<"sve2-aes", "HasSVE2AES", "true",
135 def FeatureSVE2SM4 : SubtargetFeature<"sve2-sm4", "HasSVE2SM4", "true",
138 def FeatureSVE2SHA3 : SubtargetFeature<"sve2-sha3", "HasSVE2SHA3", "true",
141 def FeatureSVE2BitPerm : SubtargetFeature<"sve2-bitperm", "HasSVE2BitPerm", "true",
/external/cpuinfo/include/
Dcpuinfo.h1464 bool sve2; member
1790 return cpuinfo_isa.sve2; in cpuinfo_has_arm_sve2()

123