Index: src/ppc/constants-ppc.h |
diff --git a/src/ppc/constants-ppc.h b/src/ppc/constants-ppc.h |
index e3cd55c2a31a5669e7f37076aff1ca6917e359a2..1b1d539cf5d9078924764f497b5029d953041798 100644 |
--- a/src/ppc/constants-ppc.h |
+++ b/src/ppc/constants-ppc.h |
@@ -228,6 +228,7 @@ enum OpcodeExt2 { |
LHAUX = 375 << 1, // load half-word algebraic w/ update x-form |
XORX = 316 << 1, // Exclusive OR |
MFSPR = 339 << 1, // Move from Special-Purpose-Register |
+ POPCNTW = 378 << 1, // Population Count Words |
STHX = 407 << 1, // store half-word w/ x-form |
ORC = 412 << 1, // Or with Complement |
STHUX = 439 << 1, // store half-word w/ update x-form |