]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: split legacy decoder into a separate function
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Dec 2023 16:30:06 +0000 (17:30 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:53:26 +0000 (08:53 +0200)
commitef309ec2a6fab1265950c831b16c3e6a9e72a9c1
tree4af0784cc437f6c232512888294e0aa92f6ec9de
parent7795b455ddc491946c90953358b36915d42d386a
target/i386: split legacy decoder into a separate function

Split the bits that have some duplication with disas_insn_new, from
those that should be the main topic of the conversion.  This is the
first step towards removing duplicate decoding of prefixes between
disas_insn and disas_insn_new.

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