]> xenbits.xensource.com Git - qemu-xen.git/commit
target/i386: move remaining conditional operations to new decoder
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Oct 2023 09:51:58 +0000 (11:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:53:26 +0000 (08:53 +0200)
commit2b8046f3618756dee9c8169bc389b890c43f7190
tree69c8f09ae1a4a6d455bac1579c1d80d0182f4da1
parent40c4b92f1c8df3b501484511f319d7220fd72eca
target/i386: move remaining conditional operations to new decoder

Move long-displacement Jcc, SETcc and CMOVcc to the new decoder.
While filling in the tables makes the code seem longer, the new
emitters are all just one line of code.

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