hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 21105 47618ee96ed5
parent 18507 61bfc8995bb3
child 23220 fc827339dc37
--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Wed Oct 23 16:25:48 2013 -0700
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Fri Oct 18 10:41:56 2013 +0200
@@ -1162,9 +1162,13 @@
 
   void imull(Register dst, Register src);
   void imull(Register dst, Register src, int value);
+  void imull(Register dst, Address src);
 
   void imulq(Register dst, Register src);
   void imulq(Register dst, Register src, int value);
+#ifdef _LP64
+  void imulq(Register dst, Address src);
+#endif
 
 
   // jcc is the generic conditional branch generator to run-