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 encoding of MOVW to/from FPSR #20643

Closed
benshi001 opened this issue Jun 12, 2017 · 1 comment
Closed

cmd/internal/obj/arm: wrong encoding of MOVW to/from FPSR #20643

benshi001 opened this issue Jun 12, 2017 · 1 comment

Comments

@benshi001
Copy link
Member

endtoend_test.go:228: 03948 (testdata/arm.s:1185)	MOVW	FPSR, R9: have encoding 109130ee, want 109af1ee
endtoend_test.go:228: 03952 (testdata/arm.s:1186)	MOVW	g, FPSR: have encoding 10a120ee, want 10aae1ee

The wanted values are correct encoding.

@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Jun 13, 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