Skip to content

arm/armasm: wrong order of register list #20752

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

Closed
benshi001 opened this issue Jun 22, 2017 · 2 comments
Closed

arm/armasm: wrong order of register list #20752

benshi001 opened this issue Jun 22, 2017 · 2 comments

Comments

@benshi001
Copy link
Member

Though "0xe0243192" is correctly disassembled to "MLA R1, R2, R3, R4", "0xe0243192" is disassembled to "MLA.S R3, R1, R2, R4", which should be "MLA.S R1, R2, R3, R4".

@gopherbot
Copy link
Contributor

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

@gopherbot
Copy link
Contributor

Change https://golang.org/cl/49530 mentions this issue: cmd/vendor/golang.org/x/arch: pull updates from x repo

gopherbot pushed a commit that referenced this issue Aug 16, 2017
Vendor from golang.org/x/arch (commit f185940).

Implements #19157

Updates #12840
Updates #20762
Updates #20897
Updates #20096
Updates #20766
Updates #20752
Updates #20096
Updates #19142

Change-Id: Idefb8ba2c355dc07f3b9e8dcf5f00173256a0f0f
Reviewed-on: https://go-review.googlesource.com/49530
Reviewed-by: Cherry Zhang <[email protected]>
@golang golang locked and limited conversation to collaborators Jul 27, 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