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 Reverse Bit/Byte support in AArch32 Semantics #532

Merged
merged 8 commits into from
Jul 14, 2021
Merged

Conversation

sschriner
Copy link
Contributor

@sschriner sschriner commented Jul 13, 2021

Test Instructions for Reverse Bit/Byte:

  • REV R1, R2 - 21fbfe6
  • REV16 R1, R3 - b31fbfe6
  • RBIT R1, R4. - 341fffe6
  • REVSH R1, R5 - b51fffe6

Also added Bitfield Insert:

  • BFC R1, #3, #4 - 9f11c6e7
  • BFI R1, R2, #5, #4 - 9212c8e7

to make sure we cover all basic bit insert/rotation/extraction operations

@sschriner sschriner self-assigned this Jul 13, 2021
@sschriner sschriner marked this pull request as ready for review July 13, 2021 23:48
@sschriner sschriner requested a review from pgoodman July 13, 2021 23:48
@pgoodman pgoodman merged commit d97e452 into master Jul 14, 2021
@pgoodman pgoodman deleted the ss/rev_bit_byte branch July 14, 2021 20:00
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