Skip to content

Commit

Permalink
tcg/i386: Remove rotls_vec from tcg_target_op_def
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rth7680 committed Mar 4, 2022
1 parent 786c7ef commit a2a19b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tcg/i386/tcg-target.c.inc
Expand Up @@ -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:
Expand Down

0 comments on commit a2a19b4

Please sign in to comment.