diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-11 11:28:46 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-12-29 22:04:30 +0100 |
commit | 4b2baf4a555620f29e75b8194ce2d4fed07a58d0 (patch) | |
tree | 5a7e51d18d56d96f7aae944dff3bdffe72de5c51 /target/i386/cpu.h | |
parent | d4f611711a9abe23616d6d965fba955340d11d0d (diff) |
target/i386: adjust decoding of J operand
gen_jcc() has been changed to accept a relative offset since the
new decoder was written. Adjust the J operand, which is meant
to be used with jump instructions such as gen_jcc(), to not
include the program counter and to not truncate the result, as
both operations are now performed by common code.
The result is that J is now the same as the I operand.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/cpu.h')
0 files changed, 0 insertions, 0 deletions