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] Convert instruction immediates appear incorrect at 64 #241

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

Comments

@nathanhjay
Copy link
Contributor

I think we may be causing the immediate to wrap around to zero because it's a 64 bit shift on a 64 bit register, but we shouldn't do that.

Bytes: 9f 0 59 9e
Output: fcvtzu xzr, d4, 0x0
Expected Output: fcvtzu xzr, d4, #64

ssunny7 added a commit that referenced this issue Dec 2, 2016
	incorrect at 64)

Use different number of bits for size of 'fbits' operand in 32 vs 64 bit
modes of the scalar to fixed-point FP instructions.
@ssunny7
Copy link
Contributor

ssunny7 commented Dec 2, 2016

Fixed by d4c5b36.

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

3 participants