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, |
|
regis
2013/03/11 20:14:01
Will there be other SPECIAL3 opcodes? If not, we m
zra
2013/03/11 20:25:01
I don't think so. I have removed it.
|
| }; |