Searched refs:avx512_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() local91 avx512_regs = (xfeature_enabled_mask & avx512_regs_mask) == avx512_regs_mask; in cpuinfo_x86_detect_isa()401 isa.avx512f = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x00010000)); in cpuinfo_x86_detect_isa()407 isa.avx512pf = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x04000000)); in cpuinfo_x86_detect_isa()413 isa.avx512er = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x08000000)); in cpuinfo_x86_detect_isa()419 isa.avx512cd = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x10000000)); in cpuinfo_x86_detect_isa()425 isa.avx512dq = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x00020000)); in cpuinfo_x86_detect_isa()431 isa.avx512bw = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x40000000)); in cpuinfo_x86_detect_isa()437 isa.avx512vl = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x80000000)); in cpuinfo_x86_detect_isa()443 isa.avx512ifma = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x00200000)); in cpuinfo_x86_detect_isa()[all …]