Home
last modified time | relevance | path

Searched refs:avx512vpopcntdq (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dprefer-avx256-popcnt.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512vpopcntdq,+prefer-256-bit |…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512vpopcntdq,-prefer-256-bit |…
4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vpopcntdq,+prefer-256-bit | …
5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vpopcntdq,-prefer-256-bit | …
Davx512vpopcntdq-intrinsics.ll2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512vpopcntdq --show-mc-encoding | FileChec…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq --show-mc-encoding | FileCh…
Davx512vpopcntdq-schedule.ll2 …-mtriple=x86_64-unknown-unknown -print-schedule -mcpu=x86-64 -mattr=+avx512vpopcntdq | FileCheck %…
Dvector-popcnt-512.ll4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512bw | FileCheck %s --…
Dvector-popcnt-256.ll4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512vl | FileCheck %s --…
Dvector-popcnt-128.ll8 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
9 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512vl | FileCheck %s --…
Dvector-tzcnt-256.ll6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512vl | FileCheck %s --…
Dvector-tzcnt-512.ll5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
/external/cpu_features/include/
Dcpuinfo_x86.h67 int avx512vpopcntdq : 1; member
/external/cpuinfo/include/
Dcpuinfo.h688 bool avx512vpopcntdq; member
1148 return cpuinfo_isa.avx512vpopcntdq; in cpuinfo_has_x86_avx512vpopcntdq()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DX86TargetParser.def149 X86_FEATURE_COMPAT(30, FEATURE_AVX512VPOPCNTDQ, "avx512vpopcntdq")
/external/cpu_features/test/
Dcpuinfo_x86_test.cc89 EXPECT_FALSE(features.avx512vpopcntdq); in TEST()
/external/cpu_features/src/
Dcpuinfo_x86.c602 features->avx512vpopcntdq = IsBitSet(leaf_7.ecx, 14); in ParseCpuId()
823 return features->avx512vpopcntdq; in GetX86FeaturesEnumValue()
/external/cpuinfo/src/x86/
Disa.c465 isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000)); in cpuinfo_x86_detect_isa()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dpr23997.ll106 …se,+xsavec,+popcnt,+aes,-avx512bitalg,+xsaves,-avx512er,-avx512vnni,-avx512vpopcntdq,-clwb,-avx512…
/external/cpuinfo/test/mock/
Dzenfone-2e.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dzenfone-2.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dalldocube-iwork8.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dzenfone-c.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dmemo-pad-7.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dleagoo-t5c.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
/external/XNNPACK/third_party/
Dcpuinfo.patch187 bool avx512vpopcntdq;
1044 - isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info.ecx & UINT32_C(0x00004000));
1045 + isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000));
/external/XNNPACK/cmake/
Dcpuinfo.patch187 bool avx512vpopcntdq;
1044 - isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info.ecx & UINT32_C(0x00004000));
1045 + isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000));
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/
Davx-512.txt3 # RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 -mattr=+avx512vpopcntdq | FileCheck %s…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86.td137 def FeatureVPOPCNTDQ : SubtargetFeature<"avx512vpopcntdq", "HasVPOPCNTDQ",

12