Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Crypto arm64 intrinsics#16657

Merged
briansull merged 4 commits into
dotnet:masterfrom
debayang:crypto_arm64_intrinsics
Feb 28, 2018
Merged

Crypto arm64 intrinsics#16657
briansull merged 4 commits into
dotnet:masterfrom
debayang:crypto_arm64_intrinsics

Conversation

@debayang
Copy link
Copy Markdown

Arm64 intrinsics for Crypto Operations.

Refer: #16499

Comment thread src/jit/emitarm64.cpp
emitDispReg(id->idReg2(), size, true);
emitDispVectorReg(id->idReg3(), id->idInsOpt(), false);
}
else
Copy link
Copy Markdown

@briansull briansull Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment stating which instructions are handled would be good here.
It looks like there are these two: sha1su0, sha256su1
And another comment below:
// Vd.4S,Vn.4S,Vm.4S
If you want the 4S suffixes to get displayed you might have to do more...

Copy link
Copy Markdown

@briansull briansull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With a comment

Copy link
Copy Markdown

@CarolEidt CarolEidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @briansull when you are happy with this can you merge it?

@briansull
Copy link
Copy Markdown

I will merge it as is.
I promized to make a small change previously and I can incorporate the comment change into that change as well.

@briansull briansull merged commit 8db8ec1 into dotnet:master Feb 28, 2018
@debayang debayang deleted the crypto_arm64_intrinsics branch March 12, 2018 06:16
@debayang debayang restored the crypto_arm64_intrinsics branch March 12, 2018 06:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants