diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-16 23:04:28 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-25 13:28:01 +0200 |
commit | abdcc5c8eff0879c76aeb9f16d0c13044bfecbda (patch) | |
tree | c29373e471e232eb1dc309ff5d5580172f67b299 /qapi/string-input-visitor.c | |
parent | a0625efd4d61a7e1e3f0435aa6a83c6330b72b9a (diff) | |
download | qemu-abdcc5c8eff0879c76aeb9f16d0c13044bfecbda.zip qemu-abdcc5c8eff0879c76aeb9f16d0c13044bfecbda.tar.gz qemu-abdcc5c8eff0879c76aeb9f16d0c13044bfecbda.tar.bz2 |
target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS
Mark cc_op as clean and do not spill it at the end of the translation block.
Technically this is a tiny bit less efficient, but:
* it results in translations that are a tiny bit smaller
* for most of these instructions, it is not unlikely that they are close to
the end of the basic block, in which case cc_op would not be overwritten
* anyway the cost is probably dwarfed by that of computing flags.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qapi/string-input-visitor.c')
0 files changed, 0 insertions, 0 deletions