]> Cypherpunks repositories - gostls13.git/commit
cmd/asm/internal/asm/testdata/s390x: add test cases for some assembly instructions
authorRuixin(Peter) Bao <ruixin.bao@ibm.com>
Sat, 26 Oct 2019 22:44:34 +0000 (18:44 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Nov 2019 15:43:40 +0000 (15:43 +0000)
commita8fc82f77abff99a3f55b015b017cb4342cd9c08
tree34d4089d950fdb57bd8edd07dec86e6ce13b4e71
parentd3660e8ef8adf91462d0be382a1ed8e696f0ee37
cmd/asm/internal/asm/testdata/s390x: add test cases for some assembly instructions

From CL 199979, I noticed that there were some
instructions not covered by the test cases. Added those in this CL.

Additional tests for assembly instructions are also added
based on suggestions made during the review of this CL.

Previously, VSB and VSH are not included in asmz.go, they were also
added in this patch.

Change-Id: I6060a9813b483a161d61ad2240c30eec6de61536
Reviewed-on: https://go-review.googlesource.com/c/go/+/203721
Reviewed-by: Michael Munday <mike.munday@ibm.com>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/asmz.go