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/asm: s390x instructions VSTE{G,F,H,B} fail to parse #18075

Closed
mundaym opened this issue Nov 28, 2016 · 1 comment
Closed

cmd/asm: s390x instructions VSTE{G,F,H,B} fail to parse #18075

mundaym opened this issue Nov 28, 2016 · 1 comment

Comments

@mundaym
Copy link
Member

mundaym commented Nov 28, 2016

I fixed the parsing of the vector load element family of instructions in CL 29855 (413f1ef), but I missed that the vector store element family of instructions also need the same fix. The instructions should be of the form:

// Stores the doubleword at index 1 of V0 into the address specified by (R1).
VSTEG $1, V0, (R1) 

Not urgent for 1.8 since the instructions don't parse in 1.7 either.

@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Nov 28, 2017
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