Searched refs:avx_regs (Results 1 – 1 of 1) sorted by relevance
55 bool avx_regs = false, avx512_regs = false, mpx_regs = false; in cpuinfo_x86_detect_isa() local78 avx_regs = (xfeature_enabled_mask & avx_regs_mask) == avx_regs_mask; in cpuinfo_x86_detect_isa()365 isa.avx = avx_regs && !!(basic_info.ecx & UINT32_C(0x10000000)); in cpuinfo_x86_detect_isa()371 isa.fma3 = avx_regs && !!(basic_info.ecx & UINT32_C(0x00001000)); in cpuinfo_x86_detect_isa()377 isa.fma4 = avx_regs && !!(extended_info.ecx & UINT32_C(0x00010000)); in cpuinfo_x86_detect_isa()383 isa.xop = avx_regs && !!(extended_info.ecx & UINT32_C(0x00000800)); in cpuinfo_x86_detect_isa()389 isa.f16c = avx_regs && !!(basic_info.ecx & UINT32_C(0x20000000)); in cpuinfo_x86_detect_isa()395 isa.avx2 = avx_regs && !!(structured_feature_info0.ebx & UINT32_C(0x00000020)); in cpuinfo_x86_detect_isa()