summaryrefslogtreecommitdiffstats
path: root/tcg
diff options
context:
space:
mode:
authorRichard Henderson2021-12-18 20:23:09 +0100
committerRichard Henderson2022-03-04 19:50:41 +0100
commita2a19b429b0daaf560e03aaa4851feb9f1fc5fac (patch)
tree0dadef90264d35857a01bcbd87d757453905b825 /tcg
parenttcg/i386: Expand vector word rotate as avx512vbmi2 shift-double (diff)
downloadqemu-a2a19b429b0daaf560e03aaa4851feb9f1fc5fac.tar.gz
qemu-a2a19b429b0daaf560e03aaa4851feb9f1fc5fac.tar.xz
qemu-a2a19b429b0daaf560e03aaa4851feb9f1fc5fac.zip
tcg/i386: Remove rotls_vec from tcg_target_op_def
There is no such instruction on x86, so we should not be pretending it has arguments. Tested-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/i386/tcg-target.c.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.c.inc b/tcg/i386/tcg-target.c.inc
index 19cf124456..1fbb4b0593 100644
--- a/tcg/i386/tcg-target.c.inc
+++ b/tcg/i386/tcg-target.c.inc
@@ -3329,7 +3329,6 @@ static TCGConstraintSetIndex tcg_target_op_def(TCGOpcode op)
case INDEX_op_shls_vec:
case INDEX_op_shrs_vec:
case INDEX_op_sars_vec:
- case INDEX_op_rotls_vec:
case INDEX_op_cmp_vec:
case INDEX_op_x86_shufps_vec:
case INDEX_op_x86_blend_vec: