Skip to content
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

Adding MOV related instructions #16

Merged
merged 5 commits into from
Feb 22, 2024
Merged

Conversation

pennyannn
Copy link
Collaborator

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.

@pennyannn pennyannn marked this pull request as ready for review February 21, 2024 19:22
@shigoel shigoel self-requested a review February 22, 2024 06:58
@shigoel shigoel merged commit 9fc7c4b into leanprover:main Feb 22, 2024
1 check passed
@pennyannn pennyannn deleted the yppe/mov branch February 22, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants