]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: remove now-converted opcodes from old decoder
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Apr 2024 08:22:36 +0000 (10:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:53:26 +0000 (08:53 +0200)
commitaef4f4affde2c8d644e8a509171d5995a3983f56
tree402c4e150e8d18101069fa687177dca1801c2345
parent3519b813e1f1657d06b5af73bcbe50f6ba176a29
target/i386: remove now-converted opcodes from old decoder

Send all converted opcodes to disas_insn_new() directly from the big
decoding switch statement; once more, the debugging/bisecting logic
disappears.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/helper.h
target/i386/tcg/decode-new.c.inc
target/i386/tcg/int_helper.c
target/i386/tcg/shift_helper_template.h.inc [deleted file]
target/i386/tcg/translate.c