-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding MOV related instructions (#16)
### Description: This PR adds supports for: 1. Advanced SIMD Modified Immediate instructions including `MOVI, MVNI, ORR, BIC (Immediate, vector) and FMOV (vector, immediate, single/double-precision)` 2. Advanced SIMD Scalar Copy instructions including `DUP (element, scalar)` 3. Advanced SIMD Copy instructions including `DUP (element vector, general), INS (element, general), SMOV (32-, 64-bit) and UMOV (32-, 64-bit)` 4. Refactors proofs involving `hi - lo + 1 = esize` and `esize > 0`. ### Testing: The `make all` succeeds and conformance testing succeeds on both Graviton2 and Graviton3 machines ### 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
620 additions
and
29 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
Oops, something went wrong.