-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Arm64: Implement LoadAndInsertScalar APIs #93197
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
785b198
Add APIs for LoadVector*x2
kunalspathak 670c61e
Add implementation for LoadVector*x2
kunalspathak a396f9b
Add APIs for LoadVector*x3
kunalspathak da986ba
Add implementation for LoadVector*x3
kunalspathak ccba48e
Add APIs for LoadVector*x4
kunalspathak 87ec4c0
Add implementation for LoadVector*x4
kunalspathak 6fed5cf
Add test cases for LoadVectorx2, LoadVectorx3, LoadVectorx4
kunalspathak 66d893c
Merge remote-tracking branch 'origin/main' into ld2
kunalspathak b5dca03
minor rename
kunalspathak 92fb279
REVERT: Add Debug.Assert(false) to make sure test runs
kunalspathak 8c8a186
Retain gtOtherReg rather than making it an array
kunalspathak 9582068
Add APIs for LoadAndReplicateToVector64x* and LoadAndReplicateToVecto…
kunalspathak 2bea97f
Revert "REVERT: Add Debug.Assert(false) to make sure test runs"
kunalspathak 6a0a426
fix the test template
kunalspathak d1c38bc
Merge branch 'ld2-3-4' into ld2r-ld3r-ld4r
kunalspathak 873df44
Implement LoadAndReplicateToVector* APIs
kunalspathak 7cf45d6
Add test coverage for LoadAndReplicateToVector* APIs
kunalspathak 1e7629f
fix the LoadVectorx4 template
kunalspathak 6929501
address review comment
kunalspathak ad60b30
Merge branch 'ld2-3-4' into ld2r-ld3r-ld4r
kunalspathak fb80174
Add APIs for LoadAndInsertScalar()
kunalspathak 6b89465
fix one more error in LoadVectorx4Test.template
kunalspathak 90b1041
Merge branch 'ld2-3-4' into ld2r-ld3r-ld4r
kunalspathak 910a64b
Add APIs for LoadAndInsertScalar()
kunalspathak 8f62949
Fix the API definition
kunalspathak 12a75a2
wip: Implementation
kunalspathak 13b1ecb
feedback by Bruce
kunalspathak b52a029
Rename the test case name
kunalspathak b49ebcd
Disable test for mono
kunalspathak 4c78408
Merge branch 'ld2-3-4' into ld2r-ld3r-ld4r
kunalspathak 2c3540e
Fix the errors to make it work
kunalspathak fd2946c
Merge remote-tracking branch 'origin/main' into loadandreplicate
kunalspathak 6c0da62
fix merge conflicts
kunalspathak 629cf96
fix the typo in test case
kunalspathak f7c966b
Merge branch 'loadandreplicate' into loadandinsertscalar
kunalspathak 19d4ae3
Merge remote-tracking branch 'origin/main' into loadandinsertscalar
kunalspathak a0eb7cd
code cleanup
kunalspathak ba21188
fix the importing of normal LoadAndInsertScalar
kunalspathak 0d8f668
Fix some more importing and lsra
kunalspathak c2bdb82
fix the lsra issues
kunalspathak 690dc69
Add test for LoadAndInsertScalarx2
kunalspathak 3617009
Add test cases for LoadAndInsertScalarx2 and LoadAndInsertScalarx3
kunalspathak 480fbc3
jit format
kunalspathak 3aadc2f
fix bug
kunalspathak ce4a5e0
fix test build errors
kunalspathak 20ae72e
fix the test errors
kunalspathak 513c909
fix typos in x3 and x4
kunalspathak 8288942
address feedback from Bruce
kunalspathak 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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.