target/i386: Create eip_next_*
commit9e599bf70772808d3bd115902260cb924f88c939
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 14:09:24 +0000 (1 07:09 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Oct 2022 07:36:01 +0000 (11 09:36 +0200)
tree4fa019c16124f2c17e5f8c0be0fcc59d81a241ba
parent8c03ab9f74eb22d85e698f690e7035c1c7874cdf
target/i386: Create eip_next_*

Create helpers for loading the address of the next insn.
Use tcg_constant_* in adjacent code where convenient.

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