Home
last modified time | relevance | path

Searched refs:CPUINFO_AVX512F (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/host/include/i386/host/
H A Dcpuinfo.h21 #define CPUINFO_AVX512F (1u << 11) macro
/openbmc/qemu/util/
H A Dcpuinfo-i386.c55 info |= (b7 & bit_AVX512F ? CPUINFO_AVX512F : 0); in cpuinfo_init()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h124 (cpuinfo & CPUINFO_AVX512F))