8081778: Use Intel x64 CPU instructions for RSA acceleration

Add intrinsics for BigInteger squareToLen and mulAdd methods.

Reviewed-by: kvn, jrose
This commit is contained in:
Vladimir Kozlov 2015-06-03 15:02:10 -07:00
parent 7d22d69e0a
commit 93d1573c5e
18 changed files with 1077 additions and 2 deletions

View file

@ -831,6 +831,8 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
static_field(StubRoutines, _updateBytesCRC32, address) \
static_field(StubRoutines, _crc_table_adr, address) \
static_field(StubRoutines, _multiplyToLen, address) \
static_field(StubRoutines, _squareToLen, address) \
static_field(StubRoutines, _mulAdd, address) \
\
/*****************/ \
/* SharedRuntime */ \