JIT ARM64 SVE: Add FZ_2A, HG_2A, GZ_3A, GV_3A, GY_3*, DV_4A#98310
Merged
amanasifkhalid merged 11 commits intodotnet:mainfrom Feb 15, 2024
Merged
JIT ARM64 SVE: Add FZ_2A, HG_2A, GZ_3A, GV_3A, GY_3*, DV_4A#98310amanasifkhalid merged 11 commits intodotnet:mainfrom
amanasifkhalid merged 11 commits intodotnet:mainfrom
Conversation
Contributor
Author
|
cc @dotnet/arm64-contrib |
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsPart of #94549. Implements the following encodings:
cstool output: JitDisasm output:
|
|
|
||
| case INS_sve_bfmul: | ||
| assert(opt = INS_OPTS_SCALABLE_H); | ||
| assert(opt == INS_OPTS_SCALABLE_H); |
src/coreclr/jit/emitarm64.cpp
Outdated
| //------------------------------------------------------------------------ | ||
| // emitDispVectorRegPair: Display a pair of vector registers | ||
| // | ||
| void emitter::emitDispVectorRegPair(regNumber reg, insOpts opt) |
Contributor
There was a problem hiding this comment.
can we reuse emitDispSveConsecutiveRegList instead?
Contributor
Author
There was a problem hiding this comment.
Yes we can; updated.
Diff results for #98310Throughput diffsThroughput diffs for linux/arm64 ran on windows/x64MinOpts (-0.01% to +0.00%)
Throughput diffs for windows/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Details here |
a74nh
reviewed
Feb 13, 2024
Diff results for #98310Throughput diffsThroughput diffs for linux/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Throughput diffs for osx/arm64 ran on windows/x64MinOpts (-0.01% to +0.00%)
Throughput diffs for windows/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Details here |
Diff results for #98310Throughput diffsThroughput diffs for linux/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Throughput diffs for osx/arm64 ran on windows/x64MinOpts (-0.01% to +0.00%)
Throughput diffs for windows/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Details here |
TIHan
approved these changes
Feb 15, 2024
Contributor
TIHan
left a comment
There was a problem hiding this comment.
LGTM
Hopefully when capstone gets updated this month, we will be able to decode the unsupported ones.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Part of #94549. Implements the following encodings:
cstool output:
JitDisasm output: