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.inc955 if (have_avx2) {
986 if (have_avx2) {
1030 if (have_avx2) {
1039 } else if (have_avx2) {
3542 insn = (have_avx2 ? OPC_VPBLENDD : OPC_BLENDPS);
3944 return have_avx2;
3952 return have_avx2;
3964 return have_avx512vl ? 1 : have_avx2 ? -1 : 0;
4403 if (have_avx2) {
4432 if (have_avx2) {