commit | 302262805d806c94f67ec5ee3585f3ddbb1caa84 | [log] [tgz] |
---|---|---|
author | Vishwanatha HD <Vishwanatha.HD@ibm.com> | Wed Apr 09 12:17:20 2025 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed May 21 08:48:23 2025 -0700 |
tree | 9a13d805d722df36187cdf330ae0ec67748ace93 | |
parent | 4fbd317a2cd482e27515e5ae3e271b2a10918c13 [diff] |
s390x/s390xasm: fix plan9 disassembly regressions on s390x Regressions were seen in plan9 disassembled syntax on s390x machines. Raising a CL to fix all of them. Below are the plan9 syntax regressions noticed: 1) LARL was printed instead of MOVD. 2) Operands for LGDR and LCDBR were printed in a reverse order. 3) MADBR was printed instead of FMADD. 4) VFM was printed instead of WFMDB. Also the mask fields were unnecessarily getting printed. 5) VFS was printed instead of WFSDB. Also the mask fields were unnecessarily getting printed. 6) JMP was printed instead of BR. 7) JMP R14 was printed instead of RET. 8) BRC was printed instead of BVS. Change-Id: I9166f8ab51ad827bfeeed24a219ceb9b8c41c470 Reviewed-on: https://go-review.googlesource.com/c/arch/+/663756 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Keith Randall <khr@golang.org>
This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/arch.
The main issue tracker for the arch repository is located at https://go.dev/issues. Prefix your issue with “x/arch:” in the subject line, so it is easy to find.