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

Arm, some main_v8 MVE instructions not disassembled #1897

Closed
MostBaffled opened this issue Jul 18, 2022 · 1 comment · Fixed by #1949
Closed

Arm, some main_v8 MVE instructions not disassembled #1897

MostBaffled opened this issue Jul 18, 2022 · 1 comment · Fixed by #1949

Comments

@MostBaffled
Copy link

Instructions like

vldrw.u32       q1, [r1]

comes out as and ldc instruction. The decoding doesn't seem to recognise the fields that distinguish them.

@MostBaffled
Copy link
Author

The llvm TableGen files seem to be much more extensive now in detailing the MVE instructions. I believe from reading other bits that they probably need processing to update the Capstone "inc" files. But it doesn't look an obvious process and I can't find any details on how to.

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

Successfully merging a pull request may close this issue.

1 participant