target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Jun 2024 08:33:56 +0000 (10:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Jun 2024 12:44:52 +0000 (14:44 +0200)
commit460231ad369fd9e6608859fd747bbf276850d96b
tree6cb8d243a7377c3c494b1af1d967a0f3a414c424
parent944f4001346019a3cd05567695aa48830c904626
target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL

Handle it like the other arithmetic cc_ops.  This simplifies a
bit the implementation of bit test instructions.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.h
target/i386/tcg/translate.c