Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Arm: add parallel instructions #1005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

serpilliere
Copy link
Contributor

No description provided.

ges = []
for i in range(0, 32, 8):
sums.append(b[i:i+8] + c[i:i+8])
ges.append(ExprOp("FLAG_SIGN_SUB", ExprInt(0, 9), b[i:i+8].signExtend(9) + c[i:i+8].signExtend(9)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double checking: is using _sub on purpose? (because it seems to be an addition)

@serpilliere
Copy link
Contributor Author

yes it is.
But I need someone to read again the doc by himself to compare our "interpretation" of the documentation for those flags 😄 :There are some interesting points on flag computation !

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

Successfully merging this pull request may close these issues.

2 participants