Index: src/ppc/disasm-ppc.cc |
diff --git a/src/ppc/disasm-ppc.cc b/src/ppc/disasm-ppc.cc |
index 83fbc7e29c7813edd27fcdcc44443c859d28ecde..b5c87ca0050030cb8f9c0a174d7f7bb0580413e8 100644 |
--- a/src/ppc/disasm-ppc.cc |
+++ b/src/ppc/disasm-ppc.cc |
@@ -945,6 +945,10 @@ void Decoder::DecodeExt4(Instruction* instr) { |
Format(instr, "fcfid'. 'Dt, 'Db"); |
break; |
} |
+ case FCFIDU: { |
+ Format(instr, "fcfidu'. 'Dt, 'Db"); |
+ break; |
+ } |
case FCTID: { |
Format(instr, "fctid 'Dt, 'Db"); |
break; |