From: Richard Henderson Date: Sat, 18 Dec 2021 19:23:09 +0000 (-0800) Subject: tcg/i386: Remove rotls_vec from tcg_target_op_def X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a2a19b429b0daaf560e03aaa4851feb9f1fc5fac;p=qemu.git 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 Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- 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: