-
Notifications
You must be signed in to change notification settings - Fork 56
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: Add signed multiply halfwords instructions #644
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the current semantic is wrong. Also, I do not like the fact that we add 4 versions of the "same" operation. Is it possible to add only a single parametric constructor ?
I also think this would be better. I did this initially and added the four specific names as |
db44b80
to
2df915b
Compare
I introduced 3 parametric mnemonics, and redefined the semantics so that it coincides more directly with the ARM documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excepted that, I think it is ok.
2df915b
to
c4af123
Compare
Closes #358.