Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index ca292f82aec56c557e6a65596fea0c583372fb96..eda8a0a2b7c2b697931aba64d374f51a51755554 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -334,7 +334,9 @@ |
V(LoadParentFramePointer) \ |
V(CheckedLoad) \ |
V(CheckedStore) \ |
- V(Word32PairShl) |
+ V(Word32PairShl) \ |
+ V(Word32PairShr) \ |
+ V(Word32PairSar) |
#define VALUE_OP_LIST(V) \ |
COMMON_OP_LIST(V) \ |