Index: src/compiler/ppc/instruction-codes-ppc.h |
diff --git a/src/compiler/ppc/instruction-codes-ppc.h b/src/compiler/ppc/instruction-codes-ppc.h |
index f548eb87c592bee21f5010b7eae53f076db47e3b..65d1a26fe31e448bea64119b0185c741b672ebed 100644 |
--- a/src/compiler/ppc/instruction-codes-ppc.h |
+++ b/src/compiler/ppc/instruction-codes-ppc.h |
@@ -19,11 +19,13 @@ namespace compiler { |
V(PPC_Xor) \ |
V(PPC_ShiftLeft32) \ |
V(PPC_ShiftLeft64) \ |
+ V(PPC_ShiftLeftPair) \ |
V(PPC_ShiftRight32) \ |
V(PPC_ShiftRight64) \ |
+ V(PPC_ShiftRightPair) \ |
V(PPC_ShiftRightAlg32) \ |
V(PPC_ShiftRightAlg64) \ |
- V(PPC_PairShiftLeft) \ |
+ V(PPC_ShiftRightAlgPair) \ |
V(PPC_RotRight32) \ |
V(PPC_RotRight64) \ |
V(PPC_Not) \ |