| Index: src/ppc/constants-ppc.h | 
| diff --git a/src/ppc/constants-ppc.h b/src/ppc/constants-ppc.h | 
| index 1b1d539cf5d9078924764f497b5029d953041798..87a82719bea5623bc5f42af217ec74a95af43e95 100644 | 
| --- a/src/ppc/constants-ppc.h | 
| +++ b/src/ppc/constants-ppc.h | 
| @@ -238,6 +238,7 @@ enum OpcodeExt2 { | 
| MTSPR = 467 << 1,    // Move to Special-Purpose-Register | 
| DIVD = 489 << 1,     // Divide Double Word | 
| DIVW = 491 << 1,     // Divide Word | 
| +  POPCNTD = 506 << 1,  // Population Count Doubleword | 
|  | 
| // Below represent bits 10-1  (any value >= 512) | 
| LFSX = 535 << 1,    // load float-single w/ x-form | 
|  |