diff src/cpu/x86/vm/assembler_x86.hpp @ 23885:51c505229e71

8081778: Use Intel x64 CPU instructions for RSA acceleration Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
author igerasim
date Wed, 17 Feb 2016 13:40:12 +0300
parents e8260b6328fb
children f13e777eb255
line wrap: on
line diff
--- a/src/cpu/x86/vm/assembler_x86.hpp	Mon Mar 21 14:58:37 2016 -0700
+++ b/src/cpu/x86/vm/assembler_x86.hpp	Wed Feb 17 13:40:12 2016 +0300
@@ -1455,6 +1455,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);
@@ -1555,6 +1556,8 @@
 
   void rclq(Register dst, int imm8);
 
+  void rcrq(Register dst, int imm8);
+
   void rdtsc();
 
   void ret(int imm16);