target/i386: Introduce DISAS_JUMP
commitfaf9ea5fa5558782b4031be16145758caf5e20e5
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 14:09:22 +0000 (1 07:09 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Oct 2022 07:36:01 +0000 (11 09:36 +0200)
treef88b471181cd6c89048d8b16dca220c040b7b4bc
parent122e6d7b4a51755eeabab15570a152c8379f652d
target/i386: Introduce DISAS_JUMP

Drop the unused dest argument to gen_jr().
Remove most of the calls to gen_jr, and use DISAS_JUMP.
Remove some unused loads of eip for lcall and ljmp.

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