target/i386: merge and enlarge a few ranges for call to disas_insn_new
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Feb 2024 12:56:40 +0000 (13:56 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:53:26 +0000 (08:53 +0200)
commit40c4b92f1c8df3b501484511f319d7220fd72eca
tree1070e1fde953ad93a357e67ef5038b0d2ccfc841
parentd7c41a60d0c5228d5adfc73c83facb1307a1d45e
target/i386: merge and enlarge a few ranges for call to disas_insn_new

Since new opcodes are not going to be added in translate.c, round the
case labels that call to disas_insn_new(), including whole sets of
eight opcodes when possible.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c