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

Add LD1R, FMOV and SRI instructions #182

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pennyannn
Copy link
Contributor

@pennyannn pennyannn commented Jan 14, 2025

Description of changes:

Adding a couple more Arm instructions used in SHA3 and AES-XTS:

  1. LD1R post-immediate offset
  2. FMOV (general) double-precision
  3. SRI (vector)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jargh
Copy link
Contributor

jargh commented Jan 15, 2025

I think it may be possible to use the relatively new word_duplicate function in the HOL Light libraries to avoid the multiple analogous functions word_replicate2, word_replicate4 etc.

@pennyannn
Copy link
Contributor Author

I think it may be possible to use the relatively new word_duplicate function in the HOL Light libraries to avoid the multiple analogous functions word_replicate2, word_replicate4 etc.

Thanks for mentioning it! Updated.

@pennyannn pennyannn force-pushed the yppe/other-instructions branch from ba25024 to 5d0dee1 Compare January 16, 2025 23:06
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