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

Missing operand access specifiers and identification of Z vector registers for SVE instructions within the 'next' branch. #1670

Closed
jj16791 opened this issue Jul 31, 2020 · 1 comment · Fixed by #2026

Comments

@jj16791
Copy link

jj16791 commented Jul 31, 2020

A large majority of SVE instructions are missing access specifiers for all their operands, whilst some SVE instructions' Z vector registers are being labelled as ARM64_REG_INVALID. The latter cases are primarily seen in Load and Store instructions (e.g. st1w, ld1rw, ld1w, etc).

@Rot127
Copy link
Collaborator

Rot127 commented Nov 2, 2023

I added this to the closing list of #2026 since it adds way better support for SVE. Feel free to check this again and provide a failure case if it isn't working after #2026 was merged.

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.

2 participants