]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: port extensions of one-byte opcodes to new decoder
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 21 Oct 2023 15:51:23 +0000 (17:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:53:26 +0000 (08:53 +0200)
commit3519b813e1f1657d06b5af73bcbe50f6ba176a29
tree6360bcdd38b6f02611f4915ebc8aa8ec63c804fa
parent37861fa519a97324dbca67ee4c5b23bec21c24db
target/i386: port extensions of one-byte opcodes to new decoder

A few two-byte opcodes are simple extensions of existing one-byte opcodes;
they are easy to decode and need no change to emit.c.inc.  Port them to
the new decoder.

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/emit.c.inc
target/i386/tcg/translate.c