aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-04-14 09:13:21 -1000
committerRichard Henderson <richard.henderson@linaro.org>2019-05-13 22:52:08 +0000
commita2ce146a06807fe1d1a81e878b8f249ff1e14038 (patch)
tree467ed6cf2cd4a1711e4691583977e29232c8b984 /tcg/i386/tcg-target.h
parent5ee5c14cacda27e904cd6b0d9e7ffe1acff42838 (diff)
downloadqemu-a2ce146a06807fe1d1a81e878b8f249ff1e14038.zip
qemu-a2ce146a06807fe1d1a81e878b8f249ff1e14038.tar.gz
qemu-a2ce146a06807fe1d1a81e878b8f249ff1e14038.tar.bz2
tcg/i386: Support vector variable shift opcodes
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/i386/tcg-target.h')
-rw-r--r--tcg/i386/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h
index 241bf19..b240633 100644
--- a/tcg/i386/tcg-target.h
+++ b/tcg/i386/tcg-target.h
@@ -184,7 +184,7 @@ extern bool have_avx2;
#define TCG_TARGET_HAS_neg_vec 0
#define TCG_TARGET_HAS_shi_vec 1
#define TCG_TARGET_HAS_shs_vec 0
-#define TCG_TARGET_HAS_shv_vec 0
+#define TCG_TARGET_HAS_shv_vec have_avx2
#define TCG_TARGET_HAS_cmp_vec 1
#define TCG_TARGET_HAS_mul_vec 1
#define TCG_TARGET_HAS_sat_vec 1