Searched refs:cpu_has_avx512_vbmi (Results 1 – 3 of 3) sorted by relevance
112 #define cpu_has_avx512_vbmi boot_cpu_has(X86_FEATURE_AVX512_VBMI) macro
159 #define cpu_has_avx512_vbmi (cp.feat.avx512_vbmi && xcr0_mask(0xe6)) macro
168 return cpu_has_avx512_vbmi; in simd_check_avx512vbmi()173 return cpu_has_avx512_vbmi && cpu_has_avx512vl; in simd_check_avx512vbmi_vl()
Completed in 9 milliseconds