mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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>
This commit is contained in:
parent
786c7ef3b7
commit
a2a19b429b
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue