Searched refs:has_avx512vbmi (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.h87 unsigned has_avx512vbmi:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c503 util_cpu_caps.has_avx512vbmi = (regs3[2] >> 1) & 1;
589 debug_printf("util_cpu_caps.has_avx512vbmi = %u\n", util_cpu_caps.has_avx512vbmi);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h115 unsigned has_avx512vbmi:1; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c771 util_cpu_caps.has_avx512vbmi = (regs3[2] >> 1) & 1;
861 printf("util_cpu_caps.has_avx512vbmi = %u\n", util_cpu_caps.has_avx512vbmi);

Completed in 5 milliseconds