Home
last modified time | relevance | path

Searched refs:have_avx512dq (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tcg/i386/
H A Dtcg-target.h126 #define have_avx512dq ((cpuinfo & CPUINFO_AVX512DQ) && have_avx512vl) macro
H A Dtcg-target.c.inc3210 if ((vece <= MO_16 ? have_avx512bw : have_avx512dq)
3973 return have_avx512dq;
4212 if (vece == MO_64 && !have_avx512dq && is_unsigned_cond(cond)) {