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 MOVBS.U #20701

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

cmd/internal/obj/arm: wrong encoding of MOVBS.U #20701

benshi001 opened this issue Jun 16, 2017 · 1 comment

Comments

@benshi001
Copy link
Member

benshi001 commented Jun 16, 2017

"MOVBS.U R0<<0(R1), R2" is assembled to 0xe19120d0 (ldrsb r2, [r1, r0]), but it is expected to be 0xe11120d0 (ldrsb r2, [r1, -r0].

@gopherbot
Copy link

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

@benshi001 benshi001 changed the title cmd/internal/obj/arm: wrong form of MOVB cmd/internal/obj/arm: two errors of MOVB Jun 16, 2017
@benshi001 benshi001 changed the title cmd/internal/obj/arm: two errors of MOVB cmd/internal/obj/arm: wrong encoding of MOVBS.U Jun 17, 2017
@golang golang locked and limited conversation to collaborators Jun 23, 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