Searched refs:avx512vbmi2 (Results 1 – 16 of 16) sorted by relevance
/external/cpu_features/include/ |
D | cpuinfo_x86.h | 64 int avx512vbmi2 : 1; member
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 686 bool avx512vbmi2; member 1132 return cpuinfo_isa.avx512vbmi2; in cpuinfo_has_x86_avx512vbmi2()
|
/external/cpu_features/test/ |
D | cpuinfo_x86_test.cc | 86 EXPECT_FALSE(features.avx512vbmi2); in TEST()
|
/external/cpu_features/src/ |
D | cpuinfo_x86.c | 599 features->avx512vbmi2 = IsBitSet(leaf_7.ecx, 6); in ParseCpuId() 817 return features->avx512vbmi2; in GetX86FeaturesEnumValue()
|
/external/cpuinfo/src/x86/ |
D | isa.c | 453 isa.avx512vbmi2 = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00000040)); in cpuinfo_x86_detect_isa()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/ |
D | pr23997.ll | 106 …-lwp,-rdpid,-xop,+rdseed,-waitpkg,-sse4a,-avx512bw,+clflushopt,+xsave,-avx512vbmi2,-avx512vl,-avx5…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | avx512vbmi2-intrinsics-fast-isel.ll | 2 ; RUN: llc < %s -fast-isel -mtriple=i386-unknown-unknown -mattr=+avx512f,+avx512vbmi2 | FileCheck %… 3 ; RUN: llc < %s -fast-isel -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vbmi2 | FileCheck… 5 ; NOTE: This should use IR equivalent to what is generated by clang/test/CodeGen/avx512vbmi2-builti…
|
D | avx512vbmi2-intrinsics-upgrade.ll | 2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512vbmi2 --show-mc-encoding | FileCheck %s… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vbmi2 --show-mc-encoding | FileCheck …
|
D | avx512vbmi2-intrinsics.ll | 2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512vbmi2 --show-mc-encoding | FileCheck %s… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vbmi2 --show-mc-encoding | FileCheck …
|
D | avx512vbmi2vl-intrinsics-upgrade.ll | 2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512vbmi2,+avx512vl --show-mc-encoding | Fi… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vbmi2,+avx512vl --show-mc-encoding | …
|
D | avx512vbmi2vl-intrinsics.ll | 2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512vbmi2,+avx512vl --show-mc-encoding | Fi… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vbmi2,+avx512vl --show-mc-encoding | …
|
D | avx512vbmi2vl-intrinsics-fast-isel.ll | 2 ; RUN: llc < %s -fast-isel -mtriple=i386-unknown-unknown -mattr=+avx512f,+avx512vbmi2,+avx512vl | F… 3 ; RUN: llc < %s -fast-isel -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vbmi2,+avx512vl |…
|
/external/XNNPACK/third_party/ |
D | cpuinfo.patch | 1028 - isa.avx512vbmi2 = avx512_regs && !!(structured_feature_info.ecx & UINT32_C(0x00000040)); 1029 + isa.avx512vbmi2 = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00000040));
|
/external/XNNPACK/cmake/ |
D | cpuinfo.patch | 1028 - isa.avx512vbmi2 = avx512_regs && !!(structured_feature_info.ecx & UINT32_C(0x00000040)); 1029 + isa.avx512vbmi2 = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00000040));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86.td | 158 def FeatureVBMI2 : SubtargetFeature<"avx512vbmi2", "HasVBMI2", "true",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 173 …{ "avx512vbmi2", "Enable AVX-512 further Vector Byte Manipulation Instructions", { X86::FeatureVBM…
|