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

cmd/internal/obj/arm: Wrong ARM assembly code generated for VFP instructions #20464

Closed
benshi001 opened this issue May 23, 2017 · 2 comments
Closed

Comments

@benshi001
Copy link
Member

"ADDF F0, R1, F2" is silently accepted and encoded to 0xee312a00, which actually is "ADDF F0, F1, F2".

@benshi001 benshi001 changed the title Wrong ADDF and CMPF in ARM assembler cmd/internal/obj/arm: Wrong ADDF and CMPF in ARM assembler May 23, 2017
@gopherbot
Copy link

CL https://golang.org/cl/43931 mentions this issue.

@benshi001 benshi001 changed the title cmd/internal/obj/arm: Wrong ADDF and CMPF in ARM assembler cmd/internal/obj/arm: Wrong ARM assembly code generated for VFP instructions May 24, 2017
@benshi001
Copy link
Member Author

benshi001 commented May 24, 2017

"SQRTF F3, F4, F5" is silently accepted and encoded to 0xeeb55ac3, which is not SQRTF.

@golang golang locked and limited conversation to collaborators May 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants