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

vector instructions support #18

Open
pistol opened this issue Nov 18, 2013 · 0 comments
Open

vector instructions support #18

pistol opened this issue Nov 18, 2013 · 0 comments

Comments

@pistol
Copy link
Contributor

pistol commented Nov 18, 2013

Vector instructions are currently unsupported but they are used, particularly in standard libraries.

One good place to start would be A32 encodings, prioritizing vpush, vpop, vldr, vstr, vmov.

The bigger challenge is dealing with 64-bit registers (d0 - d31) and their alternate views (32-bit regs s0 - s31 and 128-bit regs q0 - q15).

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