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

Script to easily compare gcc and x64asm assembler outputs #803

Closed
stefanheule opened this issue Jan 13, 2016 · 0 comments
Closed

Script to easily compare gcc and x64asm assembler outputs #803

stefanheule opened this issue Jan 13, 2016 · 0 comments
Assignees

Comments

@stefanheule
Copy link
Member

For debugging. Something like:

tools/scripts/compare_instruction_encoding.sh "pshufb %xmm15, %xmm12"
GCC encoding:
   0:   66 45 0f 38 00 e7       pshufb %xmm15,%xmm12

x64asm encoding:
        66 45 0f 38 00 e7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant