Searched refs:avx_regs_mask (Results 1 – 1 of 1) sorted by relevance
76 const uint64_t avx_regs_mask = UINT64_C(0x0000000000000006); in cpuinfo_x86_detect_isa() local77 if ((xcr0_valid_bits & avx_regs_mask) == avx_regs_mask) { in cpuinfo_x86_detect_isa()78 avx_regs = (xfeature_enabled_mask & avx_regs_mask) == avx_regs_mask; in cpuinfo_x86_detect_isa()