]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/s390x: handle RestArgs in s390x assembler
authorMichael Munday <mike.munday@ibm.com>
Fri, 12 Apr 2019 10:04:11 +0000 (11:04 +0100)
committerMichael Munday <mike.munday@ibm.com>
Tue, 16 Apr 2019 09:17:14 +0000 (09:17 +0000)
commit9c843f031d31d85891d08f68ca5e6009a83bb0ce
tree00887381e880e4f515cc551366e68da110ecd94f
parente61985427eb734ed686d63908cf15118cabe5db8
cmd/internal/obj/s390x: handle RestArgs in s390x assembler

Allow up to 3 RestArgs arguments to be specified. This is needed to
for us to add the 'rotate and ... bits' instructions, which require
5 arguments, cleanly.

Change-Id: I76b89adfb5e3cd85a43023e412f0cc202d489e0b
Reviewed-on: https://go-review.googlesource.com/c/go/+/171726
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/internal/obj/s390x/asmz.go