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

[ARM Decoding] SQSHL instruction has invalid bits set #235

Closed
nathanhjay opened this issue Nov 15, 2016 · 1 comment
Closed

[ARM Decoding] SQSHL instruction has invalid bits set #235

nathanhjay opened this issue Nov 15, 2016 · 1 comment
Assignees
Labels

Comments

@nathanhjay
Copy link
Contributor

This instruction should be invalid.

Bytes: 03 7f b6 5f
Output: sqshl q3, q24

@wrwilliams wrwilliams added the bug label Feb 9, 2017
@wrwilliams wrwilliams modified the milestone: ARM decoding cleanup Mar 14, 2017
ssunny7 added a commit that referenced this issue May 2, 2017
… instructions with zero ignore reserved bits)

Added a new method to perform a check on invalid bits for certain instructions before processing their operands.
@ssunny7
Copy link
Contributor

ssunny7 commented May 2, 2017

Fixed by 1eff200.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants