]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: extract gen_far_call/jmp, reordering temporaries
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 23 Oct 2023 06:49:12 +0000 (08:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 06:52:19 +0000 (08:52 +0200)
commit442e38c4fb9b89fb2b3c9ac3e661c93aa1dc40f9
tree739f2a7f9a0d5784752ec99bb4abf165cc6319fb
parentcc1d28bdbe0f0abe75ff94518458e090137c5ea6
target/i386: extract gen_far_call/jmp, reordering temporaries

Extract the code into new functions, and swap T0/T1 so that T0 corresponds
to the first immediate in the instruction stream.

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