arm64/arm64asm: complement SIMD instructions go syntax in disassembler

The patch complements the unimplemented go syntax for SIMD instructions
and adds the test cases.

Change-Id: I2682b03f197373fb44c4daedbc3a2a0a8e3f5f49
Reviewed-on: https://go-review.googlesource.com/101175
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2 files changed
tree: cd5a8e4d873b0e269d1bf91af7710e823f2663f1
  1. arm/
  2. arm64/
  3. ppc64/
  4. vendor/
  5. x86/
  6. AUTHORS
  7. codereview.cfg
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. PATENTS
  12. README.md
README.md

arch

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

This repository requires Go 1.5+ with the vendor experiment enabled.