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 1cce3806f2304970dae75d8f2fad4049f6d4c13f..ed9bbcd91cf1dfc499577b4adfca338c66af70ae 100644 |
--- a/src/compiler/ppc/instruction-codes-ppc.h |
+++ b/src/compiler/ppc/instruction-codes-ppc.h |
@@ -86,8 +86,10 @@ namespace compiler { |
V(PPC_DoubleInsertLowWord32) \ |
V(PPC_DoubleInsertHighWord32) \ |
V(PPC_DoubleConstruct) \ |
- V(PPC_BitcastDL) \ |
- V(PPC_BitcastLD) \ |
+ V(PPC_BitcastInt32ToFloat32) \ |
+ V(PPC_BitcastFloat32ToInt32) \ |
+ V(PPC_BitcastInt64ToDouble) \ |
+ V(PPC_BitcastDoubleToInt64) \ |
V(PPC_LoadWordS8) \ |
V(PPC_LoadWordU8) \ |
V(PPC_LoadWordS16) \ |