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

Duplicates in "Go asm lang compl. ref" tables #3

Closed
quasilyte opened this issue Oct 9, 2017 · 1 comment
Closed

Duplicates in "Go asm lang compl. ref" tables #3

quasilyte opened this issue Oct 9, 2017 · 1 comment

Comments

@quasilyte
Copy link
Owner

quasilyte commented Oct 9, 2017

Tables have duplicate entries like:

SETHI      | SETA       | r/m8
SETHI      | SETA       | r/m8

Most likely, it is the outcome of pseudo instructions:

cat x86/x86.csv | grep SETHI
"SETA r/m8","SETHI r/m8","seta r/m8","0F 97 /r","V","V","","","r","",""
"SETA r/m8","SETHI r/m8","seta r/m8","REX 0F 97 /r","N.E.","V","","pseudo64","r","",""
"SETNBE r/m8","SETHI r/m8","setnbe r/m8","0F 97 /r","V","V","","pseudo","r","",""
"SETNBE r/m8","SETHI r/m8","setnbe r/m8","REX 0F 97 /r","N.E.","V","","pseudo","r","",""

Duplicates must be removed.

@quasilyte quasilyte changed the title Issues in "Go asm lang compl. ref" Duplicates in "Go asm lang compl. ref" tables Oct 9, 2017
quasilyte added a commit that referenced this issue Jan 12, 2018
Manually removed duplicates from the opcode list.
Refs #3.

Added some AVX512-related info.
Refs #4.
@quasilyte
Copy link
Owner Author

Fixed.

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

No branches or pull requests

1 participant