]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: decode x87 instructions in a separate function
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 Oct 2023 06:42:58 +0000 (08:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:53:26 +0000 (08:53 +0200)
commit7795b455ddc491946c90953358b36915d42d386a
tree2589ea74619274a5a3605a6df119a75c3e2a192b
parentaef4f4affde2c8d644e8a509171d5995a3983f56
target/i386: decode x87 instructions in a separate function

These are unlikely to be converted to the table-based decoding
soon (perhaps there could be generic ESC decoding in decode-new.c.inc
for the Mod/RM byte, but not operand decoding), so keep them separate
from the remaining legacy-decoded instructions.

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