summaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2016-11-21 12:18:53 +0100
committerRichard Henderson <rth@twiddle.net>2017-01-10 08:49:59 -0800
commit4885c3c49531995d67e54907d01d5aa1350faaaf (patch)
tree2989af156daa6b59c803809a06dda0b3777906ad /target/i386/cpu.h
parent3253cddd21ab288fa94cb6c8b9ec9fe9a7fcb3e5 (diff)
downloadqemu-4885c3c49531995d67e54907d01d5aa1350faaaf.zip
target-i386: Use ctpop helper
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/i386/cpu.h')
-rw-r--r--target/i386/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/cpu.h b/target/i386/cpu.h
index a7f2f6099d..a04e46b166 100644
--- a/target/i386/cpu.h
+++ b/target/i386/cpu.h
@@ -777,6 +777,7 @@ typedef enum {
CC_OP_ADCOX, /* CC_DST = C, CC_SRC2 = O, CC_SRC = rest. */
CC_OP_CLR, /* Z set, all other flags clear. */
+ CC_OP_POPCNT, /* Z via CC_SRC, all other flags clear. */
CC_OP_NB,
} CCOp;