Index: src/compiler/code-stub-assembler.h |
diff --git a/src/compiler/code-stub-assembler.h b/src/compiler/code-stub-assembler.h |
index 1137320a6b9b68eaf4520115aa238c1718bd52f3..fbb95af6845225744200efe01bdbec95ad16bfc1 100644 |
--- a/src/compiler/code-stub-assembler.h |
+++ b/src/compiler/code-stub-assembler.h |
@@ -66,12 +66,15 @@ class Schedule; |
V(Float64Add) \ |
V(Float64Sub) \ |
V(Float64Mul) \ |
+ V(Float64Div) \ |
V(Float64InsertLowWord32) \ |
V(Float64InsertHighWord32) \ |
V(IntPtrAdd) \ |
V(IntPtrAddWithOverflow) \ |
V(IntPtrSub) \ |
V(IntPtrSubWithOverflow) \ |
+ V(IntPtrMul) \ |
+ V(IntPtrDiv) \ |
V(Int32Add) \ |
V(Int32AddWithOverflow) \ |
V(Int32Sub) \ |