commit | f359b2fb71c379db28a5184b565f43af6b5ec268 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Jul 15 14:34:29 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 31 18:28:33 2024 +0100 |
tree | ad626ab8a891d21088d3ba26cc7e5253aa2f1f1b | |
parent | ee806f9f67ba908187a7d273d96ded398ae9192d [diff] |
target/i386: Introduce cc_op_size Replace arithmetic on cc_op with a helper function. Assert that the op has a size and that it is valid for the configuration. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Link: https://lore.kernel.org/r/20240701025115.1265117-6-richard.henderson@linaro.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>