Searched refs:avx512_regs_mask (Results 1 – 1 of 1) sorted by relevance
89 const uint64_t avx512_regs_mask = UINT64_C(0x00000000000000E6); in cpuinfo_x86_detect_isa() local90 if ((xcr0_valid_bits & avx512_regs_mask) == avx512_regs_mask) { in cpuinfo_x86_detect_isa()91 avx512_regs = (xfeature_enabled_mask & avx512_regs_mask) == avx512_regs_mask; in cpuinfo_x86_detect_isa()