commit | 442e38c4fb9b89fb2b3c9ac3e661c93aa1dc40f9 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 23 08:49:12 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 08:52:19 2024 +0200 |
tree | 739f2a7f9a0d5784752ec99bb4abf165cc6319fb | |
parent | cc1d28bdbe0f0abe75ff94518458e090137c5ea6 [diff] |
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>