Searched refs:has_avx512bw (Results 1 – 5 of 5) sorted by relevance
88 int has_avx512bw = TestCpuFlag(kCpuHasAVX512BW); in main() local104 printf("Has AVX512BW %x\n", has_avx512bw); in main()
41 int has_avx512bw = TestCpuFlag(kCpuHasAVX512BW); in TEST_F() local58 printf("Has AVX512BW %d\n", has_avx512bw); in TEST_F()
95 unsigned has_avx512bw:1; member
654 util_cpu_caps.has_avx512bw = (regs3[1] >> 30) & 1; in util_cpu_detect_once()739 debug_printf("util_cpu_caps.has_avx512bw = %u\n", util_cpu_caps.has_avx512bw); in util_cpu_detect_once()
106 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512bw) { in swr_create_screen()