Chromium Code Reviews| Index: src/ppc/disasm-ppc.cc |
| diff --git a/src/ppc/disasm-ppc.cc b/src/ppc/disasm-ppc.cc |
| index 2a351afbfccae0ef40aaeefbd84931c1c5b84e09..baba14643f9ad02ae0a14a4e65446d5692c4402b 100644 |
| --- a/src/ppc/disasm-ppc.cc |
| +++ b/src/ppc/disasm-ppc.cc |
| @@ -657,6 +657,10 @@ void Decoder::DecodeExt2(Instruction* instr) { |
| Format(instr, "subfc'. 'rt, 'ra, 'rb"); |
| return; |
| } |
| + case SUBFEX: { |
| + Format(instr, "subfe'. 'rt, 'ra, 'rb"); |
| + return; |
| + } |
| case ADDCX: { |
| Format(instr, "addc'. 'rt, 'ra, 'rb"); |
| return; |