We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tables have duplicate entries like:
SETHI | SETA | r/m8 SETHI | SETA | r/m8
Most likely, it is the outcome of pseudo instructions:
pseudo
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.
The text was updated successfully, but these errors were encountered:
go asm ref: cleanup and updates
3622c81
Manually removed duplicates from the opcode list. Refs #3. Added some AVX512-related info. Refs #4.
Fixed.
Sorry, something went wrong.
No branches or pull requests
Tables have duplicate entries like:
Most likely, it is the outcome of
pseudo
instructions:Duplicates must be removed.
The text was updated successfully, but these errors were encountered: