hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 31129 02ee7609f0e1
parent 30624 2e1803c8a26d
child 31404 63e8fcd70bfc
--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Fri May 29 17:56:50 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Wed Jun 03 15:02:10 2015 -0700
@@ -1594,6 +1594,7 @@
   void orl(Register dst, int32_t imm32);
   void orl(Register dst, Address src);
   void orl(Register dst, Register src);
+  void orl(Address dst, Register src);
 
   void orq(Address dst, int32_t imm32);
   void orq(Register dst, int32_t imm32);
@@ -1694,6 +1695,8 @@
 
   void rclq(Register dst, int imm8);
 
+  void rcrq(Register dst, int imm8);
+
   void rdtsc();
 
   void ret(int imm16);