We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
go version devel +d13fa4d Fri Oct 14 03:58:15 2016 +0000 linux/s390x
Assembled the following instructions and disassembled using objdump -d:
objdump -d
VFMADB V16, V8, V9, V10 WFMADB V17, V18, V19, V20 VFMSDB V2, V25, V24, V31 WFMSDB V31, V2, V3, V4
(These are extended mnemonics for VFMA and VFMS.)
e7 a0 83 00 94 8f vfmadb %v10,%v16,%v8,%v9 e7 41 23 08 3f 8f wfmadb %v20,%v17,%v18,%v19 e7 f2 93 00 8b 8e vfmsdb %v31,%v2,%v25,%v24 e7 4f 23 08 34 8e wfmsdb %v4,%v31,%v2,%v3
e7 a0 80 03 94 8f vfma %v10,%v16,%v8,%v9,3,0 e7 41 28 03 3f 8f vfma %v20,%v17,%v18,%v19,3,8 e7 f2 90 03 8b 8e vfms %v31,%v2,%v25,%v24,3,0 e7 4f 28 03 34 8e vfms %v4,%v31,%v2,%v3,3,8
Will send a CL shortly. Thanks to Kang QI Zhang for finding this.
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/31130 mentions this issue.
Sorry, something went wrong.
930ab0a
No branches or pull requests
What version of Go are you using (
go version
)?go version devel +d13fa4d Fri Oct 14 03:58:15 2016 +0000 linux/s390x
What did you do?
Assembled the following instructions and disassembled using
objdump -d
:(These are extended mnemonics for VFMA and VFMS.)
What did you expect to see?
What did you see instead?
Will send a CL shortly. Thanks to Kang QI Zhang for finding this.
The text was updated successfully, but these errors were encountered: