Searched refs:avx512_4fmaps (Results 1 – 10 of 10) sorted by relevance
693 bool avx512_4fmaps; member1188 return cpuinfo_isa.avx512_4fmaps; in cpuinfo_has_x86_avx512_4fmaps()
483 isa.avx512_4fmaps = avx512_regs && !!(structured_feature_info0.edx & UINT32_C(0x00000008)); in cpuinfo_x86_detect_isa()
429 TEST(ISA, avx512_4fmaps) { in TEST() argument
192 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));