Index: src/compiler/code-stub-assembler.h |
diff --git a/src/compiler/code-stub-assembler.h b/src/compiler/code-stub-assembler.h |
index 7ad6fdfdbdf0218e9e0379e1ecafd509a30742d0..71d4883a66d92f1b2e6cfe1f0b05a9f42cf4c4ac 100644 |
--- a/src/compiler/code-stub-assembler.h |
+++ b/src/compiler/code-stub-assembler.h |
@@ -66,16 +66,19 @@ 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(Int32Add) \ |
V(Int32AddWithOverflow) \ |
V(Int32Sub) \ |
V(Int32Mul) \ |
+ V(Int32Div) \ |
V(WordOr) \ |
V(WordAnd) \ |
V(WordXor) \ |