Chromium Code Reviews| Index: src/mips64/disasm-mips64.cc |
| diff --git a/src/mips64/disasm-mips64.cc b/src/mips64/disasm-mips64.cc |
| index d47950fd0232c8eabef7db42bf4cd98ee88bde12..3f0642db2c02d691fcd5fcba8d8b96c50410e62e 100644 |
| --- a/src/mips64/disasm-mips64.cc |
| +++ b/src/mips64/disasm-mips64.cc |
| @@ -963,6 +963,10 @@ int Decoder::DecodeTypeRegister(Instruction* instr) { |
| Format(instr, "ext 'rt, 'rs, 'sa, 'ss1"); |
| break; |
| } |
| + case DEXT: { |
| + Format(instr, "dext 'rt, 'rs, 'sa, 'ss1"); |
| + break; |
| + } |
| default: |
| UNREACHABLE(); |
| } |