diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-10 12:29:52 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-07 08:51:31 +0200 |
commit | bbba9594e84f60707558cce9cd3e4d70b9bd0fec (patch) | |
tree | 7312ed6c4d27e2dabd29442045d1690b8111982b /backends | |
parent | 64ddadc6bb80376da2a818b38ae6a51fe1b7f5f2 (diff) | |
download | qemu-bbba9594e84f60707558cce9cd3e4d70b9bd0fec.zip qemu-bbba9594e84f60707558cce9cd3e4d70b9bd0fec.tar.gz qemu-bbba9594e84f60707558cce9cd3e4d70b9bd0fec.tar.bz2 |
target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
gen_update_cc_op must be called before control flow splits. Do it
where the jump on ECX!=0 is translated.
On the other hand, remove the call before gen_jcc1, which takes care of
it already, and explain why REPZ/REPNZ need not use CC_OP_DYNAMIC---the
translation block ends before any control-flow-dependent cc_op could
be observed.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'backends')
0 files changed, 0 insertions, 0 deletions