Home
last modified time | relevance | path

Searched refs:avx512_4fmaps (Results 1 – 10 of 10) sorted by relevance

/external/cpuinfo/include/
Dcpuinfo.h693 bool avx512_4fmaps; member
1188 return cpuinfo_isa.avx512_4fmaps; in cpuinfo_has_x86_avx512_4fmaps()
/external/cpuinfo/src/x86/
Disa.c483 isa.avx512_4fmaps = avx512_regs && !!(structured_feature_info0.edx & UINT32_C(0x00000008)); in cpuinfo_x86_detect_isa()
/external/cpuinfo/test/mock/
Dzenfone-2e.cc429 TEST(ISA, avx512_4fmaps) { in TEST() argument
Dzenfone-2.cc429 TEST(ISA, avx512_4fmaps) { in TEST() argument
Dalldocube-iwork8.cc429 TEST(ISA, avx512_4fmaps) { in TEST() argument
Dzenfone-c.cc429 TEST(ISA, avx512_4fmaps) { in TEST() argument
Dmemo-pad-7.cc429 TEST(ISA, avx512_4fmaps) { in TEST() argument
Dleagoo-t5c.cc429 TEST(ISA, avx512_4fmaps) { in TEST() argument
/external/XNNPACK/third_party/
Dcpuinfo.patch192 bool avx512_4fmaps;
1068 - isa.avx512_4fmaps = avx512_regs && !!(structured_feature_info.edx & UINT32_C(0x00000008));
1069 + isa.avx512_4fmaps = avx512_regs && !!(structured_feature_info0.edx & UINT32_C(0x00000008));
/external/XNNPACK/cmake/
Dcpuinfo.patch192 bool avx512_4fmaps;
1068 - isa.avx512_4fmaps = avx512_regs && !!(structured_feature_info.edx & UINT32_C(0x00000008));
1069 + isa.avx512_4fmaps = avx512_regs && !!(structured_feature_info0.edx & UINT32_C(0x00000008));