x86/x86asm: fix plan9 print of PUSHQ/POPQ

The 5x instructions decode correctly and print correctly
in the GNU and Intel modes, but it was using the wrong
suffix in the Plan 9 mode. Fix that.

Change-Id: I8242d142ef56bf3e16e7535d59034c3932f5bbda
Reviewed-on: https://go-review.googlesource.com/c/arch/+/349689
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
2 files changed
tree: 7224c7811ba85b6999cee9306b657a0bd6c800de
  1. arm/
  2. arm64/
  3. ppc64/
  4. x86/
  5. AUTHORS
  6. codereview.cfg
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. PATENTS
  13. README.md
README.md

arch

Go Reference

This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the arch repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/arch:” in the subject line, so it is easy to find.