Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / v8 / src / compiler / instruction-codes.h
index 35c8e31..2d921bd 100644 (file)
@@ -29,10 +29,12 @@ namespace compiler {
 // Target-specific opcodes that specify which assembly sequence to emit.
 // Most opcodes specify a single instruction.
 #define ARCH_OPCODE_LIST(V) \
-  V(ArchDeoptimize)         \
+  V(ArchCallCodeObject)     \
+  V(ArchCallJSFunction)     \
   V(ArchJmp)                \
   V(ArchNop)                \
   V(ArchRet)                \
+  V(ArchTruncateDoubleToI)  \
   TARGET_ARCH_OPCODE_LIST(V)
 
 enum ArchOpcode {