]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: use tcg_gen_ext_tl when applicable
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Sep 2024 07:50:00 +0000 (09:50 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 17:28:33 +0000 (18:28 +0100)
commita635390f05f37e6e1d3ce2850a1d8564be0081ad
treebe8e67b5205066deefc3812f175ef0d06420178e
parentcf4344639bbedb3f941488af75f44da9aa3d8650
target/i386: use tcg_gen_ext_tl when applicable

Prefer it to gen_ext_tl in the common case where the destination is known.

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