-
Notifications
You must be signed in to change notification settings - Fork 6.2k
JDK-8216437 : PPC64: Add intrinsic for GHASH algorithm #20235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
suchismith1993
wants to merge
59
commits into
openjdk:master
from
suchismith1993:ghash_processblocks
Closed
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
662d3d8
skeleton code
suchismith1993 209f2e5
add instructions for gcm shift
suchismith1993 ea99cc8
further code
suchismith1993 ea4d59a
ghash
suchismith1993 a37cb6f
chnage byte order
suchismith1993 cbf9883
reduction phase
suchismith1993 5e5a9bd
reduction phase
suchismith1993 775e719
reduction phase
suchismith1993 5ff7222
alignment issues
suchismith1993 fb5c946
alginment for load and store
suchismith1993 f41e52c
alginment for load and store
suchismith1993 8e1678d
alginment for load and store
suchismith1993 8ad8559
spaces
suchismith1993 912b8b8
spaces fix
suchismith1993 8e9b251
spaces fix
suchismith1993 b66e408
comments
suchismith1993 47190bf
change load instructions
suchismith1993 ff901a8
using power 8 loadinstructions
suchismith1993 acbca2d
using power 8 loadinstructions
suchismith1993 1aebac8
comments
suchismith1993 b2766a9
comments
suchismith1993 f357d6e
spaces fix
suchismith1993 f4d2e75
spaces fix
suchismith1993 3487414
reuse registers to reduce count
suchismith1993 59acef1
check for vsx
suchismith1993 c323460
clearing bits
suchismith1993 6970291
clearing bits
suchismith1993 09df762
assertion for blocks
suchismith1993 eadd408
restore
suchismith1993 3bd8a27
Comments and vsx check
suchismith1993 047142f
update references
suchismith1993 61cb973
spaces
suchismith1993 9ac07dc
spaces
suchismith1993 41b1d8c
vsx logic change
suchismith1993 bca7f69
comments
suchismith1993 50ca470
indentation
suchismith1993 24f3379
permute vHigh,vLow
suchismith1993 b4aa7a8
restore chnges
suchismith1993 fc2f1c3
restore chnges
suchismith1993 6388d4e
Merge branch 'openjdk:master' into ghash_processblocks
suchismith1993 068a248
adapt Condition registers
suchismith1993 d22fcf2
Merge branch 'openjdk:master' into ghash_processblocks
suchismith1993 79d470b
Aligned accesses
suchismith1993 1272375
common code function
suchismith1993 cf3f1d4
common code function
suchismith1993 a7d9a96
common code function
suchismith1993 5b94a7a
Single load inside loop
suchismith1993 b3fe9d6
remove not needed variables
suchismith1993 b37b09d
remove not needed variables
suchismith1993 68565d4
change branch and remove not needed variables
suchismith1993 467af71
change branch and remove not needed variables
suchismith1993 55ba886
change pattern for Linux, fix for AIX
suchismith1993 474b891
change pattern for Linux, fix for AIX
suchismith1993 3bca30f
use vsplitsb
suchismith1993 90d58e6
comments
suchismith1993 89dfcaf
comments
suchismith1993 a41fdc2
comments
suchismith1993 9231e7b
Merge branch 'openjdk:master' into ghash_processblocks
suchismith1993 423c868
masm
suchismith1993 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.