-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/compile: missing logical/move instruction for RSP on arm64 #24332
Comments
/cc @randall77 @cherrymui |
From the arm64 manual:
My reading of that is that the MOVD error is correct, RSP cannot be the target of a load. But the others look like they should be ok. |
The obvious patch of just duplicating the RSP AADD lines and replacing the opcode with AAND and ABIC doesn't work. It gets rid of the errors, but |
The two-operand form of logical instructions, That said, |
Change https://golang.org/cl/100217 mentions this issue: |
What did you do?
What did you expect to see?
all instruction passed
What did you see instead?
System details
The text was updated successfully, but these errors were encountered: