Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/i386/
H A Dtcg-target.h116 #define have_avx2 (cpuinfo & CPUINFO_AVX2) macro
206 #define TCG_TARGET_HAS_v256 have_avx2
221 #define TCG_TARGET_HAS_shv_vec have_avx2
H A Dtcg-target.c.inc906 if (have_avx2) {
938 if (have_avx2) {
982 if (have_avx2) {
991 } else if (have_avx2) {
3309 insn = (have_avx2 ? OPC_VPBLENDD : OPC_BLENDPS);
3722 return have_avx2;
3730 return have_avx2;
3742 return have_avx512vl ? 1 : have_avx2 ? -1 : 0;
4267 if (have_avx2) {
4296 if (have_avx2) {