On 10/20/24 08:53, Paolo Bonzini wrote:
This makes it easier for the compiler to understand the bits that are set, and removes "cltq" instructions to canonicalize the output value as 32-bit signed.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/cc_helper_template.h.inc | 46 ++++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~