Chromium Code Reviews| Index: runtime/vm/constants_mips.h |
| =================================================================== |
| --- runtime/vm/constants_mips.h (revision 19730) |
| +++ runtime/vm/constants_mips.h (working copy) |
| @@ -261,6 +261,10 @@ |
| // SPECIAL2 opcodes. |
| CLZ = 32, |
| CLO = 33, |
| + |
| + // SPECIAL3 opcodes. |
| + EXT = 0, |
| + INS = 4, |
| }; |