]> xenbits.xensource.com Git - qemu-xen.git/commit
target/i386: move 60-BF opcodes to new decoder
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Oct 2023 08:55:16 +0000 (10:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:53:14 +0000 (08:53 +0200)
commit5e9e21bcc4d22dbd4473cab494a1beefbd3786a9
treed60e5cb7691613743e8023bab0341ab494b6fc99
parent2666fbd271fdaae8b2956baf0a096e77c9b3c793
target/i386: move 60-BF opcodes to new decoder

Compared to the old decoder, the main differences in translation
are for the little-used ARPL instruction.  IMUL is adjusted a bit
to share more code to produce flags, but is otherwise very similar.

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