Merged
Conversation
6b40e58 to
763bc5f
Compare
Collaborator
|
Mostly because of the case of the integers where the desired size of the op would need to be inferred from the register, which would need additional verification code. |
Collaborator
|
It would be great if it could be generated, so maybe there's a way around it? |
Collaborator
|
Should I accept this for now and we look forward for some other way to add the rest? |
Collaborator
|
I'll add these for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refers to #554 (labeled as "Good first issue")
I was thinking: the fact that C3 uses Oracle/Solaris syntax (the "{bwlq}" suffixes at the end of some instructions) makes it hard to mechanically add support for new ones, because the suffixes may or may not be valid for a given instruction... I am wondering, why not simply using "Intel/AMD mnemonics" as they are referred to in ASM Reference ? Then we could simply process the instructions.xml linked in the issue?