hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 4433 2a23318c15bf
parent 4102 11d514e508d9
parent 4430 95b539dfa1e8
child 5416 5f6377fcfd3e
--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Wed Jul 05 17:03:05 2017 +0200
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Tue Nov 10 17:00:18 2009 -0800
@@ -1244,7 +1244,9 @@
   void pcmpestri(XMMRegister xmm1, XMMRegister xmm2, int imm8);
   void pcmpestri(XMMRegister xmm1, Address src, int imm8);
 
+#ifndef _LP64 // no 32bit push/pop on amd64
   void popl(Address dst);
+#endif
 
 #ifdef _LP64
   void popq(Address dst);
@@ -1285,7 +1287,9 @@
   // Interleave Low Bytes
   void punpcklbw(XMMRegister dst, XMMRegister src);
 
+#ifndef _LP64 // no 32bit push/pop on amd64
   void pushl(Address src);
+#endif
 
   void pushq(Address src);