You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add APIs for LoadVector*x2
* Add implementation for LoadVector*x2
* Add APIs for LoadVector*x3
* Add implementation for LoadVector*x3
* Add APIs for LoadVector*x4
* Add implementation for LoadVector*x4
* Add test cases for LoadVectorx2, LoadVectorx3, LoadVectorx4
* minor rename
* REVERT: Add Debug.Assert(false) to make sure test runs
* Retain gtOtherReg rather than making it an array
* Add APIs for LoadAndReplicateToVector64x* and LoadAndReplicateToVector128x*
* Revert "REVERT: Add Debug.Assert(false) to make sure test runs"
This reverts commit 92fb279.
* fix the test template
* Implement LoadAndReplicateToVector* APIs
* Add test coverage for LoadAndReplicateToVector* APIs
* fix the LoadVectorx4 template
* address review comment
* Add APIs for LoadAndInsertScalar()
* fix one more error in LoadVectorx4Test.template
* Add APIs for LoadAndInsertScalar()
* Fix the API definition
* wip: Implementation
* feedback by Bruce
* Rename the test case name
* Disable test for mono
* Fix the errors to make it work
* fix merge conflicts
* fix the typo in test case
* code cleanup
* fix the importing of normal LoadAndInsertScalar
* Fix some more importing and lsra
* fix the lsra issues
* Add test for LoadAndInsertScalarx2
* Add test cases for LoadAndInsertScalarx2 and LoadAndInsertScalarx3
* jit format
* fix bug
* fix test build errors
* fix the test errors
* fix typos in x3 and x4
* address feedback from Bruce
0 commit comments