commit | 40c4b92f1c8df3b501484511f319d7220fd72eca | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 15 13:56:40 2024 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 08:53:26 2024 +0200 |
tree | 1070e1fde953ad93a357e67ef5038b0d2ccfc841 | |
parent | d7c41a60d0c5228d5adfc73c83facb1307a1d45e [diff] |
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>