Index: src/ppc/disasm-ppc.cc |
diff --git a/src/ppc/disasm-ppc.cc b/src/ppc/disasm-ppc.cc |
index 9ea1dc05a8daef98a0592d38adf11111d66baca4..cc487ac86d8e5a7154f397e146c00e53917a5a35 100644 |
--- a/src/ppc/disasm-ppc.cc |
+++ b/src/ppc/disasm-ppc.cc |
@@ -609,6 +609,10 @@ void Decoder::DecodeExt2(Instruction* instr) { |
Format(instr, "stfdux 'rs, 'ra, 'rb"); |
return; |
} |
+ case POPCNTW: { |
+ Format(instr, "popcntw 'ra, 'rs"); |
+ return; |
+ } |
} |
switch (instr->Bits(10, 2) << 2) { |