Chromium Code Reviews| Index: runtime/vm/constants_mips.h |
| =================================================================== |
| --- runtime/vm/constants_mips.h (revision 19704) |
| +++ runtime/vm/constants_mips.h (working copy) |
| @@ -218,6 +218,7 @@ |
| enum SpecialFunction { |
| + // SPECIAL opcodes. |
| SLL = 0, |
| MOVCI = 1, |
| SRL = 2, |
| @@ -256,6 +257,10 @@ |
| TLTU = 51, |
| TEQ = 52, |
| TNE = 54, |
| + |
| + // SPECIAL2 opcodes. |
| + CLZ = 32, |
| + CLO = 33, |
| }; |