-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description: This PR updates LDST, specifically: 1. LDP/STP instructions include pre-indexed, post-indexed and signed offset with GPR and SIMD/FP at all sizes 2. LDR/STR immediate instructions include post-indexed and unsigned offset with GPR and SIMD/FP at all sizes 3. LDRB/STRB are newly added 4. In addition, a test file Tests/LDSTTest.lean is introduced to test the LDST instructions. Note: 1. Proofs sha512_block_armv8_test_3_sym and sha512_block_armv8_new_program are sorry'ed. ### Testing: The `make all` succeeds and conformance testing has been done successfully on Graviton2 and Graviton3. ### License: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. ---------
- Loading branch information
Showing
10 changed files
with
439 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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.